资源列表

« 1 2 ... .65 .66 .67 .68 .69 2370.71 .72 .73 .74 .75 ... 2656 »

[数据结构常用算法shanhukule.cpp

说明:由叶子到根生成树再由根到叶子检索,是数据结构中用于生成树的一个算法-Spanning tree from the leaf to the root and then retrieved from the root to the leaves, the data structure is a spanning tree algorithm for
<刘云飞> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法quzifu

说明:使用嵌套循环变量i,j冒泡循环捉个查找,找到,就打出来-A simple vc program, in the hope that we can download exchange
<刘流> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法fill

说明:扫描线法填充多边形,链表形式,适用于所有不带岛的多边形-Filled polygon scan line method, the list form, for all non-island polygon
<xieyun> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法SeqQueue

说明:数据结构中的一个头文件,用于队列的建立,但要根据实际情况使用-an abstact class
<李三> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法shunxubiao

说明:数据结构,能表示正确的顺序表,是用C++编写的源代码。-Data structure can be expressed in the correct order form, is written in C++ source code.
<李晓珊> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法tudebianli

说明:使用邻接表存储结构,编写一个程序,实现对有向图遍历操作。是用C++编写的程序源代码。-Storage structure using the adjacency list, write a program to achieve a directed graph traversal operations. Is a program written in C++ source code.
<李晓珊> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法HuffmanTree

说明:有关哈夫曼树编码解码的vc++程序,利用文件解决两机之间的编码解码-Huffman tree codec on vc++ program
<张雷> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法SBT

说明:利用线段树套平衡树查询区间第K大数,并满足修改操作,复杂度log^2(n)-Balanced tree using segment tree sets large numbers query interval s K, and operations to meet the changes, the complexity of log ^ 2 (n)
<赫正直> 在 2025-01-12 上传 | 大小:1kb | 下载:0

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

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

[数据结构常用算法1

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

[数据结构常用算法migong

说明:迷宫算法,1代表可以通过,0代表墙壁,自动找寻路线-Maze algorithm, 1 can pass 0 for the walls, automatically find routes
<徐虎> 在 2025-01-12 上传 | 大小: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
<萨仁高娃> 在 2025-01-12 上传 | 大小:1kb | 下载:1
« 1 2 ... .65 .66 .67 .68 .69 2370.71 .72 .73 .74 .75 ... 2656 »

源码中国 www.ymcn.org