-
DOS serial communication procedures to document transmission C source code can a...
DOS下串口通信程序来传送文件的C源代码,能实现文件传送-DOS serial communication procedures to document transmission C source code can achieve file transfer
- 2022-01-26 02:02:00下载
- 积分:1
-
ISAPI 实现 web图形,关于DCS系统实时数据展示的。这是一个基本工程,但是涉及到从DCS中获取数据,代码相对少些,对于理解通过ISAPI实现jpeg图形...
ISAPI 实现 web图形,关于DCS系统实时数据展示的。这是一个基本工程,但是涉及到从DCS中获取数据,代码相对少些,对于理解通过ISAPI实现jpeg图形有些帮助。-ISAPI make a web image(JPEG),It s a simple example.
- 2022-03-21 00:09:28下载
- 积分:1
-
简易留言板程序,基础篇,只有最简单的功能
简易留言板程序,基础篇,只有最简单的功能-Simple message board procedures, the basis of articles, only the most simple function
- 2022-07-07 18:59:18下载
- 积分:1
-
you want simple access to their machines? Tcpip, then under the bar, guaranteed...
你想简单的获得自己机器的tcpip吗,那就下这个吧,保证有好处,-you want simple access to their machines? Tcpip, then under the bar, guaranteed benefit,
- 2022-08-03 17:59:30下载
- 积分:1
-
IP filters, IP packet filtering
IP过滤器,过滤IP包 -IP filters, IP packet filtering
- 2022-01-25 15:53:44下载
- 积分:1
-
arm下驱动WAVECOM模块Q2403的源代码,包括拨打电话,发短信,串口中断接收发送等!...
arm下驱动WAVECOM模块Q2403的源代码,包括拨打电话,发短信,串口中断接收发送等!-arm driving under Enfora Flash Card module source code, including telephone calls and send text messages, send interrupt reception so!
- 2022-04-12 04:00:53下载
- 积分:1
-
简单聊天软件,简单易学
winscok2.0
简单聊天软件,简单易学
winscok2.0
-Simple chat software, easy to learn winscok2.0
- 2022-02-26 16:55:31下载
- 积分:1
-
网址管理工具的源程序
网址管理工具的源程序
网址管理工具的源程序
网址管理工具的源程序
-Web site management tools, source code
- 2022-10-03 02:50:03下载
- 积分:1
-
Serial Communication programming, java language versions, and serial communicati...
串口通讯编程,java 语言版本的,串口通讯编程,java 语言版本的-Serial Communication programming, java language versions, and serial communication programming, java language versions of
- 2022-01-31 03:00:12下载
- 积分: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