-
IEEE802.11
该书籍详细介绍了802.11底层协议的相关算法机制,能够为802.11的底层协议改造提供最基础的技术支持。(The book details the underlying 802.11 protocol mechanisms related algorithms that can transform the underlying protocol for the 802.11-based technology to provide the best support.)
- 2011-01-06 15:06:14下载
- 积分:1
-
FileSystemManage
FatFS0Management,有详细的代码(FatFS0Management, a detailed code)
- 2011-01-12 16:26:29下载
- 积分:1
-
CloudMoonFormatCode_V1.0
vb界面整理与重新编辑,适用于vb6.0开发环境。(VB interface reorganization and re-editing, suitable for VB6.0 development environment.)
- 2020-06-23 09:00:01下载
- 积分:1
-
time
自宣言型记时器,可以自定义记时方式,标题,时间长度等。(Since the Declaration type chronograph, you can customize chronograph, title, time, length and so on.)
- 2013-09-02 16:43:01下载
- 积分:1
-
财神到源码
服务端 客户端 机器人服务 控制 全部齐全(Server client, robot service control is complete)
- 2020-11-04 14:49:51下载
- 积分:1
-
XQueue_demo
说明: 一个很不错的进程间通信的案例,包含服务器和客户端。(A demon about communication between process that include the server and client)
- 2020-07-11 21:59:35下载
- 积分:1
-
opengl
opengl编写的小球碰撞会变色,碰撞是弹性碰撞。(The small ball collision written by OpenGL will change color, and the collision is an elastic collision.)
- 2021-01-27 15:58:40下载
- 积分:1
-
Tetris
用vc编的俄罗斯方块小游戏,功能有点简单。(block game use vc++)
- 2011-12-05 23:24:29下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
485
周立功 485 用户指导手册,很强大。有详细电路图,不用找型号上面很清楚。 老外写的485通讯例子.485_guide.pdf
RS485协议.pdf 485通讯.rar RS232转RS485电路图.doc RS485协议 485总线常识.pdf 485总线应用与选型指南.pdf
看完后基本不用找别的了。
(ZLG 485 user guide, very powerful. A detailed circuit diagram, do not look for models above is clear. Written by 485 foreigners example .485 _guide.pdf RS485 protocol. Pdf 485 communications. Rar RS232 to RS485 circuit. Doc RS485 protocol 485 common sense. Pdf 485 bus application and selection guide. Pdf After reading the basic need to find anything else.)
- 2011-06-17 17:24:04下载
- 积分:1