-
r5f109ge
说明: Renesas RL78 R5F109GE demo code
- 2020-06-24 22:20:01下载
- 积分:1
-
TeeChart控件源代码
source code for TeeChart
- 2022-03-05 00:11:35下载
- 积分:1
-
ane math expression parser
ane math expression parser 是文本字符串数学表达式解析器,目前已实现了 加 减 乘 除 幂运算等基本的数学表达式。ane 基于ObjectC 编写,在MacOSX 平台可以使用Xcode编译执行。当然,可以根据需要,进行扩展,以实现更多的数学运算符。
- 2022-03-24 07:38:55下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
wxshop
说明: 微信小程序,外卖点餐,包括后台、前端。后台node js mysql(Wechat small procedures, take-out order, including the background, front-end. Background node JS MySQL)
- 2020-06-17 23:40:02下载
- 积分:1
-
qhull
主要介绍了如何在vs2010中使用qhull库以及环境变量配置问题(The project mainly focus on how to set the envirenment variable of qhull library in vs2010)
- 2021-03-03 16:59:32下载
- 积分:1
-
reboot
今天再次为vc++编程新手分享一个 Reboot程序源码,实现计算机关机、重启、注销功能,程序较简单那种,有兴趣的新手参考,源码完整,可用VC6.0顺利编译,运行效果请参见源码爱好者测试截图。(Today, once again sharing a Reboot vc++ programming novice program source code to achieve the computer shutdown, restart, logoff function, the program is relatively simple kind, interested novice reference, complete source code, can be used successfully VC6.0 compiler, operating results, see source enthusiasts test shots.)
- 2013-05-24 11:51:08下载
- 积分:1
-
ZFQXOX
自实现提示窗口,可以实现与XP风格的提示窗口类库,基于MFC,()
- 2018-04-29 06:13:18下载
- 积分:1
-
条形码扫描与生成
基于VC++程序,通过对条形码的解析,实现条形的识别和生成。
本程序使用了Microsoft® Visual Studio™ 6.0 作为程序的编译工具,并且分别建立的各自的工程,分别为generator.dsw和recognizor.dsw。编译完成的可执行文件分别为generator.exe和recognizor.exe。
- 2022-02-21 19:55:45下载
- 积分:1
-
ptable
一个打印表格的c++源代码,对于那些寻找此类代码的同志来说,是一个绝佳的参考,如果有什么问题,登陆http://www.boomcode.cn(A print form c++ Source code, for those looking for such code comrades, it is an excellent reference, if there is any problem, landing http://www.boomcode.cn)
- 2007-11-07 19:03:13下载
- 积分:1