源码聚合搜索 - 壹搜网为您找到"

claude-subconscious

"相关结果 70条

alanbem/dclaude

Dockerized Claude Code CLI with MCP support
hub.docker.com

claudecodex/claudecodex

The first open-source project that turns the most powerful code agents into background agents
hub.docker.com

jbkirkland/claude-code

Auto updates an npm claude-code docker image, both normal and one for a ROCM environment.
hub.docker.com

【SPOJ - SUBLEX】Lexicographical Substring Search 【后缀自动机+dp】 - BBSMAX

给出一个字符串和q个询问,每个询问给出一个整数k,输出第k大得子串。 建后缀自动机,利用匹配边来解决。设d[v]为从状态v开始有多少不同的路径。这个显然是可以递推出来的。然后对于每个询问,根据d[v]来选择走哪个状态就可以了。 #include #include
www.bbsmax.com