-
微软的底层网络程序演示代码:iparp、ipchange、ipconfig、iprenew、iproute、ipstat。...
微软的底层网络程序演示代码:iparp、ipchange、ipconfig、iprenew、iproute、ipstat。-Microsoft"s demonstration of the underlying network programming code : iparp, ipchange, show you your, iprenew, iproute, ipstat.
- 2022-06-15 11:15:20下载
- 积分:1
-
程序功能:
提出了通过先将文档输出到文件打印机形成包含控制代码的打印文档,再通过网络将打印文档传输到多台同型号的打印机进行输出的方法实现各种软件的多点打...
程序功能:
提出了通过先将文档输出到文件打印机形成包含控制代码的打印文档,再通过网络将打印文档传输到多台同型号的打印机进行输出的方法实现各种软件的多点打印的解题思路,并提供了用VB具体实现的方法。
-procedures functions : through the first document output to a file containing the printer control code to form a print documents, through the network will print a document transmission of multiple models of the printer output for the realization of the software in multiple locations Print The problem-solving ideas, and provide a means for achieving specific VB method.
- 2022-08-15 17:08:04下载
- 积分:1
-
采用完成端口进行sockets操作。 由浅入深的解释、详细的分析、以及编码步骤,另外附上带有详细注释的源码(为了照顾大多数朋友,我提供的都是MFC的源码)。...
采用完成端口进行sockets操作。 由浅入深的解释、详细的分析、以及编码步骤,另外附上带有详细注释的源码(为了照顾大多数朋友,我提供的都是MFC的源码)。-completed using sockets for port operations. Elementary explanation, detailed analysis, and coding steps, the other with detailed explanatory note attached to the source code (in order to take care of most friends, and I are all for the MFC source).
- 2022-02-14 10:13:18下载
- 积分:1
-
用pop3收信,解决收取gmail邮件要使用ssl的问题
用pop3收信,解决收取gmail邮件要使用ssl的问题-Use pop3 Shouxin, receive gmail email address you want to use ssl problem
- 2022-05-27 06:45:28下载
- 积分:1
-
这代码是实现windows下的socket网络编程。
这代码是实现windows下的socket网络编程。-This code is under the windows socket network programming.
- 2022-08-22 20:12:25下载
- 积分:1
-
在vc环境下获取网卡的mac地址,一个小程序
在vc环境下获取网卡的mac地址,一个小程序-vc environment in the LAN access to the mac address, a small program
- 2022-08-26 11:47:06下载
- 积分:1
-
cross platform information exchange, based on TCP/IP (UDP),
does not need the se
-跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用 可传送文件和文件夹 通讯数据采用 RSA/Blofish 加密-- cross platform information exchange, based on TCP/IP (UDP),
does not need the server, simple Yi Yongke transmits the document and
the folder communication data uses RSA/Blofish to encrypt
- 2022-07-23 09:21:18下载
- 积分:1
-
实现web页面中链接的点击效果,一个小代码那来给大家分享
实现web页面中链接的点击效果,一个小代码那来给大家分享-achieve web page click on the link results, a small code it for everyone to share
- 2022-01-25 14:08:59下载
- 积分:1
-
本程序使用JSP+JAVABean+SQLServer开发人才招聘网…
本程序采用JSP+JAVABEAN+SQLSERVER所开发的一个人才招聘网站的开发。是一个实用的系统。对于学习JSP的开发者是一个很好的帮助。-This procedure used JSP+ JAVABEAN+ SQLSERVER developed a talent recruitment website development. Is a practical system. For developers learning JSP is a very good help.
- 2023-03-25 11:35:03下载
- 积分: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