搜索资源列表
IC电话卡彻底解密及C源码
- 声明:本资料仅从技术的角度全面探讨IC卡、IC电话卡及其安全性,由此引发的各种争议或个人、集体利用本资料做任何不正当用途本人概不负责。-statement : This information just from the technical point of the comprehensive study of IC cards, IC cards and safety, has triggered the dispute or individual, collective use of the
嵌入式C语言在工程编程中的应用技巧
- Windows CE是微软为嵌入式设备打造的操作系统,而嵌入式设备可谓多种多样,这就要求CE操作系统必须是可定制的,所以微软将Windows CE设计为模块化的操作系统。说简单点,我们可以把Windows CE想像成一盒积木,你可以用积木搭建出任何物体,但不一定要把所有的积木都用上-Microsoft Windows CE for embedded devices to create the operating system, which has many embedded devices
12864.c
- 本演示程序适用于12864液晶显示模块与MCS51系列单片机采用MCS51并行接口 方式的硬件连线方式。 本演示程序包括ST7920兼容芯片的MCS51并行接口方式子程序集,12864系列标准中文 字符点阵型液晶显示模块的接口子程序集,ST7920兼容芯片的液晶显示控制器的通用子程序-The demo program for 12864 Series LCD and MCS51 MCS51 MCU parallel interface mode using hardwired way
2222
- 单片机的一点学习资料。教你学会单片机c语言和keil-Point single-chip learning materials. C Institute of Singlechip teach you the language and keil
ngw100_ext_lcd-lcd-sch
- AVR32和AT91SAM9点4.3寸屏的原理图。深圳英贝德科技。www.embedall.com-AVR32 and AT91SAM9 point 4.3-inch screen schematic. Shenzhen Sino-British Science and Technology, Mr John Battle. www.embedall.com
F040_can
- 51系列单片机CAN多点通信C语言源代码-51 Series single-chip CAN multi-point communications C-language source code
AVR(C)
- ISD1720芯片实现录音,定点录音,播放,定点播放等.-ISD1720 audio chip, fixed-point recording, playback, such as fixed-point play.
FFT
- 一个用于数字信号处理的FFT算法的源程序,里面可以进行256点的FFT运算,通过在CCS(code composor studio)可以产生正弦波和FFT运算后的波形-One for digital signal processing of the source of the FFT algorithm, which can be 256 point FFT computation, through the CCS (code composor studio) can generate sine
dspzs
- 本书全面系统地介绍了DSP芯片的基本原理、开发和应用。首先,介绍了目前广泛使用的DSP 芯片的基本结构和特征,定点和浮点DSP处理中的一些关键问题。然后,对用C 语言和MATLAB 语言进行DSP算法的模拟进行了介绍。-This book a comprehensive and systematic introduction to the basic principles of DSP chips, the development and application. First of all, o
FFT_fixedPoint_console
- 定点复数FFT算法 C语言实现 支持点数为128,256,512,1024,2048可配置 同时附带文档-Fixed-point complex FFT algorithm for C language support 128,256,512,1024,2048 points can be configured at the same time as the document attached
DualDSPbasedembeddedvisualfeedbackcontrolsystemfor
- 为了满足多种电力电子变换器对其控制平台的不同要求,缩短开发时间,实现控制平台硬件的通用化和软件 的模块化,在基于双定点数字信号处理器(DSP)TMS320LF2407的大容量变换器专用控制平台的基础上, 提出了电力电子变换通用控制平台的设计目标。描述了基于定点和浮点DSP(TMS320F2812和TMS320VC33)的通用 控制平台各单元的设计方法。介绍了基于MATLAB实时工具箱(RTW)的调试方法。实验结果验证了设计和调试方法 的正确性和可行性,该通用控制平台达到了设计目标
fft64
- DSP 2812的 64点fft的C程序-2812 proceedings of the 64-point fft
fft
- c语言实现fft256点的算法 可在单片机上实现 -c language fft256 point algorithms can be achieved in single-chip
fudianshuxianshi
- 这是用AT89S51单片机编写的C语言程序,可以在四位一体共阳数码管上显示浮点数。-This is a single-chip AT89S51 prepared to use C language program can be positive in a total of four-in-one digital tube display floating-point numbers.
123456
- 智能小车循迹寻光程序,根据全国大学生电子设计大赛题目而做,检测到C点挺5秒,检测到车库黑线自动停止,显示跑到铁块数目,路程,集时间和速度-Intelligent Vehicle Tracking Xun-ray procedures, according to the National Undergraduate Electronic Design Contest topic done to detect the C-point quite 5 seconds, to detect the ga
DSP-c-Matlab-Programs-ManualV19
- 印度GURUNANAK ENGINEERING COLLEGE数字信号处理实验室的DSP+c+Matlab联合编程手册-DIGITAL SIGNAL PROCESSING LAB (IV-I SEM) INDEX 1. Architecture of DSP chips-TMS 320C 6713 DSP Processor 2. Linear convolution 3. Circular convolution 4. FIR Filter (LP/HP) Using Wi
keilC-program-Temperature-ds18b20.c
- 基于51单片机的,能实现单点温度测控功能,通过了硬件调试,可用于小型冰箱上-51 MCU-based, to achieve a single point temperature measurement and control capabilities, through a hardware debugging, can be used for a small refrigerator
51MCU-floating-point-operations
- 单片机浮点数运算实现,参考C语言的源程序代码-51MCU floating-point operations
C-Point
- 搞懂C指针对于嵌入式开发有很重要的意义,这个是一个很好的教程-Know the Point in C language is very important in developing. This is a very good book.
C之指针复杂解析
- int * (* (*fun) (int *)) [10]这是一个可能会让初学者感到头晕目眩,感到恐惧的函数指针的声明,在熟练掌握C/C++的声明语法之前,不学习一定的规则,想理解好这类复杂声明是比较困难的。 C/C++所有复杂的声明结构,都是由各种声明的嵌套构成的,如何理解复杂指针声明,右左法则是一个很著名,很有效的方法,不过,右左法则其实并不是C/C++标准里面的内容,它是从C/C++标准的声明规定中归纳出来的方法,C/C++标准声明规则,是用来解决如何创建声明的,而右左法则是用来解决
