资源列表
[数据结构常用算法] beibaowenti007
说明:用动态规划的向后处理法求解背包问题的最优决策序列。即给定一个背包序列的重量和相对应的效益值。做出一个最优决策序列Xi(i=1~n),使得最终效益和最大。-dynamic planning backward processing method knapsack problem of optimal decision-making sequence. That is, given a sequence of backpack weight and the relative value of the<> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[人工智能/神经网络/遗传算法] SGA_java
说明:用JAVA写的遗传算法的例子,比较简单,如果解压缩的时候需要密码的话,应该是“1”。写的比较简单。是老早以前写的了。-using Java to write the genetic algorithm example, relatively simple, if decompression time requires a password, then it should be "one." The relatively simple to write. Before long<许江东> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[数据结构常用算法] ccccccccctc
说明:n牛的c语言经典例题,学好c语言在此一举-n cattle classic example c language, learn the language c one stroke<qxp> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[数学计算/工程计算] BigNumFactorial
说明:一个简单的计算N!程序,我们C++的实验,可以计算三位数以上的数阶乘,效率还不错-a simple calculation N! The process, we Experimental C can be calculated over a number of triple-digit factorial. efficiency also good<黄晓恒> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[人工智能/神经网络/遗传算法] DBSCANCode
说明:DBSCAN源代码,是一种典型的基于密度的聚类算法-DBSCAN source code, is a typical example of the density-based clustering algorithm<龙卑鄙> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[matlab例程] example_matlab
说明:包括RZ,NRZ,QAM,FSK,误码率曲线等的仿真-including RZ, NRZ, QAM, FSK, BER curves Simulation<李冬> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[数据结构常用算法] danyuanzuiduanlujing
说明:该程序用来求图的单元最短路径,允许用户动态输入图-the procedure used to plan for the shortest path modules, allowing users to input dynamic map<yuyu> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[数据结构常用算法] CaculateRomanpn
说明:计算图p(n,k)罗马支配数的算法,计算罗马支配数是一个np—complete问题,这里给出一个相对高性能的算法。-calculated plan p (n, k) Rome disclaimer few algorithm disclaimer calculated Rome is a few np-complete problem here is a relatively high-performance algorithm.<姜宝琦> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[数据结构常用算法] 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-10-03 上传 | 大小:9kb | 下载:0