资源列表

« 1 2 ... .97 .98 .99 .00 .01 17902.03 .04 .05 .06 .07 ... 28522 »

[数值算法/人工智能yanghuisanjiao-deshixian

说明:打印出以下的杨辉三角形 每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-Print out the following Triangle (requires print line 10) the first and last of each line 1, the middle eleme
<袁昊苏> 在 2025-02-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算zuidayouhuatouzihuibao

说明:最大化投资回报问题:某人有一定的资金用来购买不同面额的债卷,不同面额债卷的年收益是不同的,求给定资金,年限以及债卷面额、收益的情况下怎样购买才能使此人获得最大投资回报。-Maximize return on investment: a person have a certain amount of funds used to purchase the bonds of different denominations, the annua
<袁昊苏> 在 2025-02-19 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法ant-colony-optimization

说明:用蚁群算法来解决tsp问题,效率较高,可以得到全局最优解-Tsp with ant colony algorithm to solve the problem, more efficient, you can get the global optimal solution
<王力> 在 2025-02-19 上传 | 大小:2kb | 下载:0

[matlab例程MATLAB

说明:matlab教学课件,适用于matlab初学者,能够快速上手并应用!-matlab courseware for Matlab beginners up to speed quickly and apply!
<李明> 在 2025-02-19 上传 | 大小:7.36mb | 下载:0

[数据结构常用算法dongtaiguihuqiubeibaowenti

说明:动态规划求0/1背包问题,是一个或多个物品的重量和价值,数组中的每个元素定义一趟需要记录的数据-Dynamic programming 0/1 knapsack problem is the weight and value of one or more items, each array element defines a trip record data
<袁昊苏> 在 2025-02-19 上传 | 大小:1kb | 下载:0

[matlab例程yantu

说明:实现GMSK的眼图程序,其中有fait程序及sincos程序代码,以及最后眼图的生成代码-Of GMSK eye diagram the the fait program and sincos code, and the final eye diagram generated code, which
<jiuzheyangba> 在 2025-02-19 上传 | 大小:7kb | 下载:0

[数学计算/工程计算cyuyandanxianglianbiaohuan

说明:C语言单向链表环测试并返回环起始节点1. 测试是否有环 2. 获取环起始点-Singly linked list in C-loop testing and return to the ring starting node to a test whether the ring 2. Get a ring starting point
<袁昊苏> 在 2025-02-19 上传 | 大小:1kb | 下载:0

[matlab例程pso-Matlab-Toolbox

说明:PSOt - a Particle Swarm Optimization Toolbox for use with Matlab. A Particle Swarm Optimization Toolbox (PSOt) for use with the Matlab scientific programming environment has been developed. PSO is introduced briefl
<yazdavar> 在 2025-02-19 上传 | 大小:32kb | 下载:0

[数据结构常用算法suanfa

说明:分支限界法解决01背包问题,适用于算法上机作业-Branch and bound method to solve the 01 knapsack problem
<as> 在 2025-02-19 上传 | 大小:1kb | 下载:0

[matlab例程pca

说明:PCA主成分分析的matlab代码,可以用来学习原理,效果还不错-PCA principal component analysis can be used to study the principle, the results were pretty good
<Yin Xuanwu> 在 2025-02-19 上传 | 大小:1kb | 下载:0

[压缩解压I18NTest

说明:Hibernate+Struts1中英文互换-Hibernate+Struts1 in English swap
<> 在 2025-02-19 上传 | 大小:1.18mb | 下载:0

[数学计算/工程计算GA-for-nonlinear-programming

说明:神经网络算法实现仓库的货位规划。生成最终货物的0-1安排矩阵。-Genetic Algorithm for nonlinear programming
<Jdking> 在 2025-02-19 上传 | 大小:4kb | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 17902.03 .04 .05 .06 .07 ... 28522 »

源码中国 www.ymcn.org