-
ini adalah program keperawatan
ini adalah program keperawatan
- 2022-05-30 13:31:59下载
- 积分:1
-
1, scan the local LAN with this machine all the computers in the same network se...
1、扫描本地局域网与本机所有的计算机在同一网段内,并将通过本机可以ping的机器名列表上,可以对列表进行排序、刷新(对于JTree的操作)。
- 2022-07-22 11:28:42下载
- 积分: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# 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
-
在Visual Studio 2005环境下写的利用TcpClient类直接发送邮件和接收邮件的实例。界面简洁。可直接运行。...
在Visual Studio 2005环境下写的利用TcpClient类直接发送邮件和接收邮件的实例。界面简洁。可直接运行。-In Visual Studio 2005 environment, the use of written TcpClient class to send messages and receive messages directly to instance. Interface simple. Can be directly run.
- 2022-03-01 00:23:45下载
- 积分:1
-
网路编程
vc++网络编程实例向导
内容丰富 包含全面
对网络编程很有帮助...
网路编程
vc++网络编程实例向导
内容丰富 包含全面
对网络编程很有帮助-internet pragram
- 2022-04-13 14:15:27下载
- 积分:1
-
C# Socket one by one Demo
Socket客户端与服务端one by one 通信,最近公司项目中要用到,主要是模仿硬件间的one by one通信,通信过程是 客户端连接,服务端接受连接并等待客户端消息,一定时间内如果没有收到客户端任何消息则断开连接。客户端发送消息后等待服务端消息,一定时间内无返回,则断开。循环上述过程。
- 2022-03-22 22:02:00下载
- 积分:1
-
一个用c++编写的聊天程序(服务器端),提供给大家参考!
一个用c++编写的聊天程序(服务器端),提供给大家参考!-a prepared with the chat program (server) to provide for your reference!
- 2022-07-15 02:19:18下载
- 积分:1
-
C对GPRS网络编程软件,我们相互学习,看
关于GPRS的c网络编程软件,大家互相看看学习学习-c on the GPRS network programming software, we learn from each other to see
- 2022-05-20 12:26:21下载
- 积分:1
-
books of classification management books
图书管分类管理书籍-books of classification management books
- 2022-02-24 17:26:37下载
- 积分:1