登录

最新会员 最新下载

成为了本站VIP会员

11月02日 20:53

成为了本站VIP会员

10月30日 10:36

成为了本站VIP会员

10月27日 09:50

成为了本站VIP会员

10月20日 00:18

成为了本站VIP会员

10月18日 11:26

成为了本站VIP会员

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

1. shuangkui

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

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

2. shuangkui

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

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

3. analog-I2C-driver-MPU050

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

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

4. analog-I2C-driver-MPU050

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

20
下载
186
浏览
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
下载
150
浏览
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
下载
144
浏览
2013-12-19发布

7. dianhuabohao

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

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

8. dianhuabohao

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

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

9. EEPROM_24C02

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

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

10. EEPROM_24C02

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

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

11. LCD

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

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

12. LCD

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

2
下载
208
浏览
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
下载
209
浏览
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
下载
187
浏览
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
下载
248
浏览
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
下载
178
浏览
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
下载
166
浏览
2013-12-14发布

18. cPP

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

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

19. cPP

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

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