-
hechengkongjingleida
张澄波的综合孔径雷达比较老的版本,但是很基础,逻辑简单明了(Zhang Chengbo of synthetic aperture radar older version, but it is based on simple logic)
- 2010-07-15 15:47:37下载
- 积分:1
-
DAGUIMO-MIMO
一个大规模的MIMO仿真平台开发程序,MATLAB仿真(A large-scale MIMO simulation platform development process, MATLAB simulation)
- 2020-12-11 18:29:17下载
- 积分:1
-
2003061810345322317
最短路,用VB开发,作为算法很简便,速度很快.3000点是20分钟能够算完..(The most short-circuit, using VB development, as the algorithm is very simple, fast .3000 is 20 minutes be able to count END ..)
- 2009-03-25 16:17:23下载
- 积分:1
-
lizidenoising
这是一种基于粒子权重去噪代码,本人自己实现,非常实用。(Based on the particle weight denoising code)
- 2015-04-11 09:52:59下载
- 积分:1
-
QPSK
10mQPSK C++代码 rrc滤波(10mQPSK C++ rrc)
- 2013-12-25 10:13:16下载
- 积分:1
-
cpp-primer-code
cpp-primer-code预编码,仅供参考(cpp-primer-code pre-coding, for reference only)
- 2009-01-21 08:19:42下载
- 积分:1
-
ListenAndTell
Simple Math games foe blinds peoples
- 2015-02-26 03:21:45下载
- 积分:1
-
eyefinder
定位眼神的程序,有mATLAbC++多种版本可供使用(Positioning the eyes of the program, mATLAb C++ multiple versions available)
- 2012-07-16 14:39:03下载
- 积分:1
-
lightningcentralcontrol
灯光中央控制系统的设计应用,是一份非常经典的灯光控制应用领域的文档(灯光中央控制系统的设计应用)
- 2010-01-03 19:27:18下载
- 积分: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