-
Cabinethandleprogress
该程序是处理CAB文件的程序例子,它所适用的运行环境是Win9x/NT/2000/XP/,是经过编译和运行后证明有效地。(CAB file of the program procedures for dealing with an example, it applies to the operating environment is Win9x/NT/2000/XP /, is compiled and run proved effective.)
- 2010-12-14 13:06:32下载
- 积分:1
-
RIP协议
使用C语言进行RIP协议的模拟实现,对学习RIP协议有一定指导意义(Using C language to carry on the simulation realization of RIP agreement, has the certain significance to learn RIP agreement)
- 2021-04-20 15:18:51下载
- 积分:1
-
Ballsearch
说明: NAO机器人识别红球并走向红球位置,参数可调(NAO Robot will detect the red ball, if NAO can't find ball, it will select other camera(bottom or top camera) to search. After the red ball is detected, robot will walk to the ball.)
- 2021-01-02 16:58:57下载
- 积分:1
-
本源文件是tcp的连接程序,可以当服务端或客户端,包括连接、收发数据等功能,在所有过程出错处理都较好。...
本源文件是tcp的连接程序,可以当服务端或客户端,包括连接、收发数据等功能,在所有过程出错处理都较好。-origin of the document is tcp connections and can be a server or client, including connections, sending and receiving data and other functions, in all processes are better error handling.
- 2023-02-08 06:55:03下载
- 积分:1
-
The-MDB-protocol-[part-3]---bounis-blogAAA
this is very very book. thank you
- 2014-01-17 16:55:48下载
- 积分:1
-
csh
实现象ToolTips那样的上下文帮助(The Example of implementing the help of tooltip style)
- 2020-07-01 00:40:02下载
- 积分:1
-
马文强 五子棋
本程序实现了一个五子棋的游戏,简单智能,人机对弈,电脑是在棋盘随机一个棋子,初步实现了五子棋的功能,简单实用,适合新手练手项目(This program realizes a game of gobang, simple and intelligent, man-machine game, computer is a random chess on the chessboard, preliminary realization of the function of gobang, simple and practical, suitable for novice hands-on projects.)
- 2018-12-06 15:52:37下载
- 积分:1
-
qsort
quicksort algoerithm in python
- 2014-06-22 23:06:06下载
- 积分:1
-
malttanence
UVW-1200录像机RS-232控制源程序,CVC,有能给注释的吗(Sale - 1200 VCR RS - 232 control source program, CVC, have to be able to give comments)
- 2017-07-21 22:43:44下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1