搜索资源列表
PinYin_InputMethod_C51
- 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
5.1_gray_lcd_lw
- 在LCD显示器上显示灰度图象,嵌入式系统,ARM.代码比较详细。-the LCD display shows a gray-scale images, embedded systems, ARM. More detailed code.
T6963-240128_C51
- 用8051驱动240*128液晶的C51程序,控制器为T6963,由于代码比较大,试验时请用52 本程序移植性较好,已成功移植到MSP430上
keyboard
- 4*4键盘扫描程序,使用T6963液晶驱动。代码比较简单。
20059157828
- DS1302跟51单片机编的时钟代码,比较简单使用
93c46MCU
- MCU上通过GPIO口模拟IIC接口,实现的EEPROM的操作,代码比较实用
Selftest
- 凌阳unsp,61实验箱自检程序。代码比较全
RASDial
- EVC编的一个RAS远程拨号程序的代码,比较有参考价值.
AVR编程C原代码
- AVR编程的C原代码 。主要是单片机中的AVR的编程。实用性比较强。-AVR programming in C source code. Mainly the AVR microcontroller programming. Practicality is fairly strong.
ARM的bootloader代码
- :本文首先描述了开放源码的嵌入式硬件仿真环境SkyEye的总体架构,然后对SkyEye模拟器的LCD及TouchScreen模拟模块的设计、实现与验证过程进行了深入的阐述,并且分析比较了LCD模拟的不同实现方式。开源嵌入式GUI系统-MiniGUI和Linux操作系统在SkyEye模拟器上的成功运行说明了SkyEye模拟器的LCD及TouchScreen模拟模块的设计实现是正确和可靠的。-: This paper first describes the open source embedded
CMMB中ldpc编码器的verilog代码
- CMMB中ldpc编码器的verilog代码 CMMB中的ldpc编码器采用H矩阵的做法进行 编码,通过对H矩阵的分解进行迭代进行 编码,比较复杂。此代码为发射端的源代码, 已经应用。
LastMusic.zip
- 基于android的音乐播放器,代码比较乱,需要sdcard存储歌曲才能读取,Android-based music players, relatively arbitrary code, need to sdcard
CC1110_CC2510DAMO
- CC1110_CC2510演示程序,代码比较全-CC1110_CC2510 demo program, code is full
turbo
- turbo的VHDL代码 比较好啊 易后大家多多交流啊-Comparison of the VHDL code for turbo Well you lot of the easy exchange of ah
CuFIFO
- fifo的vhdl代码,比较简单,适合初学。-fifo the VHDL code, is relatively simple, suitable for beginners.
wince
- 本站的wince代码比较少,就上传EVC高级编程及其应用开发,里面还有课件,清晰明了-Site of wince less code on EVC From the development of high-level programming and its applications, along with courseware, clarity
diaziqin
- 这是一个简单的VHDL电子琴程序,分为三个源代码,与其他的源代码不同的是,这个代码比较简单,适合于初学者。-This is a simple flower VHDL procedures, divided into three source code, source code with other difference is that this code is relatively simple, suitable for beginners.
wince-clock
- 编译软件EVC,可以在WINCE的ARM班上运行,是一个时钟显示程序,原创哟,代码比较清晰,适合初学者-Compiler software EVC, can run WINCE class of ARM is a clock display program, originality yo, code clearer, suitable for beginners
ws.tar
- 一个典型的用于嵌入式Linux环境的Webserver,代码比较少,并且支持CGI,ASP等-A typical Linux environment for embedded Webserver, less code, and supports CGI, ASP, etc.
mtdwrite
- 嵌入式linux下,用户模式下更新Flash内容的代码,mtdwrit.c是用户程序,mtdchar.c是内核驱动程序代码,需要和原有代码比较更新。-Embedded linux user mode code to update Flash content, mtdwrit.c is a user program, mtdchar.c is a kernel driver code, compare the needs and update the original code.