搜索资源列表
字体生成程序
- VC下提取点阵字模源代码,可直接生成C语言的code,可选字体,大小.-This code is written by VC. It can pick-up font matrix and create code in C. The style and size of font matrix can be chosen.
C8051F32X
- CyPress的C8051F32X系列底层驱动(C语言)及上位机demo(vc环境)-CyPress C8051F32X the bottom line drive (C language) and the PC demo (vc environment)
RS_01
- RS(15,9)上的C语言纠错源码.在VC++6.0平台上调试通过,可以纠正任意24bit的错码
Shannon_coding
- 以香农编码定理为依据,采用二进制香农编码方法,利用C语言在VC++平台上进行软件算法的实现
BasedontheTMS320C64xhigh-definitionvideodecoderopt
- 论文设计了基于高性能通用DSP TMS320C64x的HDTV视频解码程序。该解码 程序针对C64的特殊架构做了多方面的优化。特别是对变长解码、IDCT和运动 补偿三个关键模块人工编写了汇编语言程序、调整了流水线操作。经过优化,显 著提高了解码效率。通过软件仿真可以得出如下重要结论:1)进行人工汇编优 化之后的程序效率相比于仅仅采用C语言优化之后的程序效率提高了将近七倍; 2)人工汇编优化之后,对标准清晰度视频进行实时解码时要求的时钟频率仅为 228.8MHz;3)对高清
Untitled1
- 传教士与野人的C语言程序 已经在VC++6.0上通过
GIFDec_DisplayIndependent
- GIF动画解码算法,用VC做的外壳,内部是纯C语言实现的算法,很有参考价值,尤其是可以参考做为嵌入式系统实现GIF动画。-An decode arithmetic for GIF animated cartoon. Its shell is made with VC, and internal arithmetic is implemented with pure C language. It has value to refer,especially we can refer to
DSP_C
- 胡广书的《数字信号处理 理论 算法》书中代码,c语言,开发环境VC++6.0,经过调试-Hu Guang book " Theory of digital signal processing algorithms," in the book code, c language, development environment, VC++6.0, after commissioning
infones
- info nes ,可以移植到各个单片机上。 适合单片机的移植。 这个是 PC 上的。 C 语言编写-info nes, can be transferred to each microcontroller. Microcontroller for transplantation. This is the PC on. C language
picdanpianjiCD
- PIC单片机学习配套光盘,有PIC单片机汇编程序,还有VC及C语言程序,有实例源程序。-CD-ROM learning package PIC microcontroller, a PIC microcontroller assembler, as well as VC and C language program, there are examples of source code.
crc_good
- 很全的crc校验代码,有vc的,有单片机的,有纯c语言的,还有理论 原理讲解,对一些入门的朋友很有帮助-Are all of the crc check code, vc, there MCU, there is pure c language, there are theoretical principles to explain, for some entry-friend helpful
LEDControl20091005
- 基于STC单片机的LED显示屏控制系统,包括单片机端的程序及上位机程序。单片机端采用C语言实现,完成在显示屏显示各种信息。显示屏为双色32*64单元板,可扩展多块。上位机采用VC开发串口通信,实习显示节目的下载及相关通信。-STC microcontroller based LED display control system, including the microcontroller and the PC side of the program procedures. Microcontro
51jzjb
- 矩阵键盘控制,C语言写的51单片机源代码,包括4X4矩阵键盘(查表法)、4x4矩阵键盘实验(计算法)、矩阵键盘按键键值显示程序、矩阵键盘模拟电子-: VC/C++ source code, and other categories, single-chip control matrix keyboard control, C language source code written in 51 single-chip, including the 4X4 matrix keyboard
zuiqiangriliyuandaima
- C语言最强万年历程序,支持所有的单片机、ARM、AVR、MSP430、PIC等(支持C开发) 可嵌入任何标准C编译器 BC++、VC、ADS、KEIL等-C language most calendar programs, and support all MCU, ARM, AVR, MSP430, PIC, etc. (support C development) can be embedded into any standard C compiler, BC++, VC, ADS, KE
flash-_read_write
- msp430中flash的读写,vc++编程环境,C语言代码实现flash读写。-MSP430 FLASH READ_WRITE
ucOS-for-VC
- uCOS-II嵌入式系统源码,C语言编写,包含这个系统的所有部分-uCOS-II embedded system source code, C language, containing all parts of the system
for_each
- C语言实现for each循环,是通过宏定义实现的,已经在gcc和VC++6.0测试通过。-C language for each loop is implemented by the macro definition has been adopted by the gcc and VC++6.0 testing.
jtdcsrc
- VC/C++源码,交通灯电路,单片机控制,C语言写的51-The VC/C++ source, traffic lights circuit, microprocessor control, C language to write 51
FFT_C语言
- 采用C语言实现FFT算法,基于DSP2812平台,可直接移植使用。(Using C language FFT algorithm, based on the DSP2812 platform, can be directly transplanted.)
C语言图像处理
- 用C语言编写图像处理经典算法,可用VC运行,本科资料