-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
OFDM_MATLAB
MATLAB上实现的OFDM+AWGN/Rayleigh+BPSK/QPSK/16QAM/64QAM,并分析EbN0 vs BER.(The MATLAB implementation OFDM+AWGN/Rayleigh+BPSK/QPSK/16QAM/64QAM, and analyze EbN0 vs BER.)
- 2014-09-22 06:27:48下载
- 积分:1
-
Lucas-Kanade
The file HierarchicalLK.m contains the entry level function HierarchicalLK(....)
- 2011-12-28 18:14:06下载
- 积分: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
-
wgh
说明: 重力资料处理异常分离来分离区域异常和局部异常(Gravity anomaly separation of data processing to separate regional anomalies and local anomaly)
- 2010-05-04 19:24:44下载
- 积分:1
-
sysidjob5
此程序把M序列作为输入,使用最小二乘法对系统进行辨识,实现最小二乘的基本功能(M sequences in this program as input, using the least squares method to identify the basic functions of the least squares)
- 2012-06-09 17:14:47下载
- 积分:1
-
Arduino hx711库文件 HX711-master
Arduino hx711库文件,在编写程序省去很大力气,很好用的头文件,大力推荐(Arduino hx711 library files, eliminating the need to write programs in a lot of effort, a good use of header files, strongly recommended)
- 2020-06-25 03:40:02下载
- 积分:1
-
ch2_10
制作斜45度角俯视的地图
地面使用菱形贴图
基于Win32 Application 开发(Oblique angle of 45 degrees produced a map of ground overlooking the use of diamond-shaped texture development based on the Win32 Application)
- 2007-12-14 09:46:33下载
- 积分:1
-
TurboDecodeAlgorithm
3GPP标准Turbo码编码译码仿真Matlab6.5及VC6.0源代码,并包含Turbo码编码译码原理的介绍文档。(3GPP standard Turbo coding and decoding simulation VC6.0 Matalab 6.5 source code , and includes Turbo Encoder Decoder description of the principle of documentation.)
- 2006-10-11 00:53:04下载
- 积分:1
-
functionFairnessProfile_cvx
说明: Running test programming
- 2019-04-24 12:07:19下载
- 积分:1