登录

最新会员 最新下载

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29

成为了本站VIP会员

2024-12-21 19:40
已选条件
  1. 编程语言:C++
  2. 代码类别:其他
  3. 发布时间:一年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 89C2051做的SHT温度湿度计,LCD1602显示

说明:  89C2051做的SHT温度湿度计,LCD1602显示(89C2051's SHT temperature hygrometer, LCD1602 display)

0
下载
134
浏览
2020-12-29发布

2. uart3

  STM8 LIN 初始化,已经配置其主从代码,初学者可以看看(STM8 LIN initialization, configure master slave code)

8
下载
90
浏览
2020-12-29发布

3. ES6control-z

  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)

29
下载
112
浏览
2020-12-29发布

4. en.stsw-stm8a-lin

  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)

28
下载
102
浏览
2020-12-29发布

5. NDVI

  多种方法实现栅格数据计算NDVI,包括逐个像素处理、栅格计算器计算。(A variety of methods to calculate raster NDVI, including by-pixel processing, raster calculator.)

23
下载
246
浏览
2020-12-29发布

6. 锁控板v1.0

  快递柜的开锁程序,采用 AT89S52单片机实现(The unlocking procedure of express cabinet adopts AT89S52)

15
下载
106
浏览
2020-12-29发布

7. Effective_C++2e

说明:  非常经典的C++书籍。书中介绍了55个准则,每一条准则描述一个编写出更好的C++的方式。(Very classic C + + books. The book introduces 55 guidelines, each of which describes a way to write better c + +.)

1
下载
79
浏览
2020-12-28发布

8. 1183622_General_DPSDK_

  大华平台DPSDK DSS开发手册,C++版,用于C#开发(Dahua Platform DPSDK DSS Development Manual)

0
下载
112
浏览
2020-12-28发布

9. 1183622_General_DPSDK_

说明:  大华平台DPSDK DSS开发手册,C++版,用于C#开发(Dahua Platform DPSDK DSS Development Manual)

1
下载
91
浏览
2020-12-28发布

10. XTimer

  一款功能强大的计时器,内附VC6和.Net的源码(A powerful timer included VC6 and. Net source code)

7
下载
242
浏览
2020-12-28发布

11. AD9833

说明:  驱动代码 亲测 好用可靠KEIL5开发环境(Driver code pro test easy to use reliable KEIL5 development environment)

4
下载
82
浏览
2020-12-28发布

12. DFRobot_SIM808-master

  libraries to run SIM808

0
下载
66
浏览
2020-12-28发布

13. DFRobot_SIM808-master

说明:  libraries to run SIM808

1
下载
80
浏览
2020-12-28发布

14. 电调PWM输出调试

  使用STM32F407输出PWM,对电调进行校正和控制(Correction and Control of Electric Adjustment using STM32F407 output PWM,)

3
下载
95
浏览
2020-12-28发布

15. 电调PWM输出调试

说明:  使用STM32F407输出PWM,对电调进行校正和控制(Correction and Control of Electric Adjustment using STM32F407 output PWM,)

3
下载
84
浏览
2020-12-28发布

16. inoppp

说明:  用matlab和c语言分别实现的电离层穿刺点坐标计算(Coordinate calculation of ionospheric pierce point by MATLAB and C)

24
下载
173
浏览
2020-12-27发布

17. sort.cpp

说明:  可以演示目前流行的7种排序算法,同时设计了初始化界面,以及部分选项,未设计界面(It can demonstrate seven popular sorting algorithms, and design the initialization interface, as well as some options)

1
下载
104
浏览
2020-12-27发布

18. AMC

说明:  自己编写的TPC Chase II译码算法,支持多种高阶调制,支持缩短码等(I have written the TPC Chase II decoding algorithm to support multiple high-order modulation, supported a short code, etc.)

2
下载
137
浏览
2020-12-26发布

19. stm32

说明:  STM32 m3内核权威指南 stm32 中文库函数手册(STM32 m3 kernel authority Guide STM32 library function manual)

1
下载
105
浏览
2020-12-26发布

20. 加减计算器

  (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.)

0
下载
81
浏览
2020-12-26发布