-
51系列单片机的步进式电动机的C语言程序。
51系列单片机的步进式电动机的C语言程序。-51 Series single-chip stepper motor type C language program.
- 2022-01-30 11:46:34下载
- 积分:1
-
一个linux下的防火墙过滤函数框架源代码
一个linux下的防火墙过滤函数框架源代码-a Linux firewall to filter under the framework of the source code function
- 2022-05-16 10:06:18下载
- 积分:1
-
远程过程调用服务器端程序,用于嵌入式linux中
远程过程调用服务器端程序,用于嵌入式linux中-remote procedure call server software, which for Embedded Linux
- 2022-04-20 23:35:04下载
- 积分:1
-
2.4 kernel arm2410 the dm9000 driver code, refer to the experimental box innovat...
2.4内核的arm2410的dm9000驱动代码,参考革新2410实验箱上的代码改写的!-2.4 kernel arm2410 the dm9000 driver code, refer to the experimental box innovation 2410 rewrite of the code!
- 2022-02-06 03:42:29下载
- 积分:1
-
NIOS 6.0的操作指导,老师手把手教你怎么新建及一些相关功能的使用...
NIOS 6.0的操作指导,老师手把手教你怎么新建及一些相关功能的使用-NIOS 6.0 operating guide, a teacher how do you Shoubashoujiao new and some related function was used
- 2022-02-24 23:00:22下载
- 积分:1
-
基于AT89C52和ds3904和程序的实现原理
基于AT89C52和DS3904的程控放大器原理及实现.pdf-Based on AT89C52 and the DS3904 and realize the principle of program-controlled amplifier. Pdf
- 2022-04-22 02:06:56下载
- 积分:1
-
这是关于USB至COM接口的资料,具有一定的价值。
这是关于USB至COM接口的资料,具有一定的价值。-This packet describe the interface about usb to com. It is valuble to you.
- 2022-06-15 23:45:38下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
基于c语言开发,用于PIC单片机的超声波测距
基于c语言开发,用于PIC单片机的超声波测距-Based on the development of c language for PIC MCU Ultrasonic Ranging
- 2022-12-09 11:35:03下载
- 积分:1
-
自己写的c语言版的软件实现cpu的pipeline功能的程序。对于学习体系结构的同仁有好处。...
自己写的c语言版的软件实现cpu的pipeline功能的程序。对于学习体系结构的同仁有好处。-himself wrote the c language version of the software cpu the pipeline functional procedures. Learning Architecture for the benefit of us.
- 2022-01-25 15:18:33下载
- 积分:1