-
timer
输出12路死区互补同步中间对齐PWM的定时器配置(Timer Configuration of 12-way Complementary Dead Zone Synchronized Intermediate Alignment PWM)
- 2020-06-25 13:40:02下载
- 积分:1
-
HP_Socket_Practice
HP_SOCKET练习,c#版本,HPSOCKET优秀的国产框架(HP_SOCKET Practice you can learn from it for new learner)
- 2018-01-16 09:47:20下载
- 积分:1
-
WaveDriverTest
Avaya Wave Driver Test
- 2011-11-15 15:36:41下载
- 积分:1
-
IP-address
能够对IP地址的合法性进行判断以及相应的子网(Able to judge the legitimacy of the IP address and the corresponding subnet)
- 2014-01-01 10:16:23下载
- 积分:1
-
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)
- 2013-12-14 12:47:05下载
- 积分:1
-
mybutton
自绘一个漂亮的按钮,,非常好用,漂亮。可以下载来用。(Since painting a beautiful button, very easy to use, beautiful.)
- 2014-01-08 14:01:17下载
- 积分:1
-
51单片机俄罗斯方块源代码
# include
# include
# define N 4
# define time 500
# define uchar unsigned char
sbit keyenable=P3^6;
sbit up=P3^2;
sbit down=P3^4;
sbit right=P3^3;
sbit left=P3^1;
uchar code table[N+8]={0,0,0,0,1,2,4,8,16,32,64,128};
char x[4];
char y[4];
char m[8][8]={0};
uchar p[8];
int n=0;
/**************
延时函数
***************/
void delay(char MS)
{
char us,usn;
while(MS!=0)
{
usn = 0;
while(usn!=0)
{
us=0xff;
while (us!=0){us--;};
usn--;
}
MS--;
}
}
/***************
判断是否碰撞函数
**************/
bit coll(void)
{
bit k=0;
int i;
for(i=0;i
- 2023-01-11 14:50:04下载
- 积分:1
-
一个简单的宾馆住宿系统,里面的系统资源比较齐全,如果在功能上再加强的话,会更加的完善。
一个简单的宾馆住宿系统,里面的系统资源比较齐全,如果在功能上再加强的话,会更加的完善。-a simple guesthouse accommodation, inside the relatively complete system resources, if the functions further enhanced so, the more perfect.
- 2023-04-22 07:30:03下载
- 积分:1
-
STM32L-PWR_RTC低功耗模式
STM32L系列单片机低功耗相关设置和初始化代码。(STM32L series microcontroller low power consumption related Settings and initialization code.)
- 2020-06-22 21:40:01下载
- 积分:1
-
2-ds18b20
ds18b20的温度显示跟序列号显示的程序(temperature ds18b20 shows the program with the serial number)
- 2012-12-01 21:03:59下载
- 积分:1