-
stm32f103vbt
stm32在抢占优先级和数码显方面的运用(the application of stm32f103vbt)
- 2011-12-11 21:38:27下载
- 积分:1
-
检测TCP/IP协议
运行完成后有一个检测窗口,点击按钮进行检测
- 2022-07-09 21:08:30下载
- 积分: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
-
tcpip
说明: RTL8019网卡芯片源码,TCP/IP源码,包括TCP.C,UDP.C,IP.C(RTL8019 LAN chip source, TCP/IP source code, including TCP.C, UDP.C, IP.C)
- 2008-11-03 14:15:42下载
- 积分:1
-
dajin
itk 阈值分割 大津法分割 医学图像分割(itk Otsu threshold segmentation method segmentation medical image segmentation)
- 2011-06-21 21:28:21下载
- 积分:1
-
system-of-students-choosing-course
采用C语言,实现学生选课系统的设计,能够完成登录,选课,退课,管理员增加、删减课程等功能(Using C language, class selection system design, able to complete the login, elective withdrawal lesson, administrators increase, deletion of courses and other functions)
- 2013-04-10 20:14:41下载
- 积分:1
-
BackscatterMap
雷达影像后向散射系数计算,并绘制后向散射系数图(backscattering coefficients of Radar image, show the figure of backscatter coefficients)
- 2021-03-31 15:49:09下载
- 积分:1
-
FFT算法
说明: FFT算法实现,采集1024个点即可实现FFT运算(the FFT test is good you can dowmload it)
- 2020-07-09 13:53:39下载
- 积分:1
-
pHash-0.9.6.tar
Phash software base version
- 2014-11-11 04:25:56下载
- 积分:1
-
OLED_SSD1322
说明: 256*64 ssd1322 OLED STM32 HAL 库驱动 支持软硬件SPI(256 * 64 ssd1322 OLED STM32 Hal library driver supports software and hardware SPI)
- 2020-10-26 15:39:59下载
- 积分:1