资源列表

« 1 2 ... .05 .06 .07 .08 .09 14610.11 .12 .13 .14 .15 ... 28522 »

[数据结构常用算法PackageProblem

说明:实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本要求 读入T、n、w1 , w2 , … , wn
<李昭明> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[数据结构常用算法graphicsalgorithmy

说明:一套很好的图论算法源码,包括图的遍历,最短路径的实现,有向图计算、拓扑排序等多个算法的源码。-a good graph algorithm source code, including the traverse map, the shortest path, and it is to map, many other topological sorting algorithm source code.
<xiaofeng> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[数据结构常用算法chest

说明:java编写的可调节棋盘大小的残缺棋盘覆盖演示程序-prepared by the board may adjust the size of incomplete coverage chessboard Demonstration Program
<方西> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[人工智能/神经网络/遗传算法tspvcandmatlab

说明:基本的TPS的matlab和vc程序,可以供大家共同学习,参考-the basic TPS vc Matlab and procedures, everyone can learn together, reference
<刘关俊> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[matlab例程jpeg2000(matlab)

说明:jpeg在matlab下的仿真实现,整个程序运行还行,共享给大家-jpeg of the Matlab Simulation, and the whole process has run OK, for everyone to share
<陆鹏> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[matlab例程euro

说明:MATLAB程序,用于计算图象中的欧拉数,简单实用-MATLAB procedures used in the calculation of the image Euler number, simple and practical
<winds> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[数据结构常用算法dsproject3

说明:解决一个加权遍历的问题。 文件包含一个word文档,作为原问题。 还有一个c文件,解决遍历。-solve a weighted traversal issue. Document contains a word document, as the original question. There is also a c document traversal solution.
<本本> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[生物技术canny_src

说明:本程序是用C语言编写的CANNY算子比以往的SOBEL算子更细。-this program is the C language Canny operator than ever SOBEL Operator more detailed.
<张德龙> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[数学计算/工程计算specialfuntion

说明:特殊函数的c语言算法,内容包括了第一第二类的贝塞函数和某些椭圆积分算法-special function of the c language algorithms, including the first second category of Bessel functions and some elliptic integral algorithm
<钟澎洪> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[数据结构常用算法tudeshixian

说明:无向图的实现和深度优先算法-no plans to the realization of the depth and priority algorithm
<卢水柏> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[matlab例程xqljbx

说明:一种传输线线受雷击后的计算方法,很使用的,做毕业设计必看-a transmission line by line after the Lightning calculation method is used, do graduate design Watchable
<Sword> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[压缩解压JCS-A-counting-scale-data-collection

说明:基于vb的JCS---A计数天平数据采集-JCS-A counting scale data collection
<> 在 2025-06-19 上传 | 大小:9kb | 下载:0
« 1 2 ... .05 .06 .07 .08 .09 14610.11 .12 .13 .14 .15 ... 28522 »

源码中国 www.ymcn.org