资源列表
BCD2HEX互换
- 单片机编程的bcd码和hex码的互换,BCD2HEX 例子: c=BCD2HEX(0x255) //255 转成HEX为0xff c=HEX2BCD(0xff) //0xff 转成BCD码为 2-microcontroller programming bcd yards and hex code swap BCD2HEX example : c = BCD2HEX (0x255) / / 255 to HEX conversion c = 0xff HEX2BCD (0xf
c语言中写二进制数
- c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c = Bin(10101001) // c = 0xA9 } -Write binary number in C language. Cited code: #define Bin(n) LongToBin(0x##n##l) void main(void) {
X2504345 应用
- 看门狗25045的实例。//25045的4根io脚接在同一端口,本例为p1,//请根据实际电路更改引脚定义-watchdog 25,045 examples. / / 4 of 25,045 feet io Then in the same port, the cases of p1, / / light of the actual circuit-pin definition change
P89C51RD+14
- //P89C51RC+、P89C51RD+特有例子//初始化错误或通信错误等待1秒,让 //pc程序超时并报告错误-/ / P89C51RC, P89C51RD specific examples / / initialization error or wait for a communication error seconds, / / pc overtime procedures and report errors
totxt从 HTML 文档中提取 TEXT 文件
- VB多类图片数据库存取技巧 -VB range of skills Photo Database Access VB range of skills Photo Database Access VB range of skills Photo Database Acce
Electronicork
- Electronic Workbench的24个仿真实例 对于学习Electronoic workbench很有好处-Electronic Workbench simulation of the 24 examples of learning is very good workbench Electronoic
TOP227充电器
- 采用TOP227单片开关电源芯片实现的充电器,内附电路图-used TOP227 SMPS chip chargers, enclosing circuit
4046PLL
- 采用4046实现的10m以下信号的锁相环 电路图。-used to achieve the 4046 10m below the signal phase-locked loop circuit.
MAX267Filter
- 采用Maxim公司的Max267芯片实现的滤波电路 欢迎下载-using Maxim's Max267 chip welcome the filter circuit download
PonyProgPcb
- AVR开发工具-ISP下载电缆的PCB图 PonyProgPCB-AVR development tools-download cable ISP PCB plans PonyProgPCB
AVR单片机GCC程序设计》附带源码
- AVR单片机GCC程序设计随书光盘源码 内附AVR嵌入式操作系统源码-AVR GCC program design CD with the book containing the AVR-source embedded operating system source code
frequency发生器
- vhdl语言实现的频率发生器,可以产生不同的频率-A frequency generator wirriten by VHDL, which can generate different frequecies.