-
广告策划中心整站程序
广告策划中心整站程序-advertising planning centers throughout stations
- 2022-04-15 13:01:11下载
- 积分:1
-
动易网站管理系统
动易网站管理系统-dynamic easy website management system
- 2022-08-08 15:54:21下载
- 积分:1
-
在网上采集东西。。的好东西
在网上采集东西。。的好东西 - On-line gathering thing. . Good thing
- 2022-02-20 10:07:39下载
- 积分:1
-
C#数据访问组件,适合各类数据的保存操作
C#数据访问组件,适合各类数据的保存操作-C# data access components, suitable for all types of data storage operation
- 2022-04-28 03:05:41下载
- 积分:1
-
< 精通Windows Sockets网络开发
< 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual C++ implementation " " a book full source code, including multi-threaded download, network Gobang, online examination system of five projects. Each item using a different socket model development (such as select, overlapping io, the completion of the port), socket network programming for the beginner friend of great help,,,
- 2022-01-31 08:41:13下载
- 积分:1
-
ON (Voice Over Net) Voice Chat Control is to simplify online voice chat rooms an...
ON(Voice Over Net)语音聊天控件是为了简化网上语音聊天室开发过程而定制的, 基于Microsoft ActiveX技术的ActiveX控件,语音清晰,支持各种网络带宽。同样 也适用于局域网电话系统等各种需要语音传输的系统通信系统。可在各种支持 ActiveX技术的开发平台中使用,例如网页,Visual Basic,Visual C++,Delphi, PowerBuilder等。-ON (Voice Over Net) Voice Chat Control is to simplify online voice chat rooms and custom development process, based on ActiveX technology Microsoft ActiveX controls, voice clear support network bandwidth. The same also applies to local area networks, such as the telephone system needs voice transmission system communications systems. The various support ActiveX technology development platform to use, for example, the website, Visual Basic, Visual C, Delphi, PowerBuilder, etc
- 2022-08-14 08:12:35下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
用C++ Builder 编写得发送消息的程序源码,希望对你们有用
用C++ Builder 编写得发送消息的程序源码,希望对你们有用-C++ Builder with the preparation of a source process to send a message to the hope that useful to you
- 2022-02-05 03:52:44下载
- 积分:1
-
用Java实现断点续传
用Java实现断点续传-using Java HTTP
- 2022-02-01 10:36:50下载
- 积分:1
-
IP地址监测和端口扫描
IP地址监测和端口扫描-monitoring IP address and port scanning
- 2023-04-23 23:35:03下载
- 积分:1