资源列表

« 1 2 ... .12 .13 .14 .15 .16 1617.18 .19 .20 .21 .22 ... 2656 »

[数据结构常用算法backbag

说明:设有一个能装入总体积为T的背包和n件体积分别为W1,W2,…,Wn的物品,能否从n件物品中挑选若干件恰好装满背包,即使Wi1+Wi2+…+Wm=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到4组解:(1,4,3,2)、(1,4,5)、(8,2)和(3,5,2)。-the backbag problem
<龚俊宇> 在 2025-06-15 上传 | 大小:14kb | 下载:0

[数据结构常用算法2

说明:计算二叉树的叶子结点树,实现代码的编译和运行-Calculated binary tree leaf node, the code compiles and runs to achieve
<马远> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:huffman的编程,应用到密码传输的部分,-huffman programming
<刘明洋、杨> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法minspant

说明:最小生成树,prim算法 还有kruskal算法 两个算法的具体实现还有测试-Minimum spanning tree, prim algorithm also kruskal algorithm implementation has two specific test algorithm
<刘明洋、杨> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法BiTree

说明:实现的功能包括创建二叉树,按层遍历、递归遍历,统计度为0、1、2的节点数,求深度,判断是否是完全二叉树,求节点的父节点,交换左右子树,文件读写-create BiTree,traverse bitree,node s ancestor, exchange left and right childtree
<> 在 2025-06-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法c

说明:数据结构,程序设计, 括号匹配检验算法。利用栈的方式来实现-Matching brackets
<xiaoquan> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法shujujieguo

说明:vc++数据结构任务书的报告,希望对大家有用-vc++ data structure of the mission statement of the report, want to be useful
<李思萍> 在 2025-06-15 上传 | 大小:38kb | 下载:0

[数据结构常用算法MyGene

说明:使用遗传算法求最短回路。用户输入信息在1.txt中。目前有6个城市,如果权值为-1,表示两个城市之间不可达。遗传算法会被执行5次。-Using genetic algorithm for the shortest loop. The user to enter information in the 1.txt. There are six cities, if the weight is-1, indicating that up between the two cities. Genetic
<> 在 2025-06-15 上传 | 大小:32kb | 下载:0

[数据结构常用算法sort

说明:内排序算法中所有的排序程序,学习C语言必备的。-All within a sorting algorithm sorting program, learning the C language necessary.
<蔡琳> 在 2025-06-15 上传 | 大小:5kb | 下载:0

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

说明:usaco上第一第二部分的题解 一些简单算法题-usaco solution
<jiejie> 在 2025-06-15 上传 | 大小:22kb | 下载:0

[数据结构常用算法sparsematrix

说明:数据结构,实现稀疏矩阵输入和“一次定位快速转置”。-Data structure, to achieve sparse matrix input and " a rapid positioning transpose."
<liaoju> 在 2025-06-15 上传 | 大小:217kb | 下载:0

[数据结构常用算法ch2

说明:严蔚敏编写的数据结构c语言版第二章部分 习题答案,这个代码写的不错,拿来这里和各位分享下 -Yan Wei-min data structures written in c language version of the second part of chapter exercise answers, this code is written in good, used here and to share the next
<wowo> 在 2025-06-15 上传 | 大小:2kb | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 1617.18 .19 .20 .21 .22 ... 2656 »

源码中国 www.ymcn.org