资源列表
[Internet/网络编程] Sockets-2.3.9.3
说明:C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-C++ Sockets is a cross-platform Sockets library, implementation, including TCP, UDP, ICMP, SCT<秦政> 在 2025-06-17 上传 | 大小:324kb | 下载:0
[Internet/网络编程] VIPxiazaizhe
说明:饭客基地的下载者源码,DELPHI7写的,给大家学习一下作者的思路。<hkqsyh> 在 2025-06-17 上传 | 大小:10kb | 下载:0
[Internet/网络编程] chuanshufg
说明:C++写的正宗飞鸽传输的源码,给大家学习一下。 借鉴一下。<hkqsyh> 在 2025-06-17 上传 | 大小:282kb | 下载:0
[Internet/网络编程] TeacherHelp
说明:全数字多媒体网络语言学习系统资料,很值得学习,希望大家提出宝贵的意见-Digital Multimedia Language Learning System data, it is worth learning, and hope that their valuable comments<肖洪钢> 在 2025-06-17 上传 | 大小:8.14mb | 下载:0
[xml/soap/webservice] Webservicexml
说明:如果运行代码报错,不能正常加载xml文档是正常的;解决办法是: 下载此实例把它skydemo包放在C盘的根目录下,就不会出现异常!! 此实例紧供新手学习,对于有一定基础的没什么可学的! 有什么好的实例和项目可以共享,互相学习-If you run the code error, can not properly load the xml document is normal solution: download this instance it skydemo pack<夏志> 在 2025-06-17 上传 | 大小:115kb | 下载:0
[Internet/网络编程] socket
说明:利用tcp网络协议编写远程网络服务终端,主要要完成进程间的通信必须有一个服务端和一个客户端,利用tcp网络协议规则编写服务端和客户端,完成的是数据传输,必须有一个跟踪调试函数 和一个日志管理文件及文档编写-Prepared using tcp network protocol end remote network services, primarily to complete the inter-process communication must have a server and a cli<刘志宇> 在 2025-06-17 上传 | 大小:10kb | 下载:0
[Internet/网络编程] sock
说明:在VC++环境下实现的网络编程,希望对大家有所帮助-In VC++ environment to achieve the network programming, we want to help<headsky> 在 2025-06-17 上传 | 大小:8kb | 下载:0
[Internet/网络编程] client
说明:visualC++环境下实现的客户端网络编程,希望对大家有帮助-visualC++ environment to achieve the client-side network programming, we want to help<headsky> 在 2025-06-17 上传 | 大小:5kb | 下载:0
[Internet/网络编程] TCPClient_Server
说明:VC实现TCP通信,客户端和服务器端的程序都有,服务器端定时发送数据,客户端定时接收,并显示字节数。-VC achieve TCP communication, the client and server side programs are, the server-side time to send data, the client regularly receives and displays the number of bytes.<高倩> 在 2025-06-17 上传 | 大小:27.88mb | 下载:0
[Internet/网络编程] 1
说明:主题:进程的管道通信 内容:这是一个设计型实验,要求自行编制程序。 使用系统调用pipe()建立一条管道,两个子进程分别向管道写一句话: Child process1 is sending a message! Child process2 is sending a message! 父进程从管道读出来自两个子进程的信息,显示在屏幕上。 要求: 1) 父进程先接收子进程1发来的消息,然后再接收子进程2发来的消息。 2) 实现管道的互斥使用,当一个子进程正在对<小斧子> 在 2025-06-17 上传 | 大小:8kb | 下载:0