-
eMule源代码解析:eMule是一个典型的MFC程序,它的图形界面等,已经和MFC紧紧融合到了一起。...
eMule源代码解析:eMule是一个典型的MFC程序,它的图形界面等,已经和MFC紧紧融合到了一起。-eMule source code analysis: eMule is a typical MFC program, and its graphical interface and so on, and MFC has been tightly integrated together.
- 2022-07-16 00:55:23下载
- 积分:1
-
文件传输程序几源码,网络传输开发,从事TCPIP技术
文件传输程序几源码,网络传输开发,从事TCPIP技术-file transfer procedures several source, network transmission development, technical engaged TCPIP
- 2022-12-17 05:30:03下载
- 积分:1
-
实现网络输入/输出和多线程的Win32库
实现网络输入/输出和多线程的Win32库-the network input/output and multithreading of the Win32
- 2022-05-24 21:55:59下载
- 积分:1
-
本程序在VC.NET中编译通过,实现了好友上线,下线UDP广播,及用XML实现消息传输,及文件传输功能。...
本程序在VC.NET中编译通过,实现了好友上线,下线UDP广播,及用XML实现消息传输,及文件传输功能。-procedures in the VC. Compiled by achieving a friend on the line, assembly line UDP broadcasting, and using XML messaging, and file transfer functions.
- 2022-02-02 11:02:52下载
- 积分:1
-
一个简单的电子白板,使用JAVA设计,能够实现简单的应用功能,已编译通过....
一个简单的电子白板,使用JAVA设计,能够实现简单的应用功能,已编译通过.-a simple Whiteboard, the use of Java designed to be simple function of the application, compile.
- 2022-03-24 06:30:52下载
- 积分:1
-
使用Winsock控制,进行UDP消息的发送和接收,VB源码
使用Winsock控制,进行UDP消息的发送和接收,VB源码-Use Winsock Control to conduct UDP send and receive messages, VB source
- 2022-08-31 17:40:02下载
- 积分:1
-
TCP/IP协议的网络通讯DLL,用于向指定数据站发送数据
TCP/IP协议的网络通讯DLL,用于向指定数据站发送数据-TCP/IP network communications DLL for the data to the designated stops sending data
- 2022-04-11 08:29:04下载
- 积分: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
-
超简单聊天室,可以发表情语言,很像论坛里面的界面
超简单聊天室,可以发表情语言,很像论坛里面的界面-super-simple chat rooms, language can express feelings, which mimic the interface Forum
- 2023-08-18 04:55:03下载
- 积分:1
-
CPop3Connection是利用WinSocket来接收POP邮件的,这是它的实现代码。VC++版,希望对你有帮助。...
CPop3Connection是利用WinSocket来接收POP邮件的,这是它的实现代码。VC++版,希望对你有帮助。-CPop3Connection is the use of WinSocket to receive POP e-mail, which is code for its implementation. VC++ version, want to help you.
- 2023-07-16 00:30:03下载
- 积分:1