-
matlaba
matlab代码 各种信息 对于初学者很有用(matlab code a variety of useful information for beginners)
- 2013-04-11 10:59:30下载
- 积分:1
-
VCPPandMATLAB7.1
该程序详细说明了MATLAB7.1与VC++6.0混合编程的方法,主要是VC++调用MATLABm函数编译后的动态数据链接库,并且提供了实际的例子,按照该例子就能完成初步的混合编程(The program details MATLAB7.1 VC++6.0 mixed programming, mainly compiled the VC++ call MATLABm function of the dynamic data link library, and provides practical examples can be done in accordance with the example of the initial mix of programming)
- 2012-07-11 20:17:52下载
- 积分: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
-
GetDomainName2
Get full domain name of windows workstation
- 2014-10-10 12:45:41下载
- 积分:1
-
Fibanocci_15006411202002
Please vote:This code generates both fibanocci and non fibanocci sequences upto user specified limit and writes the output onto text file.
- 2009-11-08 13:55:02下载
- 积分:1
-
KolmogorovEntropy_STB
求混沌时间序列K熵(Kolmogorov Entropy)STB算法(Seeking chaotic time series K entropy (Kolmogorov Entropy) STB algorithm)
- 2015-03-18 16:35:29下载
- 积分:1
-
vesmpls1.0v22
技术文件名称:MPLSv1.0软件模块测试规程(Technical file name: MPLSv1.0 order to test software modules)
- 2009-05-11 01:01:35下载
- 积分:1
-
C_CPP-Programmers-Reference--Third-Edition-By-Her
C/C++ Programmer s Reference, Third Edition
by Herbert Schildt ISBN:0072227222
McGraw-Hill/Osborne © 2003 (358 pages)
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-03-20 08:48:03下载
- 积分:1
-
MATLAB
简单的MATLAB拉普拉斯变换,单位阶跃响应的程序(Simple MATLAB Laplace transform of unit step response procedures)
- 2012-06-05 10:28:18下载
- 积分:1
-
vb_call_matlab_dll
使用MATLAB编写DLL的一些例子,然后用VB进行调用(vb_call_matlab_dll)
- 2010-09-18 13:36:27下载
- 积分:1