登录

最新会员 最新下载

成为了本站VIP会员

04月14日 10:07

成为了本站VIP会员

04月09日 21:32

成为了本站VIP会员

04月09日 10:40

成为了本站VIP会员

04月01日 22:48

成为了本站VIP会员

04月01日 20:37

成为了本站VIP会员

03月31日 22:10
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:单片机开发
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. shuangkui

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

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

2. shuangkui

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

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

3. analog-I2C-driver-MPU050

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

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

4. analog-I2C-driver-MPU050

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

20
下载
220
浏览
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
下载
183
浏览
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
下载
175
浏览
2013-12-19发布

7. dianhuabohao

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

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

8. dianhuabohao

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

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

9. EEPROM_24C02

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

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

10. EEPROM_24C02

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

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

11. LCD

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

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

12. LCD

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

2
下载
251
浏览
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
下载
257
浏览
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
下载
217
浏览
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
下载
289
浏览
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
下载
221
浏览
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
下载
194
浏览
2013-12-14发布

18. cPP

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

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

19. cPP

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

2
下载
249
浏览
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
下载
262
浏览
2013-12-12发布