-
complex
Math class complex calculations. There main argument, the complex conjugate calculation. . .
- 2014-01-20 18:28:56下载
- 积分:1
-
QSGS
采用四参数生成法自动生成多孔介质(二维),优化了出现独立单个节点、实体内部出现孔洞的问题(Four-parameter generation method automatically generates a porous medium, optimize the emergence of an independent single node, hole problems arise internal entities(2D))
- 2021-04-22 15:38:48下载
- 积分:1
-
irradiance
光伏电站中太阳光de 辐照度与光伏输出功率的关系(Relations photovoltaic solar power plant with an output power of irradiance)
- 2021-01-28 09:48:35下载
- 积分:1
-
MATLABForSci
一套科学运算语言 MATLAB 的程序设计有关的函数代码!!!(A set of scientific computing language MATLAB programming code related to the function!!!)
- 2009-03-06 01:51:38下载
- 积分:1
-
3class_svm_matlab
说明: 使用libsvm进行三分类,svm多分类可以类似编程(Use libsvm for three categories, svm classification can be more similar to programming)
- 2021-01-01 00:58:58下载
- 积分:1
-
Queens
Queen problem is solved
- 2015-01-09 18:29:54下载
- 积分:1
-
matlab_and_vc
多个VC++与Matlab混合编程的程序及相应的资料,希望对学习混编的人员有帮助(More mixed VC++ and Matlab programming process and the corresponding information, want to help the person learn mixed)
- 2011-12-01 21:55:59下载
- 积分:1
-
Probability
说明: 概率论和排队论的书籍 全英文的 很有帮助(Probability theory and queuing theory of helpful books in English)
- 2010-03-30 18:27:53下载
- 积分:1
-
InterHarmonic_src
VC与matlab混合编程的例子
是一个间谐波处理程序,滤波算法用matlab
界面用VC(VC and matlab programming examples of hybrid between a harmonic process, filtering algorithm matlab interface with VC)
- 2009-06-06 02:16:15下载
- 积分: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