资源列表

« 1 2 ... .40 .41 .42 .43 .44 345.46 .47 .48 .49 .50 ... 2656 »

[数据结构常用算法one-yuan-polynomial-calculations

说明:实现两个一元多项式的相加。用链式存储方式表示多项式。-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results
<赵雪儿> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:简单的骑士遍历程序,程序简单易懂,运行界面简单-Knight simple traversal procedures, procedures easy to understand interface, simple operation
<jml> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法migong

说明:迷宫算法,1代表可以通过,0代表墙壁,自动找寻路线-Maze algorithm, 1 can pass 0 for the walls, automatically find routes
<徐虎> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:Huffman 编码 已知:信源符号个数q、信源符号s0, . . . , sq?1,信源概率分布p0, . . . , pq?1。 算法: (a) 如果q = 2 则返回编码:s0 7! 0, s1 7! 1 (b) 否则 i. 重新排序s0, . . . , sq?1 和p0, . . . , pq?1 ii. 创建一个符号s′,其概率为p′ = pq?2 + pq?1 iii. 递归调用本算法以得到s0, . . . , sq?3, s′ 的编码w0, . .
<萨仁高娃> 在 2025-06-15 上传 | 大小:1kb | 下载:1

[数据结构常用算法struct

说明:简单链表,超级简单的链表。一看就懂的链表-Simple list, super simple list. List understand at a glance
<曹操> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法data-struct

说明:学数据结构时写的顺序查找的小程序,程序比较简单易懂,初学者可以-School data structure in order to find the time to write small programs, the program is relatively simple to understand, beginners can take a look
<黎想> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法threeOrder

说明:数据结构中三种遍历方式的小程序,代码比较简单易懂-Three traversal data structure of small programs, the code is relatively simple to understand
<黎想> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法01bag

说明:0-1背包问题,采用了动态规划的算法,输入物品的重量和价值,以及背包的容量,计算出最优解-0-1 knapsack problem, using a dynamic programming algorithm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~
<陈昕昀> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法haxichazhao

说明:依次输入关键字并建立哈希表,进行关键字查找。如果存在则返回待查元素的位置,否则显示不存在。-Enter keywords and in turn create the hash table, a keyword search. If there are elements of the location of unknown origin is returned, otherwise the show does not exist.
<lianyu> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法zheban

说明:依次输入顺序表中的各个元素,然后进行关键字查找。如果存在则返回待查元素的位置,否则显示不存在。-Input sequence in turn each element in the table, and then keyword search. If there are elements of the location of unknown origin is returned, otherwise the show does not exist.
<lianyu> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法ercha

说明:依次输入关键字并建立二叉排序树,实现二叉排序树的插入和查找功能。-Enter keywords and in turn create binary sort tree to achieve binary tree insertion sort and search functions.
<lianyu> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法shunxuchazhao

说明:依次输入顺序表中的各个元素,然后进行关键字查找。如果存在则返回待查元素的位置,否则显示不存在。-Input sequence in turn each element in the table, and then keyword search. If there are elements of the location of unknown origin is returned, otherwise the show does not exist.
<lianyu> 在 2025-06-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 345.46 .47 .48 .49 .50 ... 2656 »

源码中国 www.ymcn.org