搜索资源列表
7.3 实现FTP应用
- 一个很好的学习例子,主要是ftp的实现,包括了多线程部分。-A very good example to study. It mainly talks about the implementation of ftp including the multi-process.
7_processserver
- unix环境下的多进程并发服务器源程序。-unix environment with multi-process server source.
parallel
- 网络编程的服务端和客户端.包括用fork和select分别实现多进程编程和多线程编程.程序已经通过测试的.-network programming services and clients. Including fork and select respectively programming multi-process and multi-threaded programming. Procedures have to pass the test.
Linux-Advanced-Programming
- Linux高级程序设计,杨宗德随书源码,包括常用的文件、网络、多进程、多线程编程部分。-Linux Advanced Programming, Yang Zongde source books, including the commonly used files, network, multi-process, multi-threaded programming part.
ChatServer
- Linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓Linux网络套接字编程学习之良品-Linux c multi-process multi-user chat server
WebServer
- 多线程web服务器 java eclipse编写的-multi-process webserver
WirelessMeshNetworkAlgorithm
- 无线网状网是一种高速率、高容量的多点对多点网络,可把它看成是Ad Hoc网络的简化版本。正如Ad Ho。网络一样,无线网状网中的路由是它的一项关键技术。基于此,本论文对无线网状网的路由协议进行研究。 文中首先介绍了无线网状网的结构,特点以及其发展与现状 其次,分析了Ad hoc网络中各种路由协议的优劣 再次,重点研究了其中的一种动态源路由协议(DSR)的具体实现过程 在DSR的基础上,对其进行改进,提出了一种均衡流量动态源路由协议,对它进行性能分析和仿真。-Wireless Mesh Ne
log
- 支持多进程环境,多线程环境的多级别log打印,log文件可以自定义大小,每日都会生成新文件-Support multi-process environment, multi-threaded environment, multi-level log printing, log files can customize the size, the daily will generate a new document
windows2linux
- Linux是一个优秀的操作系统,它支持多用户、多进程和多线程,实时性好,功能强大而稳定 。Linux标榜自由和开放。简单的说,开源,免费。更重要的是完全DIY。 普及Linux电子书籍。开始Linux之旅的难点在哪?就是如何去安装它。认真看完本教程,相信会 有收益的。 同时本教程集成四大图解:图形模式安装Linux、文本模式安装Linux、显示参数配置 、Linux中连接ADSL-Linux is an excellent operating system, it suppo
FTP
- FTP单进程上传下载,多进程下载 多线程下载-FTP uploading and downloading a single process, multi-process multi-threaded download Download
Phone
- 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
Socket_programing
- 熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。 基本要求: 1 正确解析Http请求,实现简单的GET请求回应。 2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。 3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。 4 对http请求的处理必须采用多进程实
server.tar
- 一个Linux下并发服务器的模型,包括多进程并发,多线程并发,IO复用并发三种-Linux servers under a concurrent model, including concurrent multi-process, multi-threaded concurrency, IO multiplexing of three concurrent
582211webbrowserAutomationsrc
- 多进程浏览器,防止软件假死,内存泄露等 共大家参考-多进程浏览器,防止软件假死,内存泄露等 共大家参考 允许输入拉丁字符的拼音请键入文字或网站地址,或者上传文档。 取消 Duō jìnchéng liúlǎn qì, fángzhǐ ruǎnjiàn jiǎsǐ, nèicún xièlòu děng Gòng dàjiā cānkǎo将中文译成英语 中文(简体)英语日语Multi-process browser to prevent suspended animatio
socket
- linux下多进程简单套接字编程 适合新手-multi-process simple socket programming under linux for novice
multiprocess_tcp_server
- linux下的多进程并发服务器,采用select机制解决阻塞-multi-process concurrent server under linux, select mechanism to resolve the blocking
multiprocess_tcp_server
- 基于linux的环境下的TCP协议的多进程服务器端的网络编程,参考此代码可以为初学者理解多进程服务端程序的编写开个好头-Multi-process server-side network programming based on the TCP protocol under the Linux environment, reference this code for beginners to understand the multi-process server program to write
multithread_tcp_server
- 该程序完成了linux下基于多线程的服务器端的程序,初学者通过运行可以进一步了解多线程的编程,同时为可以和多进程相比较各自的优缺点做一个起步的台阶-Procedures are completed under linux based on multi-threaded server-side program, beginners can learn more by running multi-threaded programming, as well as can and multi-proce
zjhftp
- 自己写的FTP服务器,包括完整的makefile,上传下载,断点续传,限速,更改目录等等功能。自定义哈希表读写,读取配置文件等,linux多文档多进程编程,多进程之间通讯。-Write your own FTP server, including the complete makefile, upload and download, HTTP, speed limits, change directories and more. For learning to use custom hash t
Process
- 多进程编程,匿名管道,有名管道,油槽,剪贴板等技术。-Multi-process programming, anonymous pipes, named pipe, oil tank, the clipboard.
