▍1. 89C2051做的SHT温度湿度计,LCD1602显示
说明: 89C2051做的SHT温度湿度计,LCD1602显示(89C2051's SHT temperature hygrometer, LCD1602 display)
说明: 89C2051做的SHT温度湿度计,LCD1602显示(89C2051's SHT temperature hygrometer, LCD1602 display)
STM8 LIN发送程序 工程,PCB板子上使用STM8带TJA1020实现LIN发送功能 本程序主要为LIN 主节点询问从节点(STM8 LIN send program, use STM8 PCB with TJA1020 LIN send function This procedure is mainly for LIN master node from the node)
ST单片机的LIN总线通信代码。详细说明,范例,库。Description of STM8 LIN software package (STSW-STM8A-LIN) release 5.1(Description of STM8 LIN software package (STSW-STM8A-LIN) release 5.1)
快递柜的开锁程序,采用 AT89S52单片机实现(The unlocking procedure of express cabinet adopts AT89S52)
说明: 非常经典的C++书籍。书中介绍了55个准则,每一条准则描述一个编写出更好的C++的方式。(Very classic C + + books. The book introduces 55 guidelines, each of which describes a way to write better c + +.)
大华平台DPSDK DSS开发手册,C++版,用于C#开发(Dahua Platform DPSDK DSS Development Manual)
说明: 大华平台DPSDK DSS开发手册,C++版,用于C#开发(Dahua Platform DPSDK DSS Development Manual)
一款功能强大的计时器,内附VC6和.Net的源码(A powerful timer included VC6 and. Net source code)
说明: 驱动代码 亲测 好用可靠KEIL5开发环境(Driver code pro test easy to use reliable KEIL5 development environment)
使用STM32F407输出PWM,对电调进行校正和控制(Correction and Control of Electric Adjustment using STM32F407 output PWM,)
说明: 使用STM32F407输出PWM,对电调进行校正和控制(Correction and Control of Electric Adjustment using STM32F407 output PWM,)
说明: 用matlab和c语言分别实现的电离层穿刺点坐标计算(Coordinate calculation of ionospheric pierce point by MATLAB and C)
说明: 可以演示目前流行的7种排序算法,同时设计了初始化界面,以及部分选项,未设计界面(It can demonstrate seven popular sorting algorithms, and design the initialization interface, as well as some options)
说明: 自己编写的TPC Chase II译码算法,支持多种高阶调制,支持缩短码等(I have written the TPC Chase II decoding algorithm to support multiple high-order modulation, supported a short code, etc.)
说明: STM32 m3内核权威指南 stm32 中文库函数手册(STM32 m3 kernel authority Guide STM32 library function manual)
(1) 加减数和被加减数的输入位数为1-4位; (2) 相加结果显示要考虑进位的输出显示(即5位输出); (3) 注意对“0”—“9”、“+”、“=”以外按键输入的处理; (4) 注意对相加结果进行十进制处理; (5) 输入加数和被加数时,显示器上显示的数字要像平时用的计算器输入一样,即:每输入一个数字,原来显示的数字要往左移; (6) 可以完成累加功能。((1) The input digits of the additions and subtractions and the additions and subtractions are 1-4 digits; (2) The additive result shows that the carry output display (i.e. 5-bit output) should be considered. (3) Attention should be paid to the processing of keyboard input other than "0"-"9", "+" and "="; (4) Attention should be paid to decimal processing of the additive results. (5) When the additive and the additive are input, the number displayed on the display should be the same as that input by the usual calculator, that is, every number input, the original number displayed should move to the left; (6) Accumulative function can be completed.)