资源列表

« 1 2 ... .23 .24 .25 .26 .27 2528.29 .30 .31 .32 .33 ... 28523 »

[数据结构常用算法si

说明:设有一个背包可以放入的物品重量最重为s,现有n件物品,它们的重量分别为w[0]、 w[1]、w[2]、…、w[n-1]。问能否从这n件物品中选择若干件放入此背包中,使得放入的重量之和正好为s。如果存在一种符合上述要求的选择,则称此背包问题有解(或称其解为真);否则称此背包问题无解(或称其解为假)。试用递归方法设计求解背包问题的算法。-There is a backpack weight items can be placed the m
<张巨松> 在 2025-04-22 上传 | 大小:244kb | 下载:0

[数据结构常用算法wu

说明:给定n个小区之间的交通图。若小区i与小区j之间有路可通,则将顶点i与顶点j之间用边连接,边上的权值 表示这条道路的长度。现在打算在这n个小区中选定一个小区建一所医院。试问这家医院应建在哪个小区,才能使距离医院最远的小区到医院的路程最短?请设计一个算法求解上述问题。-N given the traffic between plots Fig. If the cell i and cell j can pass between the ro
<张巨松> 在 2025-04-22 上传 | 大小:253kb | 下载:0

[数据结构常用算法ba

说明:利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。 [基本要求]: (1)I:初始化(Initialization)。从终端输入一个长度不超过80的字符串(全部为大写字母且无空格
<张巨松> 在 2025-04-22 上传 | 大小:252kb | 下载:0

[matlab例程GA_paichan

说明:按照能耗最优原则对机器生产时间用遗传算法解决-Optimal energy consumption in accordance with the principles of machine production time by using genetic algorithms to solve
<张宝利> 在 2025-04-22 上传 | 大小:2kb | 下载:0

[数值算法/人工智能astar

说明:a*算法程序例子,包括了2个DEMO讲解和一个astarlib的封装库-a* algorithms procedures examples, including two on and a DEMO package astarlib Library
<Garfield> 在 2025-04-22 上传 | 大小:129kb | 下载:0

[matlab例程tm

说明:用于计算二维正方格子金属光子晶体TM模禁带的-Lattice is used to calculate the two-dimensional metallic photonic crystal band gap of the TM mode
<hf> 在 2025-04-22 上传 | 大小:3kb | 下载:0

[数学计算/工程计算comp-eps

说明:Mit Photonic Band源文件,用于计算复杂介电常数光子晶体的程序-Mit Photonic Band source file, used to calculate the complex dielectric constant photonic crystals procedures
<hf> 在 2025-04-22 上传 | 大小:1kb | 下载:0

[数学计算/工程计算ShuDu

说明:玩过数独吗?这里是一个数独的求解程序。可以为你挽救不少脑细胞。题目输入格式:逐行输入数字,以空格相间隔。空位以0代替。-Sudoku played it? Here is a Sudoku solving program. You can save a lot of brain cells. Title input format: line enter the number of intervals in space. Space in
<zjuxia> 在 2025-04-22 上传 | 大小:1.05mb | 下载:0

[matlab例程ekf

说明:ekf在无源导航中的应用,涉及到了cv模型的仿真-EKF passive navigation in the application, relates to the cv model simulation
<韩令军> 在 2025-04-22 上传 | 大小:6kb | 下载:2

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

说明:应用于求解大规模寻优的遗传算法,比普通GA算法收敛速度提高70倍,且不存在出现奇异点-Applied to solving large-scale optimization of genetic algorithm, than the ordinary GA algorithm convergence speed of 70 times, without the existence of singular point
<小刘> 在 2025-04-22 上传 | 大小:70kb | 下载:0

[数据结构常用算法02164837831

说明:实现背包算法密约,希望能够对大家有所帮助,水平有限,多多包涵!-Knapsack algorithm to achieve a secret, hoping to be helpful for all of us, the level is limited, forgive me!
<wangwenjie> 在 2025-04-22 上传 | 大小:3.97mb | 下载:0

[matlab例程200505-72

说明:matlab在物理化学科学的应用,有相关的统计分析和聚类模型-matlab in physical and chemical science and application of relevant statistical analysis and clustering model
<吴钱> 在 2025-04-22 上传 | 大小:193kb | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 2528.29 .30 .31 .32 .33 ... 28523 »

源码中国 www.ymcn.org