-
MailCheck_src
MailCheck_src
- 2022-02-01 04:27:45下载
- 积分:1
-
一个简易的聊天系统,可以在局域网内聊天,适合在公司不能上网的朋友....
一个简易的聊天系统,可以在局域网内聊天,适合在公司不能上网的朋友.-A simple chat system, you can chat in the LAN for Internet access in the company should not friends.
- 2023-08-20 18:55:03下载
- 积分:1
-
能改变IP和MAC的好东西,源码很值得一看
能改变IP和MAC的好东西,源码很值得一看- Can change IP and the MAC good thing, the source code is worth
as soon as looking very much
- 2022-09-22 16:20:03下载
- 积分:1
-
可以实现HTTP转发/HTTP请求,如果需要做一个网页下载,那么可以使用该类,该类最大的特点是支持PROXY代理下载!...
可以实现HTTP转发/HTTP请求,如果需要做一个网页下载,那么可以使用该类,该类最大的特点是支持PROXY代理下载!-HTTP can be transmitted/HTTP request, if required to do a website, then you can use this kind, the largest such feature is support PROXY proxy to download!
- 2023-06-10 18:35:03下载
- 积分:1
-
用c++写的一个小型的网上拍卖系统。实现的功能:1.添加拍卖物2.竞标...
用c++写的一个小型的网上拍卖系统。实现的功能:1.添加拍卖物2.竞标-With c++ Written a small web-based auction system. To achieve the functions of: 1. Add auction complex 2. Bid
- 2022-06-16 00:01:02下载
- 积分:1
-
这是视频聊天的服务程序!跟前一个配套使用,效果还可以!...
这是视频聊天的服务程序!跟前一个配套使用,效果还可以!-This is the video chat service program! In front of an ancillary use, the effect can!
- 2022-01-20 23:04:55下载
- 积分:1
-
面向连接的服务器流程中,必须设置服务器套接字为监听状态;而客户机则是主动连接。无连接客户机和服务器。无连接客户机和服务器在调用的函数方面没有区别,区别在于服务器...
面向连接的服务器流程中,必须设置服务器套接字为监听状态;而客户机则是主动连接。无连接客户机和服务器。无连接客户机和服务器在调用的函数方面没有区别,区别在于服务器一般先启动recvfrom等待客户机的数据。客户机和服务器的通信过程为客户向服务器发送数据,服务器收到数据后给予应答,通信结束。-connection-oriented server process, you must set up to monitor server socket state; While the client is active connector. Without connecting client and server. Without connecting client and server in a function called no distinction, the general difference is the server for first launching recvfrom client data. Client and server communication process for clients to send data to the server, the server data received responses and communication end.
- 2022-03-13 09:45:07下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1
-
Through the structures on the remote host a remote dictionary service server, ot...
通过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机,在启动服务端后,即可用客户端在线查询单词,程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。
-Through the structures on the remote host a remote dictionary service server, other hosts can RemoteLookup client program will need to send word query the remote host, remote hosting service server dictionary word to return to the Chinese interpretation of the results to the client host, in client start-up services, you can use client-side online query word, the program has not demonstrated the use of packaging as well as the Windows SDK programming SOCKET typical process.
- 2022-03-17 01:23:57下载
- 积分:1
-
存取netware服务的程序
存取netware服务的程序-A program which realises netware access service
- 2022-11-01 13:30:02下载
- 积分:1