Location:
Search - C51 M
Search list
Description: 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[])
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
-Pinyin input method disappear with the function : * unsigned char code py_ime (unsigned char input_py_val []) input_py_val to have imported the first alphabet code string pointer, anti-values back to the starting address of the Chinese, to 12:00 a.m., with the enhancement of failure
Platform: |
Size: 15483 |
Author: 黄永 |
Hits:
Description: 一个可沿地面黑线行走,并可设置行驶路程,显示速度(m/s)的小车,使用51完成,c51编程-a black line along the ground running and can set distance traveled, showing speed (m / s) are small, the use of 51 completed, c51 Programming
Platform: |
Size: 332253 |
Author: 吕江波 |
Hits:
Description: 一个用C51实现单片机的中文输入法,拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[])
input_py_val为已输入的拼音码字符串头指针,反回值为中文的起始地址,当为0时,杳询失败
-a C51 with the Chinese input method, Pinyin input method disappear with the function : * unsigned char code py_ime (unsigned char input_py_val []) input_py_val to have imported the first alphabet code string pointer, to the value of anti-Chinese starting addresses, to 12:00 a.m., with the enhancement of failure
Platform: |
Size: 22016 |
Author: 钟高祥 |
Hits:
Description: mp3播放器的c51程序-mp3 player's decoder procedures
Platform: |
Size: 1995776 |
Author: none |
Hits:
Description: 基于AT89C51的MP3播放器源码和电路图-AT89C51 based MP3 player and source circuit
Platform: |
Size: 894976 |
Author: 钱海良 |
Hits:
Description: 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[])
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
-Pinyin input method disappear with the function :* unsigned char code py_ime (unsigned char input_py_val []) input_py_val to have imported the first alphabet code string pointer, anti-values back to the starting address of the Chinese, to 12:00 a.m., with the enhancement of failure
Platform: |
Size: 15360 |
Author: 黄永 |
Hits:
Description: 一个可沿地面黑线行走,并可设置行驶路程,显示速度(m/s)的小车,使用51完成,c51编程-a black line along the ground running and can set distance traveled, showing speed (m/s) are small, the use of 51 completed, c51 Programming
Platform: |
Size: 331776 |
Author: 吕江波 |
Hits:
Description: 一个用C51实现单片机的中文输入法,拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[])
input_py_val为已输入的拼音码字符串头指针,反回值为中文的起始地址,当为0时,杳询失败
-a C51 with the Chinese input method, Pinyin input method disappear with the function :* unsigned char code py_ime (unsigned char input_py_val []) input_py_val to have imported the first alphabet code string pointer, to the value of anti-Chinese starting addresses, to 12:00 a.m., with the enhancement of failure
Platform: |
Size: 21504 |
Author: 钟高祥 |
Hits:
Description: AT89C51SND1C方案mp3资料,使用三星FLASH.-AT89C51SND1C mp3 program information, the use of Samsung FLASH.
Platform: |
Size: 1043456 |
Author: boomfish |
Hits:
Description: 运行环境是keil。这是一个实现嵌入式TCP/IP的程序,运行在万邦的w78e516上面,网卡芯片采用的是rtl8019.程序中采用了uc/os提高实时性!-runtime environment is c51. This is a realization of embedded TCP/IP, the running of the IMC w78e516 above, the chip card is rtl8019. Procedures used in the uc/os improve real-time!
Platform: |
Size: 436224 |
Author: 我是我 |
Hits:
Description: 这是本人做的一个仿真软件的例子,keil c51语言写的,编译调试环境为keil7+proteus67sp3-This is the one I do simulation software examples keil c51 language was written. Debugging Environment compiler for keil7 proteus67sp3
Platform: |
Size: 29696 |
Author: 王忠 |
Hits:
Description: 基于C51单片机的平滑三角波PWM发生程序,及protues仿真-Based on C51 MCU PWM triangular wave occurred smoothing procedures and protues simulation
Platform: |
Size: 24576 |
Author: 陆飞 |
Hits:
Description: c51程序集锦,源程序,包含16进制-10进制互换程序.c
24c01-24c16读写驱动程序.c
51单片机实用程序库.txt
.......
等-C51 Collection procedures, source code, including 16 M-10 M swap procedures. c24c01-24c16 driver to read and write. c51 Singlechip utility library. txt ....... etc.
Platform: |
Size: 527360 |
Author: 严春 |
Hits:
Description: /*这是我用C语言编的第一个程序,编译通过,下载到单片机里能够正常运行,我非常高兴,对我来说有纪念价值*/
-#include <reg51f.h>
#include <intrins.h>
#include <math.h>
sbit P2_0=P2^0
bit FLAG=0
char m,ptr=0
static const char tab[16]={0x01,0x02,0x03,0x0c,
0x04,0x05,0x06,0x0d,
0x07,0x08,0x09,0x0e,
0x0a,0x00,0x0b,0x0f}
Platform: |
Size: 1024 |
Author: du316 |
Hits:
Description: 一个小型gui在keil c中的移植,使用lcd控制器为t6963,本人亲自在实际项目中使用过,可以将此程序包中文件直接加入工程编译使用。如果有问题欢迎来信交流。-A light gui system based on t6963,the writter has already applied in my personal project,so you could apply it in your project just by putting it in keil directly,enjoy it!
And I m very glad to hear you~
Platform: |
Size: 38912 |
Author: wangliang |
Hits:
Description: keilC51,8位机的MD5加密算法,从RFC1321上移植过来的,编译通过,结果测试通过.-keilC51, 8 crew of the MD5 encryption algorithm, the transplant from the RFC1321, the compiler is passed, the results of the test.
Platform: |
Size: 3072 |
Author: 祝庆 |
Hits:
Description: C51 的T1T2波特率计算;可以自动计算T1T2波特率-C51' s T1T2 baud rate calculation
Platform: |
Size: 2781184 |
Author: 庶安科技 |
Hits:
Description: C51单片机,电子锁功能,初始密码12345,E键是确认键,M键是密码修改键,L键是上锁键.内含C源代码,ISIS电路仿真.ISIS请下载7.5或以上版本.-MCU C51, electronic lock, the initial code 12345, E key is to identify the key, M key is the password modify the key, L key is locked key. Containing C source code, ISIS circuit simulation. ISIS, please download version 7.5 or above.
Platform: |
Size: 110592 |
Author: 左自贤 |
Hits:
Description: 红外遥控系统原理及单片机软件解码实例+6页+0.1M 实例为汇编 语言简单易懂-Infrared Remote Control System Principles and SCM software decoder instance+0.1 M+6 page instance is easy to understand assembly language
Platform: |
Size: 132096 |
Author: pangwei |
Hits:
Description: 51单片机自学笔记 387页 13.8M 高清书签版。编程是很容易学会的,只要你的学习方法正确、并且能够持之以恒,最终会成为编程高手!-51 microcontroller self-study notes on page 387, 13.8 M high definition bookmarks. Programming is easy to learn, if you have the right way to learn, and can perserve, will eventually become a master of programming!
Platform: |
Size: 8379392 |
Author: 杨平 |
Hits: