-
VSxMatlab
vc调用matlab,如何使用vc来调用matlab的文件等一些基础功能(matlab use vc++)
- 2013-01-10 15:48:19下载
- 积分:1
-
VBMatlab
基于VB与Matlab的谷物霉变识别系统的开发,希望对研究的朋友提供帮助。(VB and Matlab-based identification system for cereal mildew development, want to study a friend to help.)
- 2009-10-20 12:00:50下载
- 积分:1
-
mianyi
免疫算法的matlab代码,应该比较好用,谢谢支持!(immune algorithm Matlab code, it should be more convenient, thank you support!)
- 2007-03-20 12:20:00下载
- 积分:1
-
a
说明: 用遗传算法解决旅行商问题(附源代码),遗传算法其实是一种求函数极值的随机搜索算法。(Solving the traveling salesman problem using genetic algorithms (with source code), genetic algorithm is a kind of extreme demand function of random search algorithm.)
- 2011-05-11 17:43:08下载
- 积分:1
-
weiyikeyima
自己写的唯一可译码判定准则,可以准确判定码组是否为唯一可译码组(Write their own unique criteria DECODABLE can accurately determine whether the code group is the only decoding group)
- 2013-01-20 16:45:58下载
- 积分:1
-
C--CPP-programmers-reference
This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
- 2015-01-31 22:59:58下载
- 积分:1
-
pso530
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),由Eberhart博士和kennedy博士于1995年提出 (Kennedy J,Eberhart R.
Particle swarm optimization.Proceedings of the IEEE International Conference on Neural Networks.1995.1942~1948.)。源于对鸟群捕食的行为研究。粒子群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解.
(Particle Swarm Optimization (PSO) is an evolutionary computation techniques (evolutionary co mputation) by Dr. Eberhart and kennedy Dr. raised in 1995 (Kennedy, J., Eberhart R. Particle swarm optimization.Proc eedings of the IEEE International Conference o n Neural Networks.1995.1942 ~ 1948.) . From the flock of the predatory behavior. PSO algorithm is the basic idea of individual groups through the sharing of information and collaboration to find the optimal solution.)
- 2006-09-08 15:19:54下载
- 积分:1
-
ifft2
C语言编写的傅立叶正逆变换,经过测试与matlab里面的.m算法结果一致。还有数据测试可用。适用于工程信号处理中。(C language of the Fourier transform, After test and Matlab inside m algorithm results. There are data test available. Suitable for engineering signal processing.)
- 2013-05-09 23:21:23下载
- 积分:1
-
readdicomPicWithC++ByLee
view dicom picture with C++
- 2010-09-21 10:31:14下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1