-
Singlechip c language query in detail mode Note 48 parallel port interface with...
单片机 c语言 注释详细
查询方式
48位并行接口ADC080X的接口与驱动-Singlechip c language query in detail mode Note 48 parallel port interface with the driver ADC080X
- 2022-03-20 12:00:39下载
- 积分:1
-
仿真器ST20
如何使用
- 2022-08-15 23:35:55下载
- 积分:1
-
我收集了FANUC数控机床PMC系统文件,绝对值…
我搜集的数控机床fanuc系统的pmc文件,绝对物有所值,是开发机床的宝典。有十几种机床,从加工中心到数车,从国产到进口都有。-I have collected Fanuc CNC Machine Tool PMC system files, the absolute value for money, the book is to develop machine tools. A dozen machine tools, machining centers from several vehicles, both from domestic to import.
- 2022-03-22 17:04:45下载
- 积分:1
-
ucgui3.98版本源代码,含有演示程序
ucgui3.98版本源代码,含有演示程序-ucgui3.98 version of the source code
- 2022-05-25 17:48:57下载
- 积分:1
-
51单片机程序
集合了51单片机的经典源代码,均为原创,例如,键盘操作,数码管显示,秒表,中断操作,适合初学者学习,初学必备资料。另外还有一些51单片机的简单project,如简易计算器等
- 2023-01-06 00:10:04下载
- 积分:1
-
qprox公司的芯片qt60xx0的驱动程序,用到这个芯片的可以看一下...
qprox公司的芯片qt60xx0的驱动程序,用到这个芯片的可以看一下-qprox the company
- 2023-04-10 08:40:03下载
- 积分:1
-
基本放大器电路原理图的基本工作原理…
基本的放大器电路放大器的基本工作原理图解法分析等几种分析方法-Basic amplifier amplifier circuit diagram of the basic working principle of analysis of several analytical methods such as
- 2022-06-13 09:17:03下载
- 积分:1
-
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{...
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)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
- 2023-08-22 17:30:02下载
- 积分:1
-
本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格更加实用的
本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格更加实用的CRC 计算程序。-is theoretically derived from the CRC algorithm theory, Adaptation were given three different computer or micro-controller hardware environment of the C Programming Language. According to the better the algorithm is used to a different language unique style more practical calculation of the CRC process.
- 2022-01-25 19:42:22下载
- 积分:1
-
实时数字时钟使用DS1307和8051
实时数字时钟是一个时钟,准确显示时间。该项目由8051单片机和DS1307的实时时钟芯片。 DS1307是一个良好的和便宜的芯片和在市场上容易获得。 IC DS1307使用32.768kHz的晶振运行的时间精确。 DS1307可以在任一12小时或24小时的格式通过使用I2C协议发送一些特定命令来配置。 I2C协议是在两个线发送数据到像实时时钟芯片,打印机,照片复印机,扫描仪和其他电子设备的几乎128的设备的方法。这个I2C协议的主要的事情是,它的用途只有两个线对整个系统。
- 2022-02-05 11:40:15下载
- 积分:1