资源列表

« 1 2 ... .10 .11 .12 .13 .14 1915.16 .17 .18 .19 .20 ... 2656 »

[数据结构常用算法tree

说明:数据结构中二叉排序树的遍历插入删除,能够在C/C++的环境下运行。-Data structure traversal of the binary sort tree insertion deletion, can C/C++ environment to run.
<duyinqinglei> 在 2024-10-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法TSP

说明: 欧氏旅行售货员问题是对给定的平面上n 个点确定一条连接这n 个点的长度最短的哈密顿回路。由于欧氏距离满足三角不等式,所以欧氏旅行售货员问题是一个特殊的具有三角不等式性质的旅行售货员问题。它仍是一个NP 完全问题。最短双调TSP 回路是欧氏旅行售货员问题的特殊情况。平面上n 个点的双调TSP 回路是从最左点开始,严格地由左至右直到最右点,然后严格地由右至左直至最左点,且连接每一个点恰好一次的一条闭合回路。-Euclidean trave
<viewhao> 在 2024-10-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法boyermoore

说明:改进的boyer-moore算法,用于搜索二进制文件中的特征码。-Improved boyer-moore algorithm used to search a binary file signatures.
<> 在 2024-10-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法HuffmanTree

说明:给出一组权值,更具权值构造哈弗曼数,并实现编码和译码-Given a set of weights and more weight the number of structural Hafu Man, and to achieve encoding and decoding
<mimi> 在 2024-10-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法Hash

说明:HASH表 对于快速数据查找,能大大提高效率-HASH table lookup for fast data, can greatly improve efficiency
<aa> 在 2024-10-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法2

说明: 马踏棋盘 解决数据结构的实际问题 这是大学的知识 好像挺简单的-Horse riding board to solve the practical problems of data structure knowledge this is the university seems to be quite simple
<王小丽222> 在 2024-10-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法huffman

说明:霍夫曼编码的码长是变化的,对于出现频率高的信息,编码的长度较短;而对于出现频率低的信息,编码长度较长。这样,处理全部信息的总码长一定小于实际信息的符号长度。-Huffman coding of the code length is variable, for the high frequency information, coding the length of the shorter and for the low frequenc
<shen6041> 在 2024-10-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法hanoi

说明:汉诺塔问题,能够解决碟子数任意多的汉诺塔问题,而且程序显示碟子从哪个柱子移动到哪个柱子-The problem of Hanoi, to solve the problem of Hanoi with any number of plates, moreover, the program display the movement the plate .
<董海光> 在 2024-10-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法C-common-design

说明:c语言中常用的基本算法 包括数据结构 如冒泡排序 链表操作 堆栈等操作-c language commonly used in the basic algorithm, including data structures, such as bubble sort linked list operations such as Operation Stack
<oversky> 在 2024-10-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法lianbiaoshiyong

说明:链表的建立添加删除等使用方法 一成绩管理的形式给出-The establishment of the list to use to add or delete given in the form of a performance management
<pl> 在 2024-10-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法huffman

说明:用于多媒体文件熵编码的哈弗曼编码,能够产生编码的二进制串-Entropy coding for the Ha Fuman multimedia files encoded to produce encoded binary string
<zhaoying> 在 2024-10-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法fengdong

说明:矿井通风网络节点风压解算法。课程设计要求:要求从TXT文本中读入各个分支的始末节点和风阻值,并在控制台输入各分支的风量初值,通过迭代,得到各分支风量和各节点风压。-Pressure solution of mine ventilation network node algorithm. Course design: requirements TXT text read from the various branches of the c
<达人> 在 2024-10-01 上传 | 大小:2048 | 下载:0
« 1 2 ... .10 .11 .12 .13 .14 1915.16 .17 .18 .19 .20 ... 2656 »

源码中国 www.ymcn.org