资源列表
用Pology语言解决八段数码问题,可以正确运行
- 用Pology语言解决八段数码问题,可以正确运行,对初学者的学习有所帮助-Eight out of digital solutions with Pology language problem, you can run properly, help for beginners to learn
BA analysis 复杂网络的源程序
- 复杂网络的源程序,可以分析BA网络,复杂网络的源程序,可以分析BA网络,
在ABC三相转换成DQ两相时的角度在MATLAB里做仿真时的设定
- 在ABC三相转换成DQ两相时的角度在MATLAB里做仿真时的设定,
基于QR分解的总体最小二乘方法
- 基于QR分解的总体最小二乘方法 基于Matlab的程序,QR decomposition based on total least squares method
利用vc和matlab混编,调试mex文件的方法
- 利用vc和matlab混编,调试mex文件的方法。附带VC详细操作步骤以及C++源程序,use VC and matlab to debug code
气泡动态模拟
- 超生动态气泡的matlab模拟,希望和大家交流交流
ISO-16609.对称技术的消息鉴别要求
- ISO-16609-- 银行业务.使用对称技术的消息鉴别要求,ISO-16609- banking business. Message Authentication using symmetric techniques required
Rastrigrin matlab平台下的测试函数Rastrigrin
- matlab平台下的测试函数Rastrigrin,对于用来测试粒子群、遗传等智能算法的性能非常有用-matlab platform test function Rastrigrin, used to test for the PSO, the performance of genetic algorithms and other useful intelligence
MonteCarlo.展示了Monte Carlo方法的基本原理
- 这个Matlab程序包,展示了Monte Carlo方法的基本原理,并把它应用到金融行业,展示一种方差缩减的技巧。,The Matlab package, shows the basic principle of Monte Carlo method, and apply it to the financial industry, demonstrate a variance reduction technique.
0.背包问题C语言算法
- 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入. 输入:第一行两个正整数n(物品数)和C(容量) 第二行n个正整数n,表示物品价值 第三行n个正整数n,表示物品重量 输出:第一行表示总价值 第二行n个数(0/1),0表示物品不装入,1表示装入 例如, 输入: 5 10 6 3 5 4 6 2 2 6 5 4 输出 15 1 1 0 0 1 ,
FDTD_2D_PML.采用PML边界条件的二维TM波FDTD算例
- 采用PML边界条件的二维TM波FDTD算例,PML boundary conditions using the two-dimensional TM wave FDTD numerical example
PA.感知器算法分类数据,画出决策面
- 感知器算法分类数据,画出决策面。使用matlab编写,感兴趣的可以看看!,Perceptron Algorithm