搜索资源列表
wincvs操作手册和参考资料
- CVS是目前比较流行与优秀的版本管理与控制工具,是用来管理其它日常文档(如word工作文档之类)的一个强有力的工具。 WinCVS是CVS的一个客户端软件,它运行在Windows上,采用图形化方式登陆CVS服务器和CVS相关的操作与管理,不要学习复杂的cvs命令。企业内部都采用Linux/Unix做服务器,用Windows做客户端,所以WinCVS与CVS服务器是目前应用最广泛的版本控制与管理的组合。-CVS is the more popular version with an excelle
Cron的实现
- Cron的实现 UNIX 下设计编写中小型程序的能力,巩固加深对Unix 环境下文件目录操作、进程控制、信号等内容的理解。-UNIX Cron achieve the design process of the preparation of small and medium capacity, enhance the consolidation of the Unix environment directory operations, process control, signal c
ecn_error.c.tar
- 在网络中,传递数据的时候经常发生差错,可以用汉明编码进行发送,检错,在一定程度上控制差错-control error by hamming code .This is an Engineering Approach to Computer Networking
UNIX_Network_Programming_source_code
- unix网络编程的源代码,可对照书里面的内容学习-unix network programming source code, can control the contents of book learning
tightvnc-1.3.9_unixsrc.tar
- unix vnc 协议源码. VNC是一款远程控制工具软件.-unix vnc source agreement. VNC is a remote control tools.
prometeo-1.5
- c++ 开发的一个远程控制软件 可以实现远程控制 unix linux平台下通过编译-c++ development remote control the computer you can lear pragmming
rs232
- Unix下的c语言控制model的程序 是用来银行催款的一个老程序 -Unix under the control of c language are used to model the process of an old bank collection procedure
unixPrograming
- 介绍了unix系统的特点、安装及使用,讲解了vi的使用及shell编程,UNIX下的C语言开发环境,文件与目录、进程控制,进程通信,套接字编程等内容。-Introduced the characteristics of unix systems, installation and use, explained the use of vi and shell programming, UNIX under C language development environment, file and d
AdvancedUNIXProgramming
- Advanced UNIX Programming goes beyond the fundamentals of UNIX programming and presents information and techniques the readers needs to expand their knowledge base. Designed for professional UNIX programmers, this book builds on the skills and knowle
process_control
- 进程控制,linux编程,系统调用,fork()、exec()、exit()、waitpid()函数的功能以及实现过程,1创建两个子进程,重复显示代码2调用exec()更换自己的代码。计算机操作系统第三版实验二-process control :fork()exec()waitpid()exit().show some words constantly both in the parent s and children process
Res_advanced_programming_in_the_unix_environment.r
- 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。
UNIX
- 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。-This book a comprehensive introduction to UNIX system programming interface- the system call interface and the standard C library provides many of the functions. The mai
windows-unix
- 通过研究linux线程机制,利用多线程解决生产者与消费者的信号并发控制-Through the research Linux thread mechanism of multithread, producers and consumers solve the concurrent control signal
Cacti-for-Linux-or-Unix-v0.8.7d
- Cacti for Linux or Unix(网络流量监测图形分析工具) v0.8.7d一款监控流量的web应用,linux或unix服务器用-Cacti, for Linux or Unix (network traffic monitoring graphical analysis tool) v0.8.7d a control flow web application, linux or unix server
Programming-in-the-UNIX
- UNIX高级环境编程第二版 英文原版 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 -Advanced Programming in the UNIX® Envi
UNIX
- linux编程课件:控制命令、文件系统说明、控制语句及函数等-linux programming courseware: control command, the file system descr iption, control statements and functions
unix-os
- 掌握UNIX外存空间管理中的分组链接算法 1. 在程序运行的结果中应包含磁盘块的分配与回收操作。 2. 可根据输入的文件名、文件大小进行模拟磁盘分配,并在每次分配与回收后显示分配与回收是否成功,以及分配、回收的磁盘块号。 3. 在程序执行过程中,至少应包含分配不成功一次的信息。 4. 可以查看当前磁盘块的使用情况:哪些块空闲,哪些块被哪些文件占用。 -UNIX external memory space management control block chaining
modem-for-unix
- Unix控制modem的程序,很简单实用-Unix control modem program, very simple and practical
UNIX
- 关于unix的基础编程 包括多线程 socket 进程控制-On the basis of unix socket programming including multi-threaded process control, etc.
Examples
- Each uses its own communciations protocol. Stream sockets use TCP ( Transmission Control Protocol), which is a reliable, stream oriented protocol, and datagram sockets use UDP (Unix Datagram Protocol), which is unreliable and message oriented