-
WinSock网络编程经络_源码
WinSock网络编程经络_源码 很方便初学者学习使用 里面对各种网络类型通信 有详细介绍
WinSock网络编程经络_源码 很方便初学者学习使用 里面对各种网络类型通信 有详细介绍
WinSock网络编程经络_源码 很方便初学者学习使用 里面对各种网络类型通信 有详细介绍
WinSock网络编程经络_源码 很方便初学者学习使用 里面对各种网络类型通信 有详细介绍
- 2022-04-18 00:32:11下载
- 积分:1
-
to demonstrate ZI input method
to demonstrate ZI input method
- 2022-09-05 17:45:03下载
- 积分:1
-
完成端口(Completion Port)详解
IOCP充分利用内核对象的调度,只使用少量的几个线程来处理和客户端的所有通信,消除了无谓的线程上下文切换,最大限度的提高了网络通信的性能。
- 2023-05-06 11:05:03下载
- 积分:1
-
This just a tank game example code
This just a tank game example code-This is just a tank game example code
- 2022-05-22 02:37:05下载
- 积分:1
-
PCI 9050/9052 driver for windows xp
PCI 9050/9052 driver for windows xp
安裝硬體裝置時需要
直接更新驅動程式即可
- 2023-08-08 20:05:02下载
- 积分:1
-
Based on the AMD Au1200 (MIPS32 processor) of the AC97 driver source code, have...
基于AMD Au1200(MIPS32处理器)的AC97驱动源码,经测试能达到很好的立体声效果-Based on the AMD Au1200 (MIPS32 processor) of the AC97 driver source code, have been tested to achieve good stereo effect
- 2023-08-24 02:35:03下载
- 积分:1
-
vc treeview
vc treeview
- 2022-06-02 13:52:05下载
- 积分:1
-
建立一个左面快捷方式
建立一个左面快捷方式-establish an efficient way left
- 2022-12-17 04:15:03下载
- 积分:1
-
TIME服务的UDP客户端实现,主要文件:UDPtime.cpp包含了实现了time服务的UDP客户代码...
TIME服务的UDP客户端实现,主要文件:UDPtime.cpp包含了实现了time服务的UDP客户代码-TIME Service UDP client-side implementation of key documents: UDPtime.cpp contains the realization of the time of services UDP client code
- 2022-08-25 07:06:54下载
- 积分:1
-
u_reg H”。
u_reg.h"
void Delay_MS(unsigned int ms)
void main()
{
asm(" STM #0000h,CLKMD ")
while(*CLKMD & 0x01 )
asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M
/* 40C7h:5*clkin =100M
30c7h:4*clkin =80M
20c7h:3*clkin =60M
10C7h:2*clkin =40M
*/
asm(" stm #4240h, SWWSR ")
//2 wait except for on-chip program 1
asm(" stm #00a0h, PMST ") //MP/MC = 0, IPTR = 001,ovly=0
asm(" stm #0802h, BSCR ")
asm(" STM #0h,IMR ")
while(1)
{
Delay_MS(500)
asm(" RSBX XF ")
Delay_MS(500)
asm(" SSBX XF ")
}
-sdqwd
- 2022-02-04 22:56:44下载
- 积分:1