搜索资源列表
ce_crtdbg
- This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory
serial_program_for_51
- 很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数 putbyte(char c) 放入一个字节到发送缓冲区 putb
xapp930
- RGB to Y CB CR conversion source code in VHDL
CRCJIAOYAN
- 本文介绍了CRC算法在单片机应用系统中的实现方法,通过一系列的理论推导,得到一种比较实用的8 位单片机系统CR C算法, 并给出了CR C码计算的汇编语言程序-This paper introduces the CRC algorithm in single-chip applications in the realization of methods, through a series of theoretical derivation, to be a more practical syst