资源列表

« 1 2 ... .26 .27 .28 .29 .30 2231.32 .33 .34 .35 .36 ... 2657 »

[数据结构常用算法BiTree

说明:二叉树的前序、中序、后序和层次遍历,以及求二叉树的 高度-Binary tree of the former order, in sequence, after the traversal sequence and levels, as well as for the height of binary tree
<谢斌> 在 2024-09-17 上传 | 大小:1024 | 下载:0

[数据结构常用算法match

说明:一个字母匹配的程序,给出一目标字符串,可让用户输入几个字符看是否与目标字符串中的字符匹配-A letter matching procedure, given a target string that allows the user to enter a few characters to see if the target string with the characters in the match
<zhangyun> 在 2024-09-17 上传 | 大小:892928 | 下载:0

[数据结构常用算法BO2-1

说明:《数据结构》 顺序表示的线性表详细的基本操作- Data Structure the order said that the linear form in detail the basic operation
<dfdsf> 在 2024-09-17 上传 | 大小:2048 | 下载:0

[数据结构常用算法BO2-2

说明:《数据结构》单链表线性表详细的基本操作,十分详细- Data Structure single linked list of linear forms in detail the basic operation, very detailed
<dfdsf> 在 2024-09-17 上传 | 大小:2048 | 下载:0

[数据结构常用算法AirPort

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

[数据结构常用算法tsp

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

[数据结构常用算法jisuanqi

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

[数据结构常用算法txiangguan

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

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

说明:MIT精品课程算法导论课后习题答案,备注:本答案为英文版 -Introduction to Algorithms MIT Courses Exercises after-school answer Note: The answer to the English version
<lee> 在 2024-09-17 上传 | 大小:221184 | 下载: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.
<李红艳> 在 2024-09-17 上传 | 大小:964608 | 下载:0
« 1 2 ... .26 .27 .28 .29 .30 2231.32 .33 .34 .35 .36 ... 2657 »

源码中国 www.ymcn.org