-
端口扫描工具(速度其快)源代码
端口扫描工具(速度其快)源代码-port scanning tool (speed of its fast) source code
- 2023-08-28 07:00:02下载
- 积分:1
-
广东交友源程序,jsp
广东交友源程序,jsp-Guangdong friends source, jsp
- 2022-08-02 14:46:49下载
- 积分:1
-
android client control pc to play ppt
there are two parts in this zip file
one is the android client to run on a android device
another is the java server to run on a compute which already install the office and open the powerpoint
so,the first thing is run the java server on the target compute and before this you have already opened a ppt
then, modify the socket ip to your compute ip and run the client on the android device
finally you can use the android client to control ppt on the compute
- 2022-02-04 13:59:46下载
- 积分:1
-
tcp 套接字编程
使用 tcp 套接字编程
客户端和服务器程序会在那里
要在 linux 中执行,执行
1.打开 2 终端
2.在第一次,请执行下面的命令
海合会 tcpServer.c-o 服务器
3.在第二次,请执行下面的命令
海合会 tcpClient.c-o 客户端
4.在第一、
./ 服务器
5.在第二个,
./ 客户端 127.0.0.1 msg_to_send
- 2022-03-23 11:35:03下载
- 积分:1
-
使用vb程序开发的一个浏览器范例程序,很简单,适用于初学者...
使用vb程序开发的一个浏览器范例程序,很简单,适用于初学者-Vb program development using the example of a browser procedure is very simple for beginners
- 2022-04-29 22:15:31下载
- 积分:1
-
socket关于native和java层通信
socket关于native和java层通信,socket关于native和java层通信,socket关于native和java层通信,socket关于native和java层通信,socket关于native和java层通信
- 2022-06-16 11:30:32下载
- 积分:1
-
远程共享主机的文件操作的代码
远程共享主机的文件操作的代码-remote file sharing mainframe operation code
- 2022-07-09 08:34:53下载
- 积分: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
-
easyarm615_map.rar这是非常重要的
EasyARM615_map.rar this is very important
EasyARM615_map.rar this is very important
- 2022-08-07 14:43:05下载
- 积分:1
-
用java写的一个socket服务器程序,注悉非常详细、规范。
用java写的一个socket服务器程序,注悉非常详细、规范。-written with a socket server, have noted very detailed, standardized.
- 2022-03-10 15:40:19下载
- 积分:1