资源列表

« 1 2 ... .27 .28 .29 .30 .31 1732.33 .34 .35 .36 .37 ... 2656 »

[数据结构常用算法the-Bus-Magement--System

说明:1.查找公交直达路线 2.删除公交路线 3.增加公交路线 4.查询最短公交路线 -1 direct bus route to find 2 Remove the bus route 3 bus routes to increase 4 the shortest transit route query
<kitty> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法hoffman-and-cirqueue

说明:数据结构队列的各种操作,包括判断队空,判断队满,入队,出队,显示现有元素和显示长度等六个操作;另外还有赫夫曼树的编码程序-the operation of cirqueue and hoffman tree
<彭水燃> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法BigN

说明:在VC中,一个正整数只占4个字节,表示的最大整数为2147483647。如果,一个超过这个数进行四则运算,就是大数计算-the yunsuan of the bignumber
<周阳> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法yiyuanxuanzhi

说明: n个村庄之间的无向图,边上的权值w(i,j)表示村庄i和j之间道路长度。现要从这n个村庄中选择一个村庄新建一所医院,使离医院最远的村庄到医院的路程最短。-N village of no to chart between, on the edge of the right value w (I, j) said village between I and j road length. Now from this n village to
<Jack> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法SqList

说明:C语言顺序表程序,包括建立,查找,添加,删除等线性表的基本操作-C language program order list, including the establishment, search, add, delete, the basic operation of the linear list
<赵志杰> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法Course_Arrangement

说明:基于c++实现课程安排,已知课程数以及开课时间和结束时间,生成课表-course arrangement c++
<shengjie zhang> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法defirent-sort

说明:各种内部排序算法的性能与比较,可以用随机数和自行输入数字进行比较,自行输入采用读取文件的方法。-Various internal and compare the performance of sorting algorithms
<baipo> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法haffuman

说明:1、 构造哈弗曼树然后按照一定的规则进行哈弗曼编码。 2、 用指向指针的指针把建成的树带回, 3、 所有的叶子节点的编码指定是不一样的。 -Huffman tree
<孙志雄> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法duishizi

说明:算法设计与分析 堆石子问题 #include<stdio.h> #include<algorithm> int a[100][100],b[100][100],c[100] int max0(int a,int b) { if(a>b) return a else return b } int min0(int a,int b)
<李玲> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法Floyed-and-Dijkstra-Sort

说明:改代码实现了Floyd和Dijkstra算法在最短路径问题上的应用,并且比较了两者的效率。-The code has applied Floyd and Dijkstra algorithm in the shortest path problem, and given the efficiency of the these two algorithms.
<liu peng> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法compare-sorting

说明:内部排序算法进行比较,能使我们更好的掌握这些排序的基本思想及排序算法。通过该题目的设计过程,可以加深理解各种数据结构的逻辑结构、存储结构及相应上运算的实现-Compare the internal sorting algorithms, enabling us to better grasp the basic idea of ​ ​ these sort and sorting algorithms. Design
<wenlong> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法erchashu

说明:建立一棵二叉树,并分别用前序、中序、后续遍历该二叉树。-The establishment of a binary tree, and were used pre-order, in order, follow-up traversal of the binary tree.
<孙婕> 在 2024-11-07 上传 | 大小:3kb | 下载:0
« 1 2 ... .27 .28 .29 .30 .31 1732.33 .34 .35 .36 .37 ... 2656 »

源码中国 www.ymcn.org