-
采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类client...
采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类clientsocket。由于将服务端类和客户端类的调用在一个工程中实现,所以一个程序既可以作为服务端也可以作为客户端。代码中加入了基本的错误处理功能。-using Microsoft Visual C preparation. Based on the way the dialog interface. Socket type of software succession to the service changer serversocket and clientsocket changer. Due to the services changer and changer call in a project to achieve, so a procedure can be as server can be used as the client. Code by adding a basic error-handling capabilities.
- 2022-03-04 06:54:14下载
- 积分:1
-
use vc prepared by the realization SMTP Simple Mail Transfer Protocol procedures...
使用vc编写的实现SMTP简单邮件传输协议的程序,在VC6编译运行通过。-use vc prepared by the realization SMTP Simple Mail Transfer Protocol procedures, the VC6 compiler running through.
- 2022-10-11 00:15:03下载
- 积分:1
-
用vc实现的一个很不错的ftpserve,适合学习ftp编程
用vc实现的一个很不错的ftpserve,适合学习ftp编程-vc used to achieve a very good ftpserve, ftp program for learning
- 2022-04-23 00:03:25下载
- 积分:1
-
the software in peer
本软件要在网络中实现点对点的实时对话,主要的工作大约有: A).软件界面的实现。 B).两台主机通过Socket进行通信的实现。 C).如何从本机接收到要发送给对方的消息与如何接收到从对方来的消息并显示的过程。 D).进行异常处理。-the software in peer-to-peer networks to achieve real-time dialogue, the main work around : A). Software interface is achieved. B). Two mainframe through Socket communication is achieved. C). How receive from the machine to be sent to the other party and how to receive news from the other side of the news and display process. D). For Exception Handling.
- 2022-04-12 10:02:14下载
- 积分:1
-
很好的网络管理工具。可以进行常用网络检测和监控,如IP地址查询、流量查询等。详细功能请自行阅读文件...
很好的网络管理工具。可以进行常用网络检测和监控,如IP地址查询、流量查询等。详细功能请自行阅读文件-good network management tools. Networks can be used for detection and monitoring, such as IP addresses inquiries and flow inquiries. Detailed functional Please read the documents themselves
- 2022-01-27 17:23:40下载
- 积分:1
-
局域网中聊天
利用socket协议
实现点对点聊天 功能简单
以后有待更新...
局域网中聊天
利用socket协议
实现点对点聊天 功能简单
以后有待更新-LAN socket chat using peer-to-peer chat protocol to be simple after update
- 2022-07-25 02:47:55下载
- 积分:1
-
程序禁用和启用网卡, 程序禁用和启用网卡
程序禁用和启用网卡, 程序禁用和启用网卡-Procedures to disable and enable the network card, disable and enable the network card
- 2023-05-29 12:10:03下载
- 积分:1
-
开发语言: Java 运行平台: LINUX/UNIX Windows 2000 精彩不容错过
开发语言: Java 运行平台: LINUX/UNIX Windows 2000 精彩不容错过-development languages : Java platforms : Linux/UNIX Windows 2000 wonderful not to be missed
- 2022-03-13 22:24:39下载
- 积分:1
-
这是非常好的关于网络编程的例子,实现了ping程序,对于学习网络编程的人员来说是非常难得的材料。...
这是非常好的关于网络编程的例子,实现了ping程序,对于学习网络编程的人员来说是非常难得的材料。-It is a very good example of programming on the network to achieve the ping process, for learning network programming staff is very rare material.
- 2022-08-10 20:39:14下载
- 积分:1
-
线程的创建、销毁和调度本身就是一个成本,如果线程的线程…
线程的创建、销毁和调度本身是有代价的,如果一个线程的任务相对简单,那这些时间和空间开销就不容忽视了,此时用线程池就是更好的选择,即创建一些线程然后反复利用它们,而不是在完成单个任务后就结束。-thread creation, destruction and scheduling itself is a cost, if the threads of a relatively simple task. That time and space costs can not be ignored, this time using thread pool is the better choice, namely, the creation of some thread then reuse them, rather than individual tasks completed after the end.
- 2022-02-05 08:49:42下载
- 积分:1