资源列表

« 1 2 ... .92 .93 .94 .95 .96 2497.98 .99 .00 .01 .02 ... 2656 »

[数据结构常用算法CPP

说明:10.编写一个程序,从键盘输入一批学生的成绩信息,每个学生的成绩信息包括:学号、姓名以及8门课的成绩。然后按照平均成绩由高到低顺序输出学生的学号、姓名以及平均成绩。 11.把在链表中插入一个新结点的操作写成一个函数: bool insert(Node *&h,int a,int pos) 其中,h为表头指针,a为要插入的结点的值,pos(≥0)表示插入位置。当pos为0时表示在表头插入;否则,表示在第pos个结点的后面插入。操作成功返回true,否则返回false。 12.把在
<xing> 在 2025-06-22 上传 | 大小:3kb | 下载:0

[数据结构常用算法polynomial finder

说明:generator polynomial search program
<evgenrus70> 在 2017-03-11 上传 | 大小:6.35kb | 下载:0

[数据结构常用算法Trilet

说明:数据结构算法的例题,三元组的源代码和头文件 编码格式为UTF-8,打开可能会有中文乱码-Data structure algorithm examples, triple the source code and the first file Encoding format for the UTF-8, open the Chinese may be garbled
<马志强·> 在 2025-06-22 上传 | 大小:18kb | 下载:0

[数据结构常用算法Data-structure-experiment

说明:数据结构实验源码如一元稀疏计算器,链表线性表等,纯手打,亲测可跑。注释中有对应实现的功能。-Data structure of the experimental source code such as a sparse calculator, linear list, etc., pure hand, pro test run. Note the corresponding implementation of the function.
<lily> 在 2025-06-22 上传 | 大小:296kb | 下载:0

[数据结构常用算法go

说明:灰色缓冲算子,缓冲数据,消除数据的低频分量,保持数据的高频分量,适用于滤波等一类的算法。-Gray buffering operator, buffering data, eliminating low frequency components of data, maintaining high frequency components of data, and filtering algorithms.
<黄宾阳> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Recursive-implementation-ZK-tree

说明:ZK树的递归实现,不断开辟栈空间保存函数的局部变量,当执行到递归出口时,函数逐层向上返回,一直到最初的调用处。-Recursive implementation of the ZK tree, and constantly open up the stack space to preserve the local variables of the function, when the implementation of recursive exit, the function layer by
<IVAN> 在 2025-06-22 上传 | 大小:5.15mb | 下载:0

[数据结构常用算法Queue

说明:队列应用的演示程序,包括“车厢重排”问题,“舞伴”问题- Queue application demo program, including the car rearrangement problem, partner problem
<wx> 在 2025-06-22 上传 | 大小:214kb | 下载:0

[数据结构常用算法tree

说明:数据结构树的演示程序,包括等价类合并、二叉树基本操作的实现、哈夫曼树、线索二叉树、前、中缀二叉树、表达式求值等程序。- The tree data structure demo program, including the equivalence class combination, two tree basic operations to achieve Huffman tree, binary tree, two clues, and two binary tree, infix
<wx> 在 2025-06-22 上传 | 大小:656kb | 下载:0

[数据结构常用算法stack

说明:数据结构栈的演示程序,包括表达式求值,汉诺塔问题,回文判断、走迷宫问题等程序。- The stack data structure demo program, including expression uation, Hanoi problem, and take the program palindrome judgment maze problem etc..
<wx> 在 2025-06-22 上传 | 大小:532kb | 下载:0

[数据结构常用算法EdmondsKarp

说明:使用EdmondsKarp算法,求网络的最大流-EdmondsKarp maximum flow algorithm
<刘意> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法njdqy

说明:由java实现的分子量分解算法,可对一个给定的整数-By the molecular weight of the Java implementation decomposition algorithm, it can be for a given integer
<Lkeddu> 在 2025-06-22 上传 | 大小:3kb | 下载:0

[数据结构常用算法bubble black

说明:冒泡排序完整算法,对初学C++的人有很大的帮助,可以下载试试,值得一用·。(C language bubble sorting algorithm and code It's a great help to people who have learned C++)
<锦瑟初年> 在 2025-06-22 上传 | 大小:10kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 2497.98 .99 .00 .01 .02 ... 2656 »

源码中国 www.ymcn.org