-
mian
avr单片机,M16.三个按键,中间长按可以打开和关闭灯的闪烁控制。当打开后,当按左边键时,LED灯闪烁一次;当按中间键时,LED灯闪烁两次;当按右键时,LED灯闪烁三次。(avr microcontroller, M16 three keys, in the middle, long press to open and close the lights flashing control. When opened, press the left button, LED light flashes once When you press the middle button, the LED light flashes twice when right-click, the LED light flashes three times.)
- 2012-08-20 12:18:38下载
- 积分:1
-
Keil_with_proteus_book
Keil_with_proteus完美结合教程
Keil_with_proteus完美结合教程
Keil_with_proteus完美结合教程
Keil_with_proteus完美结合教程(Keil_with_proteus the perfect combination of the perfect combination of tutorial Keil_with_proteus tutorial Keil_with_proteus the perfect combination of the perfect combination of tutorial Keil_with_proteus tutorial)
- 2010-01-25 00:29:42下载
- 积分:1
-
2008711194473625
坐标转换 将大地坐标值转换为平面坐标系
由经纬度转换至大地坐标(Coordinate transformation to convert the earth plane coordinates by latitude and longitude coordinates to Geodetic Coordinate Conversion)
- 2009-05-19 09:45:00下载
- 积分:1
-
Hseries_5Level_Inverter_No1
五电平逆变器的Simulink模型,调制方式采用SPWM(Simulink model of five-level inverters with SPWM modulation)
- 2019-05-07 11:02:22下载
- 积分:1
-
svn windows端服务器安装程序,版本管理的优秀软件
svn windows端服务器安装程序,版本管理的优秀软件-svn windows client server installation process, version management, excellent software
- 2022-02-02 10:35:45下载
- 积分:1
-
双向链表8_2.rar 大学生c加加课程设计
双向链表8_2.rar 大学生c加加课程设计-Two-way linked list 8_2.rar Students c Gaga Course Design
- 2023-05-31 02:25:03下载
- 积分:1
-
Ping
本程序能快速扫描内网IP,选择IP开始和结束段就可以使用啦,本程序内涵源码,逻辑简单,不需要其它控件,delphi 2010开发(This program can scan intranet IP quickly.)
- 2020-06-21 08:40:02下载
- 积分:1
-
PI_m
永磁同步电机矢量控制,电流双闭环,PI口控制器(Permanent Magnet Synchronous Motor Vector Control,Current Double Closed Loop,PI Port Controller)
- 2020-10-26 15:29:59下载
- 积分:1
-
Desktop
n=eval(input())
def x(n):
if n<=3 and n>=0:
return n
else:
return x(n-1)+x(n-2)+x(n-3)
print(x(n))
- 2018-10-23 11:07:30下载
- 积分:1
-
pytorch-tutorial
说明: pytorch教程,包含pytorch包中的各类函数与神经网络搭建。(Python tutorial, including the python package of various functions and neural network building.)
- 2020-11-26 21:46:23下载
- 积分:1