- 
                        FATFS
                        
                          讲述STM32与SD卡的FAT文件系统,便于单片机数据保存(About the STM32 and SD card FAT file system, to facilitate data storage SCM)                         
                            - 2014-02-17 11:07:33下载
- 积分:1
 
- 
                        BCGGridDemo
                        
                          重绘CBCGPGridCtrl的表头,更改背景色,选中后颜色,标题字体及颜色,表格文字字体及颜色,选中单元格颜色、边框色,修改原来的表格线条等 Demo在VS2010下调试通过,所用BCG版本为2310(Painted a CBCGPGridCtrl header change background color, color selection, title font and color, form text fonts and colors, selected cell color, border color, modify the original form lines demo in VS2010 debugging through, BCG version of 23.1)                         
                            - 2020-09-13 14:47:59下载
- 积分:1
 
- 
                        TransButton
                        
                          可做出不同底色的按钮,包括和背景同色,自定义背景色。
EVC4.0 编译通过
Emunator/X86 运行成功(Can make a different background color of the button, including the background of the same color, custom background color. EVC4.0 compiler Emunator/X86 running through the success of)                         
                            - 2008-05-27 12:52:20下载
- 积分:1
 
- 
                        source
                        
                          调用微信web端的接口进行微信的相关操作。(Call the interface of wechat web end to carry out the related operation of wechat)                         
                            - 2019-02-26 11:52:41下载
- 积分:1
 
- 
                        C#指针仪表自动读数代码和工程halcon11源代码
                        
                          指针仪表自动读数代码和工程halcon11源代码 软件,已经调试直接可以运行。压缩包中包含两张处理图像,便于学习改良。                         
                            - 2019-06-06下载
- 积分:1
 
- 
                        SZxscxjm_
                        
                          圆形钟表源码,VC++电子钟,显示当前系统时间,圆形风格,实际上这个源码是讲述了一些界面设计方面的知识,和电子钟相关不大,有兴趣的就下载源码参考一下。(Round clock source, VC++ electronic clock that displays the current system time, round style, in fact, this source is about some of the interface design knowledge, and related electronic bell little interested to download source code reference.)                         
                            - 2013-06-22 12:59:49下载
- 积分: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
 
- 
                        C++识别matla导出的坐标值
                        
                          代码的主要功能是识别matlab导出的矩阵数据中的坐标参数,从而控制Dobot机械臂的运动方式                         
                            - 2022-02-02 22:47:10下载
- 积分:1
 
- 
                        char2CString
                        
                          char和CString之间赋值的问题,包含char* 转化成 CString,CString 转化成 char* ,BSTR 型转化成 CString 型等等。(between the char and CString assignment problem with char* into a CString, CString into a char*, BSTR type into CString type and so on.)                         
                            - 2009-11-12 14:41:49下载
- 积分:1
 
- 
                        CheckModifyACLPermission
                        
                          说明:  用net 2010的accesscontrol命名空间操作File,Directory 和 Registery权限(This sample demonstrates how to use the .NET namespace to manipulate permissions related security,
which include of file permission, folder permission and register key permission.)                         
                            - 2011-03-18 13:18:58下载
- 积分:1