登录

最新会员 最新下载

成为了本站VIP会员

01月27日 22:43

成为了本站VIP会员

01月22日 20:09

成为了本站VIP会员

01月20日 22:20

成为了本站VIP会员

01月04日 12:02

成为了本站VIP会员

2025-12-30 11:54

成为了本站VIP会员

2025-12-30 00:30
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:单片机开发
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. shuangkui

  双馈风电机组的PSCAD模型,是通用模型,有助于帮助解决双馈风电机组建模问题(PSCAD doubly-fed motor model)

21
下载
216
浏览
2013-12-23发布

2. shuangkui

  双馈风电机组的PSCAD模型,是通用模型,有助于帮助解决双馈风电机组建模问题(PSCAD doubly-fed motor model)

19
下载
204
浏览
2013-12-23发布

3. analog-I2C-driver-MPU050

  stm32芯片--用GPIO口模拟I2C驱动MPU6050陀螺仪(Stm32 chip- using GPIO port simulation I2C driver MPU6050 gyroscope)

19
下载
212
浏览
2013-12-19发布

4. analog-I2C-driver-MPU050

  stm32芯片--用GPIO口模拟I2C驱动MPU6050陀螺仪(Stm32 chip- using GPIO port simulation I2C driver MPU6050 gyroscope)

20
下载
211
浏览
2013-12-19发布

5. Automatic-traffic-control-system-

  自动交通控制系统用红、绿、黄三支共两组发光二极管表示交通信号灯,利用单片机模拟有时间显示的定时交通信号灯控制管理。信号灯的变化规律可如下: 1)放行线:绿灯亮放行25秒,黄灯亮警告5秒,然后红灯亮禁止。 2)禁示线:红灯亮禁止30秒,然后绿灯亮放行。 3)当某一方向的红灯亮时,若该方向有车通过,则用扬声器声报警。(撞红灯信号可用3-5V模拟量表示)(Automatic traffic control system using red, green, yellow light-emitting diodes, said a total of three traffic lights, the use of single-chip analog time display on a regular traffic signal control and management. Changes of lights to be as follows: 1) Release Line: green clearance 25 seconds, the yellow light warning for 5 seconds, then the red light is prohibited. 2) ban shows lines: the red light is prohibited for 30 seconds, then the green light to release. 3) When the red light in one direction, if the direction of the car through, the alarm speaker sound. (Hit the red signal available 3-5V analog representation))

3
下载
173
浏览
2013-12-19发布

6. Automatic-traffic-control-system-

  自动交通控制系统用红、绿、黄三支共两组发光二极管表示交通信号灯,利用单片机模拟有时间显示的定时交通信号灯控制管理。信号灯的变化规律可如下: 1)放行线:绿灯亮放行25秒,黄灯亮警告5秒,然后红灯亮禁止。 2)禁示线:红灯亮禁止30秒,然后绿灯亮放行。 3)当某一方向的红灯亮时,若该方向有车通过,则用扬声器声报警。(撞红灯信号可用3-5V模拟量表示)(Automatic traffic control system using red, green, yellow light-emitting diodes, said a total of three traffic lights, the use of single-chip analog time display on a regular traffic signal control and management. Changes of lights to be as follows: 1) Release Line: green clearance 25 seconds, the yellow light warning for 5 seconds, then the red light is prohibited. 2) ban shows lines: the red light is prohibited for 30 seconds, then the green light to release. 3) When the red light in one direction, if the direction of the car through, the alarm speaker sound. (Hit the red signal available 3-5V analog representation))

3
下载
168
浏览
2013-12-19发布

7. dianhuabohao

  仿真电话键盘拨号的电路图 C 以及HEX文件 是我的单片机考试作业(this is my master piece)

4
下载
234
浏览
2013-12-19发布

8. dianhuabohao

  仿真电话键盘拨号的电路图 C 以及HEX文件 是我的单片机考试作业(this is my master piece)

4
下载
216
浏览
2013-12-19发布

9. EEPROM_24C02

  用C语言编写的温度采集程序,可以用于C51单片机的开发(Temperature using C language acquisition program, can be used for C51 MCU development)

1
下载
240
浏览
2013-12-17发布

10. EEPROM_24C02

  用C语言编写的温度采集程序,可以用于C51单片机的开发(Temperature using C language acquisition program, can be used for C51 MCU development)

1
下载
249
浏览
2013-12-17发布

11. LCD

  51单片机控制12864液晶,适合初学者入门使用,简单方面,易于移植(51 12864 LCD, suitable for beginners to use, simple terms, easy to transplant)

2
下载
258
浏览
2013-12-16发布

12. LCD

  51单片机控制12864液晶,适合初学者入门使用,简单方面,易于移植(51 12864 LCD, suitable for beginners to use, simple terms, easy to transplant)

2
下载
240
浏览
2013-12-16发布

13. key_Queue

  3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。(3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine whether the string str palindromic sequence, if it returns 1, otherwise it returns 0. Written procedures or describe in words the steps of the algorithm.)

1
下载
242
浏览
2013-12-15发布

14. key_Queue

  3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。(3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine whether the string str palindromic sequence, if it returns 1, otherwise it returns 0. Written procedures or describe in words the steps of the algorithm.)

1
下载
205
浏览
2013-12-15发布

15. arduino2matlab

  此文件是arduino mega 2560单片机与Matlab结合的应用,可以通过matlab观察arduino的输出,程序有详细的注解,里面包含了一些实例。适合初学者学习。(This file is arduino mega 2560 microcontroller applications in conjunction with Matlab, arduino output can be observed through matlab, procedures detailed comments, which contains a number of examples. Suitable for beginners to learn.)

17
下载
273
浏览
2013-12-15发布

16. 3_26201207250935137036566

  超声波测距,可以通过串口助手显示,当小于设定值时,显示0,当大于设定值时,显示1(Ultrasonic Ranging, through serial aides showed that when less than the set value, 0, when greater than the set value, indicating a)

6
下载
205
浏览
2013-12-14发布

17. 3_26201207250935137036566

  超声波测距,可以通过串口助手显示,当小于设定值时,显示0,当大于设定值时,显示1(Ultrasonic Ranging, through serial aides showed that when less than the set value, 0, when greater than the set value, indicating a)

6
下载
185
浏览
2013-12-14发布

18. cPP

  Richard Kaiser C++ mit Microsoft Visual C++ 2008

2
下载
276
浏览
2013-12-12发布

19. cPP

  Richard Kaiser C++ mit Microsoft Visual C++ 2008

2
下载
241
浏览
2013-12-12发布

20. lab7-AD-(TIMIER)

  利用28335的cpu-timer0的中断功能进行AD采集,并有AD校核程序(Use cpu-timer0 interrupt functions of 28335 AD acquisition, and checking procedures AD)

30
下载
247
浏览
2013-12-12发布