资源列表

« 1 2 ... .04 .05 .06 .07 .08 2609.10 .11 .12 .13 .14 ... 2656 »

[数据结构常用算法datastructure

说明:部分数据结构的实现,以及应用(包括二叉树、父指针表示树、链表、栈、队列、以及一个汉诺塔问题算法)(The implementation of some data structures and its application)
<mikeclp > 在 2024-11-02 上传 | 大小:7168 | 下载:0

[数据结构常用算法计算矩阵连乘积

说明:输入一个小于10的正整数n,按把每个元素都交换到最前面一次的方法,输出前n个小写字母的所有排列。(Enter a positive integer n less than 10 and press every element to the top of the list to output all the first n lowercase letters.)
<黑色幽默min > 在 2024-11-02 上传 | 大小:10240 | 下载:0

[数据结构常用算法田忌赛马问题

说明:田忌与齐王赛马,双方各有n匹马参赛(n<=100),每场比赛赌注为1两黄金,现已知齐王与田忌的每匹马的速度,并且齐王肯定是按马的速度从快到慢出场,现要你写一个程序帮助田忌计算他最好的结果是赢多少两黄金(输用负数表示)。(Tian and the king's horse racing, the two sides each have n horse (n < = 100), each match bet 1 two gold
<黑色幽默min > 在 2024-11-02 上传 | 大小:10240 | 下载:0

[数据结构常用算法花生米问题

说明:1、Tom和Jerry轮流从堆中取出k粒花生米吃掉,k可以是1,5,10中的任意一个数字; 2、为显示规则的公平性,Jerry可以选择先取或者后取。 Jerry当然还是希望最后一粒花生米被Tom吃掉。请计算,Jerry为了达到目的应该先取还是后取(1. Tom and Jerry took out the k peanuts and ate them from the heap. K could be any number in
<黑色幽默min > 在 2024-11-02 上传 | 大小:10240 | 下载:0

[数据结构常用算法石子合并

说明:在一个圆形操场的四周摆放着n堆石子(n<= 100),现要将石子有次序地合并成一堆。(A round playground is surrounded by n heap stones (n<= 100), and the stones are now sequently merged into a pile.)
<黑色幽默min > 在 2024-11-02 上传 | 大小:10240 | 下载:0

[数据结构常用算法穷举n位二进制数

说明:输入一个小于20的正整数n,要求按从小到大的顺序输出所有的n位二进制数,每个数占一行。(Enter a positive integer that is less than 20, and you want to output all of the n-bit binary Numbers in the order of small to large, each of which is a row.)
<黑色幽默min > 在 2024-11-02 上传 | 大小:11264 | 下载:0

[数据结构常用算法DFS

说明:通过文件中的信息,进行搜索可达路径,行走过的正确路径标记为1,错误的路径标记为2(Through the information in the file, the search reachable path is searched, the correct path to walk is marked as 1, and the wrong path is marked 2)
<于世间争渡 > 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法DS

说明:一点常见的数据结构及其实现,如二叉树、哈夫曼数及其编码、图的dfs(some commonly used data structures)
<compi > 在 2024-11-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法归并

说明:在大学编程实验课上的归并排序,。。。。。。。。。。。。(In the university programming experiment class merge sort)
<wangzh269 > 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法Assignment

说明:用数组按照链表的顺序排序并打印单词,实现增加,删除的功能(The function of sorting and printing the words in the order of the list in order to add and delete.)
<92878 > 在 2024-11-02 上传 | 大小:16384 | 下载:0

[数据结构常用算法C++STL(2th)

说明:STL标准模板库介绍,各种数据结构的使用,C++语言的实现(Introduction of Standard Template Library)
<billson_> 在 2024-11-02 上传 | 大小:21344256 | 下载:0

[数据结构常用算法RKRGST

说明:用于字符串文本的匹配算法,融入了kr算法,hash函数映射的方法,缩短了计算时间成本。多用于抄袭相似度比对等领域(The matching algorithm for string texts incorporates the kr algorithm and the hash function mapping method, which reduces the computation time cost.)
<onionion> 在 2024-11-02 上传 | 大小:4096 | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 2609.10 .11 .12 .13 .14 ... 2656 »

源码中国 www.ymcn.org