联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据结构(371) 
按平台查找All Visual C++(371) 

[数据结构] submit

对有约束问题的最短路径算法,有必经节点,基于DFS和迪杰斯特拉算法
Problem of constrained shortest path algorithm, must pass through a node-based DFS and Dijkstra Algorithm (2016-04-16, Visual C++, 2641KB, 下载18次)

http://www.pudn.com/Download/item/id/1460770971170815.html

[数据结构] Input-Output--arrange

输入10个数到一维数组,按从大到小的次序排序后输出,分别用三个函数实现数据的输入,输出及排序
Input the number 10 to one dimensional array, according to the order big to small of the sorted output, respectively, three function realization of data input, output and sorting (2016-01-27, Visual C++, 12KB, 下载1次)

http://www.pudn.com/Download/item/id/1453884487759099.html

[数据结构] zuixiaoshengchengshusuanfa

通过数组的方式创建网,然后分别用克鲁斯卡尔和普里姆算法求得最小生成树
Create network by means of an array, and then separately in kruskal minimum spanning tree algorithm and she obtained (2014-05-20, Visual C++, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/2546240.html

[数据结构] KD-tree

kd-树(k维搜索树)是把二叉搜索树推广到多维数据的一种主存数据结构。这里给出了其代码的VC++实现
Classic data structures- KD tree full implementation, with a detailed explanation of the code, the novice data structure good materials (2013-05-10, Visual C++, 6KB, 下载31次)

http://www.pudn.com/Download/item/id/2236691.html

[数据结构] matrix-operation

定义一个二维方阵类matrix。通过重载二元运算符"+"、"-"、"*"和一元运算符"~",来实现矩阵加、矩阵减、矩阵乘以及矩阵转置
Define a two-dimensional square class matrix. By overloaded binary operator+ " ," - " ," * " and unary operator" ~ " to achieve matrix plus matrix reduction, matrix multiplication, and matrix transpose (2013-03-30, Visual C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/2179823.html

[数据结构] EightQueen

典八皇后问题——数据结构课程设计报告,虽然好多地方都有,我这个是按老师要求做好的,加个封面就可以直接上交。
Typical eight queens problem- data structure courses designed reports, although a lot of places have, I this is the request of the teachers do a good job, plus a cover can be directly handed. (2012-12-18, Visual C++, 535KB, 下载3次)

http://www.pudn.com/Download/item/id/2087565.html

[数据结构] compute_lasfousnum

采用分治法快速求解拉斯斐切数。代码用C语言编程实现,可用于处理数学问题。
The divide-and-conquer method fast solving Lasifeiqie number. Code with C language programming, can be used to deal with mathematical problems. (2012-10-15, Visual C++, 644KB, 下载2次)

http://www.pudn.com/Download/item/id/2016290.html

[数据结构] shijian

通过邻接矩阵,利用迪杰斯特拉和弗洛伊德两种算法,计算同一张图的具体执行时间。
Through the adjacency matrix, the use of Dijkstra and Floyd two algorithms to calculate a figure with a specific execution time. (2011-11-21, Visual C++, 7KB, 下载2次)

http://www.pudn.com/Download/item/id/1706357.html

[数据结构] binarytree

二叉树的操作,涉及到三种顺序的遍历,树的凹入表示法,转化为一维数组储存,节点的计数,以及中序线索化。
Binary operation, involving three kinds of the order of traversal, tree concave representation into a one-dimensional array of storage, the node count, as well as in the threaded sequence. (2011-05-24, Visual C++, 126KB, 下载5次)

http://www.pudn.com/Download/item/id/1545446.html

[数据结构] c

0-1背包 题目要求:简单来说就是两个人洗衣服,两个人必须把一种颜色的衣服洗完才能洗下一种颜色,两个人可以同时洗一样颜色的。 给出每件衣服的颜色和花费时间,求两人洗完所有衣服的最短时间。
0-1 knapsack subject requirements: It simply means that two people do the laundry, two people must be a color wash to wash clothes under one color, two people can wash the same color. Each garment is given the color and spend time, find all the clothes they wash the shortest time. (2011-04-18, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1496533.html

[数据结构] ShortPath_DIJ

数据结构中的缔结斯特拉最短路径源程序,在DEV c++中测试通过,数据结构为邻接矩阵
Data structures concluded Stella source shortest path, in DEV c++ in the test, the data structure of adjacency matrix (2010-11-01, Visual C++, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/1332837.html

[数据结构] guid

了解数据结构,熟悉图的应用,并利用迪杰斯特拉算法求得2点之间的最短路径。
Understanding of data structures, familiar with the map application, obtained using the Dijkstra algorithm for the shortest path between 2 points. (2010-07-26, Visual C++, 8KB, 下载2次)

http://www.pudn.com/Download/item/id/1251684.html

[数据结构] tudeyingyong

(1)根据选课表建立对应的图 (2)求出至少一种拓扑有序序列 (3)如果能实现求出所有拓扑有序序列,则加分
(1) According to the enrollment form to establish the corresponding graph (2) find the ordered sequence of at least one topology (3) If all the topology to achieve an orderly sequence obtained, then a plus (2010-07-02, Visual C++, 120KB, 下载4次)

http://www.pudn.com/Download/item/id/1230725.html

[数据结构] tt

算法设计与分析 习题部分解 比如:由于矩阵乘法满足结合律,所以计算矩阵的连乘可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。 若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积
Algorithm design and analysis of some solutions of exercises to meet the combination of matrix multiplication in the law, so even by calculating the matrix can be calculated many different order. This calculation can be bracketed sequence manner. Even if the product of a matrix calculation to determine the order entirely, that is to say the company has completely bracketed product, you can repeatedly call and so the order of two standard matrix multiplication algorithm to calculate the product matrix even (2009-07-11, Visual C++, 10KB, 下载31次)

http://www.pudn.com/Download/item/id/840523.html

[数据结构] Dijkstrashortpath

求解最短路径的程序。根据迪杰斯特拉的算法思想写出的程序。运行环境VC++6.0
Procedures for solving the shortest path. Dijkstra' s algorithm based on ideas to write procedures. VC++6.0 environment (2009-04-21, Visual C++, 521KB, 下载2次)

http://www.pudn.com/Download/item/id/725826.html

[数据结构] c

爱因斯坦的思考题 二叉树算法集 分解质因数新解 石子归并问题等有趣的C程序
Consider Einstein' s title tree decomposition algorithm sets new quality factor solution stones merge interesting questions, such as C procedures (2009-03-18, Visual C++, 21KB, 下载5次)

http://www.pudn.com/Download/item/id/678469.html

[数据结构] C

数据结构课程设计报告,虽然好多地方都有,我这个是按老师要求做好的,加个封面就可以直接上交。
Data structure course design report, although a lot of places, I this is based on the teacher asked to do a good job, and add the cover can be directly handed over. (2009-01-01, Visual C++, 362KB, 下载10次)

http://www.pudn.com/Download/item/id/621672.html

[数据结构] calculator

表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。
Expression calculator. Expression only in parentheses, function names, operators, constants and variables. A variable name naming rules: 1, may be characters, or strings 2, can not figure at the beginning of 3, not a mixture of spaces, operator or punctuation, as well as the following characters :,|,=, (2008-10-21, Visual C++, 48KB, 下载26次)

http://www.pudn.com/Download/item/id/564405.html

[数据结构] yinhangjiasuanfa

银行家算法是用来在系统调用资源时,避免死锁的一种使用很广泛的算法,易懂,有兴趣玩程序的就加我啊QQ364523756
Banker s algorithm is used to call in the system resources, a deadlock avoidance algorithm to use a wide, easy to understand, are interested in playing process on the increase, I ah QQ364523756 (2008-10-17, Visual C++, 5KB, 下载2次)

http://www.pudn.com/Download/item/id/562887.html

[数据结构] hafuman

哈夫曼编码/译码 利用克鲁斯卡尔算法计算一段传输数据的哈夫曼编码,以提高信道利用率。
Huffman encoding/decoding algorithm using Kruskal data section of the Huffman coding, in order to improve channel utilization. (2007-07-18, Visual C++, 8KB, 下载2次)

http://www.pudn.com/Download/item/id/309377.html
总计:371