资源列表

« 1 2 ... .46 .47 .48 .49 .50 651.52 .53 .54 .55 .56 ... 2656 »

[数据结构常用算法Maze

说明:迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more gri
<JerryJiang> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法hangkong

说明:航空订票系统的c++源码。是数据结构航空客运订票系统的源码,个人制造-Air booking system c++ source code. The structure of air passenger data source booking systems, personal manufacturing
<chenjjn> 在 2025-06-11 上传 | 大小:233kb | 下载:0

[数据结构常用算法d_function

说明:分支限界tsp算法中求下界函数的值。有中文注释。-Tsp branch and bound algorithm for the lower bound of the value function. Chinese Notes.
<吴男> 在 2025-06-11 上传 | 大小:866kb | 下载:0

[数据结构常用算法DataStruct

说明:数据结构实验程序 线性表 栈和队列 二叉树 图 查找 内部排序-Experimental procedures for linear data structures stack and queue table tree diagram to find the internal order
<liuzhou> 在 2025-06-11 上传 | 大小:321kb | 下载:0

[数据结构常用算法first

说明:数据结构与算法分析中创建链表,实现多项式相加-Analysis of the data structure and algorithm to create a list, add up to the realization of polynomial
<百树人> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Huffmatreeofdatastructure

说明:哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路径长度记为WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N个权值Wi(i=1,2,...n)构成一棵有N个叶结点的二叉树,相应的叶结点的路径长度为Li(i=1,2,...n)。可以证明哈夫曼树的WPL是最小的。-Huffman tree is also called the op
<刘正朝> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法juzheng

说明:C语言实现数组计算,算法简单,容易阅读,适合C语言初学者使用。-C language realization of the array, the algorithm is simple, easy-to-read, suitable for beginners to use C language.
<kaka> 在 2025-06-11 上传 | 大小:3kb | 下载:0

[数据结构常用算法datastruct

说明:数据结构(C语言)实验报告_飞机订票系统.rar-Data structure (C language) _ experimental aircraft booking system report. Rar
<lfning> 在 2025-06-11 上传 | 大小:133kb | 下载:0

[数据结构常用算法structure

说明:数据结构算法大全,包含最短路径,最小生成树,凸包,各种排序,四种高精度运算,图论上的常用算法,以及树的各种算法-data structure ,if you want to learn it well, you need it,I think!
<zjhui> 在 2025-06-11 上传 | 大小:15kb | 下载:0

[数据结构常用算法algorithms

说明:最长单调子序列、字符串比较、加油问题及背包问题的算法分析及求解-The longest monotone subsequence, string comparison, the fuel problem and knapsack problem analysis and solving algorithms
<leen> 在 2025-06-11 上传 | 大小:13kb | 下载:0

[数据结构常用算法strext

说明:字符串扩展问题的递归算法及动态规划算法的详细分析及实现-implementation and detailed analysis of recursive algorithm and dynamic programming algorithm of string expansion issue
<leen> 在 2025-06-11 上传 | 大小:4kb | 下载:0

[数据结构常用算法Mergesort

说明:采用随机数来生成要排序的内容,并使用模板,可以很方便的更改产生随机数的类型。-Used to generate random numbers to sort the contents, and the use of templates, you can easily change the type of random numbers generated.
<Allan> 在 2025-06-11 上传 | 大小:11kb | 下载:0
« 1 2 ... .46 .47 .48 .49 .50 651.52 .53 .54 .55 .56 ... 2656 »

源码中国 www.ymcn.org