资源列表

« 1 2 ... .16 .17 .18 .19 .20 421.22 .23 .24 .25 .26 ... 2656 »

[数据结构常用算法AirPort

说明:从课本上弄下来的例子,稍微改动了下,是数据结构课的一次实验。-Get down from the textbook examples, slightly changed, the data structure is an experimental class.
<linyingxia> 在 2025-06-18 上传 | 大小:5kb | 下载:0

[数据结构常用算法tsp

说明:旅行商问题的动态规划解法 (XMU)-Traveling salesman problem dynamic programming method (XMU)
<zhang> 在 2025-06-18 上传 | 大小:314kb | 下载:0

[数据结构常用算法jisuanqi

说明:设计一个一元多项式的简单计算器,其基本功能应有¬ ①输入并建立多项式,②输出多项式,③多项式相加,④多项式相减,⑤多项式的乘积。可利用单链表或单循环链表实现之。-One dollar to design a simple polynomial calculator, and its basic functions ? ① should have input and to establish polynomial, ② output polynomial, ③ polynomial sum,
<hulinjie> 在 2025-06-18 上传 | 大小:7kb | 下载:0

[数据结构常用算法erchashu

说明:利用哈夫曼编码实现对一个文本文件的内容加密,假设该文本文件只能包含小写字母、空格、逗号、和句号等字符。该程序是实现对文件中的字符进行编码、输出各个字符对应的编码、输出文件的哈夫曼编码。-The use of Huffman coding to achieve the contents of a text file encryption, the assumption that the text file can contain only lowercase letters, spaces, co
<hulinjie> 在 2025-06-18 上传 | 大小:29kb | 下载:0

[数据结构常用算法tingchechang

说明:以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。-Simulation of car parks in order to stack to queue simulation sidewalk outside the car, in accordance with the read from the terminal sequence of the input data to simulate management. Stack
<hulinjie> 在 2025-06-18 上传 | 大小:69kb | 下载:0

[数据结构常用算法txiangguan

说明:程序中的数据采用“树形结构”作为其数据结构。具体的,采用的是“二叉排序树”。 二叉排序树或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有结点的值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于它的根结点的值;(3)它的左右子树也分别为二叉排序树。-Process the data in a tree structure as its data structure. Concrete, used the binary sort tr
<hulinjie> 在 2025-06-18 上传 | 大小:22kb | 下载:0

[数据结构常用算法Solutions-Algorithms

说明:MIT精品课程算法导论课后习题答案,备注:本答案为英文版 -Introduction to Algorithms MIT Courses Exercises after-school answer Note: The answer to the English version
<lee> 在 2025-06-18 上传 | 大小:216kb | 下载:0

[数据结构常用算法n!

说明:这是一个计算大数据阶乘的源程序代码, 其中还设计到应用了STL语言的一些内容。-This is a calculation of factorial of large data source code, which also designed the STL to the application of some elements of language.
<李红艳> 在 2025-06-18 上传 | 大小:942kb | 下载:0

[数据结构常用算法circlequeue

说明:这是一个数据结构课程的关于一个循环队列的源代码,内含有相关的程序说明。-This is a data structure courses on a cycle queue source code, containing the relevant explanation of the procedures.
<李红艳> 在 2025-06-18 上传 | 大小:92kb | 下载:0

[数据结构常用算法eightqueeen

说明:这是一个数据结构课程的关于非递归求解八皇后问题的的源代码,内含有相关的程序说明,其中还涉及到有STL语言的相关算法。-This is a data structure courses on non-recursive problem solving eight Queen s source code, which contains a descr iption of the procedures related, which also involved the language of the S
<李红艳> 在 2025-06-18 上传 | 大小:96kb | 下载:0

[数据结构常用算法huffmantree

说明:这是一个数据结构课程的关于霍夫曼树问题的源代码,内含有相关的程序说明,其中还涉及到有STL语言的相关算法-This is a data structure courses Hoffman tree problem on the source code, which contains a descr iption of the procedures related, which also involved the language of the STL algorithms
<李红艳> 在 2025-06-18 上传 | 大小:91kb | 下载:0

[数据结构常用算法Headlist

说明:这是一个数据结构课程的关于带表头节点问题的的源代码,内含有相关的程序说明,其中还涉及到有STL语言的相关算法-This is a data structure course with table on the issue of the first node of the source code, containing the relevant explanation of the procedures, which also involved the language of the STL al
<李红艳> 在 2025-06-18 上传 | 大小:2kb | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 421.22 .23 .24 .25 .26 ... 2656 »

源码中国 www.ymcn.org