搜索资源列表
C_LIB
- 消息中有什么? 是否觉得一个消息记录中的信息像希腊语一样?如果是这样,那么看一看下面的解释: hwnd 32位的窗口句柄。窗口可以是任何类型的屏幕对象,因为Win32能够维护大多数可视对象的句柄(窗口、对话框、按钮、编辑框等)。 message 用于区别其他消息的常量值,这些常量可以是Windows单元中预定义的常量,也可以是自定义的常量。 wParam 通常是一个与消息有关的常量值,也可能是窗口或控件的句柄。 lParam 通常是一个指向内存中
ripper
- 这是一个水波特效的win 32汇编源码,希望对大家有帮助。作者罗云彬
DIBDrawEngine.zip
- DIB Draw Engine 一套基于32位DIB绘图引擎的控件。可进行旋转,缩放,Alpha,不透明等处理。支持很多的第3方插件。(包含源码),DIB Draw Engine Based on a 32-bit graphics engine control DIB. Can rotate, zoom, Alpha, opaque, such as processing. Support for many 3rd party plug-ins. (Including source cod
ORCAD_user_PPT
- 很实用的ORCAD讲义PPT,一共有32页-ORCAD practical notes PPT, a total of 32
gd_ext
- 对gdlib的扩展,直接生成24/32位真彩色位图-Gdlib expansion of the direct generation of 24/32 bit True Color bitmap
dftconv
- 数字信号处理:实现对32点矩形序列和x(n)=n+1序列分别进行DFT,两者线形卷积,原序列补点至63点后的DFT和对DFT乘积的IDFT。显示为数值和坐标轴中的图像。vista系统不能看图。在win-c下编译,c语言-Digital signal processing: to achieve 32 points, rectangular sequence and x (n) = n+1 sequences were carried out DFT, linear convolution bet
LED_chinese_character
- 字模提取软件 可应用于十六乘三十二的汉字点阵屏的图形汉字生成-Matrix extraction software can be applied to 16 Chinese characters by 32 characters dot-matrix graphic display generation
800x600x16M
- 800x600x16M.rar-----32位色彩的图形TC开发包-800x600x16M.rar----- 32-bit color graphics development kit TC
matlab123
- MATLA编程 1-32是:图形应用篇 33-66是:界面设计篇 67-84是:图形处理篇 85-100是:数值分析篇 -1-32: graphics applications articles 33-66: interface design articles 67-84 is: graphics processing chapter 85-100: Numerical Analysis articles
ILI9325_LCD_Microchip_C18_driver
- ILI 9325 TFT driver for mc 32 micro controller
petrinet-source
- Petri Nets Simulator with Individual Tokens Application allows you to create, analyse and simulate the following types of Petri nets: PT nets, nets with indywidual tokens and constant arc labels and nets with indywidual tokens and variable arc l
ST-Microprocessor-32-Bit
- ST 32位控制原理图及PCB封装图库,希望可以帮到从事电子线路开发的同事。-ST 32 digital control schematics and PCB footprint library, the desire to help my colleagues engaged in the development of electronic circuits.
32-x64-lattice-screen-clock
- 本程序支持8*8的双色点阵,可以任意变换形态-32 x64 lattice screen clock (including holiday)
matlab-example-part2
- 32个常用的MATLAB界面设计源代码,包含常用的所有界面设计-32 commonly used MATLAB interface design source code, including all common interface design
matlab-example-part3
- 32个MATLAB常用的图形处理篇及数值分析篇的源代码,满足常见的工程数据处理及计算要求-32 MATLAB graphics processing papers and popular articles numerical analysis of the source code to meet the common engineering data processing and computing requirements
1
- 2.利用FFT对信号进行谱分析 对于连续信号xa(t)=cos(2πf1t) +5cos(2πf2t) +cos(2πf3t) ,其中f1=6.5kHz, f2=7kHz, f3=9kHz, 以采样频率fs=32 kHz对其进行采样, (1)对xa(t) 信号采集16点样本,分别作16点和补零到256点的FFT,并分别绘出对应的幅频特性曲线。 (2)对xa(t)信号采集256点样本,分别作256点和512点的FFT,并分别绘出对应的幅频特性曲线。 (3)比较(1)和(2)