资源列表

« 1 2 ... .02 .03 .04 .05 .06 2507.08 .09 .10 .11 .12 ... 2656 »

[数据结构常用算法nrq

说明:非递归快排,用stack实现的,包含一个test.h头文件-Non-recursive fast row stack to achieve a test.h header file
<朱倩如> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法a

说明:多项式相乘,用c++写的,数据结构上机作业-Polynomials multiplied by
<爽肤水> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra算法设计单源最短路径问题的贪心算法-Greedy algorithm of Dijkstra algorithm design single source shortest path problem
<丁玲> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法Delete-a-single-repeating

说明:删除单链表中的重复项 并学习如何创建fun函数 - 副本-Delete a single repeating item in the list
<潘浩> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法Hanoi

说明:汉诺塔:汉诺塔(又称河内塔)问题是源于印度一个古老传说的益智玩具。大梵天创造世界的时候做了三根金刚石柱子,在一根柱子上从下往上按照大小顺序摞着64片黄金圆盘。大梵天命令婆罗门把圆盘从下面开始按大小顺序重新摆放在另一根柱子上。并且规定,在小圆盘上不能放大圆盘,在三根柱子之间一次只能移动一个圆盘。-Tower of Hanoi: The Tower of Hanoi (also known as Tower of Hanoi) is der
<潘浩> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法mobile

说明:移动数字排列方阵,随机输入8个数字,将数字按方阵依次序排列-Square mobile digital arrangement, random input eight Numbers, will in turn the phalanx Numbers in descending order
<Amy> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法pointer-bubble-sort

说明:冒泡排序,运用指针方法实现了冒泡排序Bubble sort using the method of realization of the pointer bubble sort -Bubble sort using the method of realization of the pointer bubble sort
<朱康宁> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法linked_list

说明:学习数据结构中的双向链表的例子,自己实现了一遍并经过验证,供需要者学习。-source code for data struct linked list
<randolph> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法HuffmanCode

说明:在电报通讯中,电文是以二进制的0、1序列传送的。字符集中的字符的使用频率是不同的(比如e和t的使用较之q和z要频繁得多),哈夫曼编码可以使得编码的总长最短,从而相同的位长可以传送更多的信息。本程序用c语言来仿真哈夫曼编码的过程,其中运用动态分配数组存储哈夫曼树和动态分配数组存储哈夫曼编码表等c语言常用知识。另外,程序中包含极其详细的注解,十分有利于学习。 -Telegraph communications, the message
<Mei> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法MergeSort

说明:代码的功能:用C语言实现归并排序的算法,代码中带有详细的注解,十分有利于阅读和改进来应用于自己的算法。归并排序法是将两个有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的,然后再把有序子序列合并为整体有序序列。-The functionality of the code: merge sort algorithm, implemented in C code with detailed comments, a
<Mei> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法1

说明:动态线性表数据结构,VC6.0,可直接编译使用-Dynamic linear list data structure, VC6.0, can be directly compiled with the
<赵行晟> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法RLS

说明:RLS算法 自适应算法中的RLS算法. 即是递归最小二乘算法-RLS algorithm in the adaptive algorithm of the RLS algorithm is the recursive least squares algorithm
<王萦> 在 2024-11-06 上传 | 大小:1024 | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 2507.08 .09 .10 .11 .12 ... 2656 »

源码中国 www.ymcn.org