-
bcb
说明: BCB串口通讯源码示例程序。利用winapi函数,而非控件。(BCB examples of serial communication program source. Use WINAPI function, rather than control.)
- 2008-08-31 10:26:21下载
- 积分:1
-
tanshishezhidongfangbubai
这是一款具有登入和注册的贪吃蛇,而且有特效果实,增加了游戏的趣味性(This is a login and registration Snake)
- 2012-10-24 08:48:34下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
diagrameditor_docs
For MDI Applications. It will be helpful.
- 2014-09-27 13:28:30下载
- 积分:1
-
jpeg
本项目成功地实现了jpeg图像的压缩非常实用!!!!!!(The project successfully realized the jpeg image compression is very useful!!!!!!!!!!!!!!!!)
- 2016-03-13 05:37:57下载
- 积分:1
-
hexadecimal-conversion
可将输入的任意十进制数转换为你想要任意进制数。(Any input can be converted to decimal you want any decimal.)
- 2011-11-01 10:13:03下载
- 积分:1
-
FunctionReferenceGuide
工程师和科学家们面临着用更少的时间建立复杂系统模型的需求,他们使用分布式和并
行计算来解决高性能计算的问题。这些分布式的环境由多处理器和多核计算机来实现。
Mathworks公司开发的分布式计算工具箱可以在多处理器计算环境中使用 MATLAB 和imulink 解决计算、数据密集型问题。可以使用该工具箱解决通过装配多个处理器包含几个单独工作单位或单个大型计算的问题。这些处理器可以驻留在一个多处理器计算机,或者,当工具箱配合 MATLAB 分布式计算引擎时,驻留在计算机集群上。(Engineers and scientists are facing with less time to build models of complex systems needs, they use distributed and parallel computing to solve the problem of high-performance computing. The distributed environment consists of multi-processor and multi-core computer to achieve. Mathworks Distributed Computing Toolbox, developed in multi-processor computing environment MATLAB and imulink solve computing, data intensive problems. You can use the toolkit to solve multiple processors by assembling several separate work units or containing a single large-scale computing problems. These processors can reside on a multi-processor computer, or, when the toolbox with MATLAB Distributed Computing Engine, it resides on a computer cluster.)
- 2011-09-14 22:50:17下载
- 积分:1
-
Classic-game-map-editor
经典游戏地图编辑器,VC编译成功,可以运行。值得下载。(Classic game map editor, VC compile successfully, you can run. Worth downloading.)
- 2013-12-06 22:14:54下载
- 积分:1
-
lab2
输入:
输入包括多个测试集,每行为一个正奇数N(1 <= N < 10),
0作为输入的结束且不需要处理。
输出:
对于输入的每一个N, 输出一个它所对应的N阶幻方,如果存在多个,
任意一个即可。
Sample Input
1
3
0
Sample Output
1
4 9 2
3 5 7
8 1 6
(Input: The input includes multiple test sets, each one being the odd behavior of N (1 < = N < 10), 0 as the end of the input and does not require treatment. Output: For each input N, N it corresponds to the output of a magic square, if there is more than one, any one can. Sample Input 1 3 0 Sample Output 1 4 9 2 3 5 7 8 1 6)
- 2014-02-19 15:40:48下载
- 积分:1
-
7620
飞思卡尔的风单片机源程序,希望有帮助哦,记得好好刊登在用看(Freescale wind microcontroller source code, hope helpful Oh, I remember the good published in see)
- 2013-01-23 01:39:23下载
- 积分:1