-
数值计算方法的相关代码
有关二分法、试值法、帕德逼近、高斯消去的代码,可供数值计算方法学习者参考(About dichotomy, test method, Pader approximation, Gaussian elimination of code, numerical calculation method for learner reference)
- 2020-11-06 16:39:49下载
- 积分:1
-
MATLAB-PDE-Toolbox
MATLAB PDE Toolbox了解学习,有个更生层次的认识(MATLAB PDE Toolbox MATLAB PDE Toolbox)
- 2013-04-09 22:07:24下载
- 积分:1
-
frft
分数阶傅里叶变换matlab的实现,可以看看的(Fractional Fourier transform matlab realization, you can see the)
- 2013-04-18 14:55:20下载
- 积分:1
-
pic_dc-ac_01
hex file for 16f509 microcontroller for dc ac inverter
- 2013-12-24 03:38:03下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
dimension
维娜滤波器的设计matlab代码以及仿真(The design of Sabina filter dimension
)
- 2011-05-26 11:58:06下载
- 积分:1
-
PP
说明: 摘 要:0IE 问题是一个典型的优化组合问题,现在有很多解决的方法。本文针对遗传算法求解0IE 问题进行了研究,对
选择、交叉和变异算子进行了算法设计,最后在_ C- N软件上进行编程实现。结果表明,遗传算法在求解0IE 问题时具有
结果准确、收敛速度快等特点。
关键词:遗传算法;0IE 问题;最优化问题;_ C- N 软(Abstract: 0IE problem is a typical combinatorial optimization, there are many solutions. In this paper, genetic algorithm 0IE conducted a study on the selection, crossover and mutation operators of the algorithm design, and finally _ C- N software for programming. The results indicate that the genetic algorithm in solving problems with 0IE accurate, fast convergence and so on. Key words: genetic algorithm 0IE problem optimization problems _ C- N Soft)
- 2010-12-21 10:58:01下载
- 积分:1
-
Calculation-Jacobe
Jacobi calculations . it is used to calculate liner problem
- 2014-10-21 03:20:26下载
- 积分:1
-
windowfilter
主要是数字信号中窗函数的设计与分析,matlab源代码的设计,提供了时域与频域分析(Is mainly the design and analysis of window function in the digital signal, the design of Matlab source code, provides the analysis of time domain and frequency domain)
- 2015-04-03 18:34:48下载
- 积分:1
-
TMM
雷塞的6480运动控制卡,全套demo,注释详细(Raiser s 6480 motion control card, a full demo, detailed notes)
- 2014-08-18 22:45:39下载
- 积分:1