資源簡介
網絡通信完整實例源碼 含服務器端
代碼片段和文件信息
#include?“delay.h“
__IO?u16?ntime; ????
void?delay_ms(u16?nms)
{ ? ?? ??
while(nms?>?0)//ntime=nms;
{
delay_us(1000);
nms--;
}
//SysTick_Config(168000);//1ms產生一次中斷
//while(ntime);
//SysTick->CTRL=0x00;
}???
???? ???
void?delay_us(u32?nus)
{
// ntime=nus;
// SysTick_Config(168);//1us產生一次中斷
// while(ntime);
// SysTick->CTRL=0x00;
uint16_t?ik;
for?(i?=?0;?i? {
for?(k?=?0;?k?40;?k++);
}
}
void?Delay(u32?count)
{
while(count--);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????94??2006-06-12?16:22??uIP-1.0\apps\README
?????文件???????9960??2006-06-12?16:22??uIP-1.0\apps\dhcpc\dhcpc.c
?????文件???????2333??2006-06-12?16:22??uIP-1.0\apps\dhcpc\dhcpc.h
?????文件?????????31??2006-06-12?16:22??uIP-1.0\apps\dhcpc\Makefile.dhcpc
?????文件???????2988??2006-06-12?16:22??uIP-1.0\apps\hello-world\hello-world.c
?????文件???????1227??2006-06-12?16:22??uIP-1.0\apps\hello-world\hello-world.h
?????文件?????????29??2006-06-12?16:22??uIP-1.0\apps\hello-world\Makefile.hello-world
?????文件?????????24??2006-06-12?16:22??uIP-1.0\apps\resolv\Makefile.resolv
?????文件??????13033??2006-06-12?16:22??uIP-1.0\apps\resolv\resolv.c
?????文件???????2574??2006-06-12?16:22??uIP-1.0\apps\resolv\resolv.h
?????文件?????????44??2006-06-12?16:22??uIP-1.0\apps\smtp\Makefile.smtp
?????文件????????845??2006-06-12?16:22??uIP-1.0\apps\smtp\makestrings
?????文件????????236??2006-06-12?16:22??uIP-1.0\apps\smtp\smtp-strings
?????文件???????2690??2006-06-12?16:22??uIP-1.0\apps\smtp\smtp-strings.c
?????文件???????2116??2006-06-12?16:22??uIP-1.0\apps\smtp\smtp-strings.h
?????文件???????7007??2006-06-12?16:22??uIP-1.0\apps\smtp\smtp.c
?????文件???????2772??2006-06-12?16:22??uIP-1.0\apps\smtp\smtp.h
?????文件?????????40??2006-06-12?16:22??uIP-1.0\apps\telnetd\Makefile.telnetd
?????文件???????3788??2006-06-12?16:22??uIP-1.0\apps\telnetd\shell.c
?????文件???????3178??2006-06-12?16:22??uIP-1.0\apps\telnetd\shell.h
?????文件???????8257??2006-06-12?16:22??uIP-1.0\apps\telnetd\telnetd.c
?????文件???????2118??2006-06-12?16:22??uIP-1.0\apps\telnetd\telnetd.h
?????文件?????????47??2006-06-12?16:22??uIP-1.0\apps\webclient\Makefile.webclient
?????文件????????852??2006-06-12?16:22??uIP-1.0\apps\webclient\makestrings
?????文件????????978??2006-06-12?16:22??uIP-1.0\apps\webclient\webclient-strings
?????文件???????4374??2006-06-12?16:22??uIP-1.0\apps\webclient\webclient-strings.c
?????文件???????1124??2006-06-12?16:22??uIP-1.0\apps\webclient\webclient-strings.h
?????文件??????11379??2006-06-12?16:22??uIP-1.0\apps\webclient\webclient.c
?????文件???????7205??2006-06-12?16:22??uIP-1.0\apps\webclient\webclient.h
?????文件???????1176??2006-06-12?16:22??uIP-1.0\apps\webserver\http-strings
............此處省略65個文件信息
- 上一篇:超聲波測距
- 下一篇:STM32中的CAN模塊使用程序
評論
共有 條評論