资源列表

排序选择:

« 1 2 ... .74 .75 .76 .77 .78 196979.80 .81 .82 .83 .84 ... 267458 »

[Internet/网络编程Devil-language

说明:魔王语言: 处理括号: 先设置一个栈,遇到左括号时,不断地压栈,直到遇到右括号。一旦遇到了右括号就不断地出栈,直到出一个左括号,然后把这些字符解释,解释后压到栈里去。然后再不断地压栈,直到遇到下一个右括号,如此往复。并利用递归算法处理多重括号的情况。 翻译: 一旦遇到需要翻译的字符,输出指定的字符串。此处仅仅设置了两种规则(自行定义),因此只需按照定义过的规则输出字符串即可。-Devil language: Handling parentheses: setting a stac
<ck> 在 2025-09-20 上传 | 大小:2kb | 下载:0

[其他小程序win

说明:简单的windows键盘和鼠标响应,按下相应按键会显示响应信息,难度适合本科生-Simple windows keyboard and mouse response, press the corresponding button will display a response message, the difficulty suitable for undergraduates
<刘思佳> 在 2025-09-20 上传 | 大小:1.21mb | 下载:0

[PlugIns编程Literature-research-assistants

说明:文学研究助手: 利用文件方面的知识引入一待处理的文件,设置数组用来存储所指定的单词的频率和位置。开始处理文件时,先指定单词(不唯一),遇到指定单词频率标志 +1,记录已出现’\n’的次数来确定词的位置。-Literature research assistants: the use of knowledge to introduce a file to be processed files, settings specified array used to store the frequ
<ck> 在 2025-09-20 上传 | 大小:1kb | 下载:0

[Windows编程76854567

说明:文件及文件夹时间操作演示VC++精选编程学习源码,很好的参考资料。-File and folder time operation and demonstration of VC++ selected learning programming source code, a good reference.
<桂花翅子> 在 2025-09-20 上传 | 大小:148kb | 下载:0

[Windows编程7698987

说明:文件系统操作演示VC++精选编程学习源码,很好的参考资料。-The file system operation and demonstration of VC++ selected learning programming source code, a good reference.
<桂花翅子> 在 2025-09-20 上传 | 大小:137kb | 下载:0

[Windows编程876678

说明:文件夹系统操作演示VC++精选编程学习源码,很好的参考资料。-Folder system demo VC++ select learning programming source code, a good reference.
<桂花翅子> 在 2025-09-20 上传 | 大小:144kb | 下载:0

[P2P编程Find-height-of-the-tree

说明:求树的高度: 先利用递归算法依次比较每一层树的左右子树是否为空,通过层层比较,得出树高,再通过树高用遍历得出路径。-Find height of the tree: the first use of a recursive algorithm sequentially comparing each sub-tree layer around the tree is empty, through the layers of comparison, the tree height, tree h
<ck> 在 2025-09-20 上传 | 大小:1kb | 下载:0

[Windows编程887654

说明:如何创建多层文件夹VC++精选编程学习源码,很好的参考资料。-How to create multiple folders VC++ select learning programming source code, a good reference.
<清蒸翅子> 在 2025-09-20 上传 | 大小:5kb | 下载:1

[Windows编程5643567

说明:如何创建多层文件夹VC++精选编程学习源码,很好的参考资料。-How to create multiple folders VC++ select learning programming source code, a good reference.
<清蒸翅子> 在 2025-09-20 上传 | 大小:146kb | 下载:0

[Windows编程87896666

说明:程序版本号查询演示VC++精选编程学习源码,很好的参考资料。-Version inquiry demonstration VC++ select learning programming source code, a good reference.
<清蒸翅子> 在 2025-09-20 上传 | 大小:147kb | 下载:0

[WEB源码Graph-traversal

说明: 图的遍历: (1)访问初始顶点v并标记顶点v已访问。 (2)查找顶点v的第一个邻接顶点w。 (3)若顶点v的邻接顶点w存在,则继续执行;否则回溯到v,再找v的另外一个未访问过的邻接点。 (4)若顶点w尚未被访问,则访问顶点w并标记顶点w为已访问。 (5)继续查找顶点w的下一个邻接顶点wi,如果v取值wi转到步骤(3)。直到连通图中所有顶点全部访问过为止。 (1)顶点v入队列。 (2)当队列非空时则继续执行,否则算法结束。 (3)
<ck> 在 2025-09-20 上传 | 大小:2kb | 下载:0

[Windows编程87345676

说明:计算机名称查询操作演示VC++精选编程学习源码,很好的参考资料。-The computer name query operation and demonstration of VC++ selected learning programming source code, a good reference.
<什锦豆腐> 在 2025-09-20 上传 | 大小:145kb | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 196979.80 .81 .82 .83 .84 ... 267458 »

源码中国 www.ymcn.org