-
lates课件 只是一些课件 大家学习学习拉
lates课件 只是一些课件 大家学习学习拉-Lates Courseware only courseware we learn from Rafah
- 2022-03-23 03:25:32下载
- 积分:1
-
c# vs2005 (asp.net2.0) under the control of a date, from web
c# vs2005(asp.net2.0) 下的一个日期控件,来自网上的脚本,对其作了更改,修改了些错误,目前已经在项目中使用,感觉不错-c# vs2005 (asp.net2.0) under the control of a date, from web-based script, which was to change, modify some errors, has been used in the project, I feel good
- 2022-03-02 15:21:30下载
- 积分:1
-
以太网交换机私有协议,能实现快速环网功能,类似于RAPP协议
以太网交换机私有协议,能实现快速环网功能,类似于RAPP协议-the network provite protocol for Ring,the same the RAPP protocol....
- 2022-10-03 06:30:03下载
- 积分:1
-
ASP原码,超级推荐,好好学习,天天向上
ASP原码,超级推荐,好好学习,天天向上-Original ASP code, super recommended, study hard, Every day up
- 2022-04-07 21:00:25下载
- 积分: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
-
Commercial sales of inventory system code, there are notes and field documentati...
销售库存系统商用代码,有注释和字段说明文档.-Commercial sales of inventory system code, there are notes and field documentation.
- 2022-02-13 03:50:28下载
- 积分:1
-
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或...
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a Visual C prepared in the open-source testing tool, service procedures to be completed and important algorithm functional and performance tests, its main function is simulated multi-threaded or multi-client automation pressure tests.
- 2022-07-13 21:48:19下载
- 积分:1
-
IPv6的TCP多线程测试程序
IPv6的TCP多线程测试程序,适用于Linux环境,使用gcc编译,包括TCP 服务器端测试程序和TCP客户端测试程序。1.sh是编译脚本,根据需要进行修改。截图为fedora12环境下的测试结果图。欢迎参考。
- 2022-05-27 01:43:01下载
- 积分:1
-
tree ASP Forum Download
树型ASP论坛下载-tree ASP Forum Download
- 2022-03-14 21:35:06下载
- 积分:1
-
Ttftp客户协议类,包括发送和接收数据包
Ttftp客户协议类,包括发送和接收数据包-Ttftp client agreements categories, including sending and receiving data packets
- 2023-06-10 03:50:03下载
- 积分:1