Welcome![Sign In][Sign Up]
Location:
Search - unix Control

Search list

[Linux-Unixsemaphore_unix

Description: unix下的信号量控制-under the volume control signal
Platform: | Size: 2048 | Author: 周杰 | Hits:

[Linux-Unixsct-1.05.tar

Description: 应用平台 Unix/Linux  <br> sct(Serial Communication Tracer的缩写)是一个很有用的Linux/Unix串行通信调试工具,软件内置了Shell命令解释器,你可以通过直接输入简短的命令和参数来控制串口的打开/关闭和进行各种发送/接收活动。 -application platform Unix/Linux lt; Brgt; Sct (Serial Communication Tracer's initials) is a very useful Linux/Unix serial communications debugging tools, software built-Shell command interpreter, you can be imported directly through the short order and parameters to control the opening Serial/off closure and various Send/Receive activities.
Platform: | Size: 88064 | Author: 王浩 | Hits:

[Linux-UnixCron的实现

Description: 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 content understanding.
Platform: | Size: 26624 | Author: 冯昊飞 | Hits:

[Linux-Unixmonitor_unix

Description: UNIX环境下资源监控程序(包含对CPU\MEM\DISK\IO\PS等资源的监控)-UNIX environment monitoring program resources (including the CPU \ MEM \ DISK \ IO \ PS resource control)
Platform: | Size: 76800 | Author: 郭秋 | Hits:

[BooksUNIXgaojibiancheng

Description: 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。 -the book a comprehensive account of the UNIX system programming interface-system call interface and the standard C library provides a lot of functions. The book's first 15 chapters focus on theoretical knowledge exposition, includes UNIX files and directories, processes, process control, inter-process communication and I/O. On this basis, according to introduce a number of application examples, including how to create database libraries, PostScript printer driver, a modem and a dial-up in pseudo-terminals running on other procedures procedures. The book is rich in content authority, brilliantly clear concept has been praised as UNIX Programming "Bible" for all UNIX programmers- whether beginners or experts- who are an invaluable reference books.
Platform: | Size: 14537728 | Author: 林风 | Hits:

[Internet-Networklinux_comm

Description: linux下串口通讯源程序,实现对串口的通讯与控制-Serial communication source to achieve the serial communications and control
Platform: | Size: 2048 | Author: 孙盛 | Hits:

[BooksUNIXEAP

Description: 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。 -the book a comprehensive account of the UNIX system programming interface-system call interface and the standard C library provides a lot of functions. The book's first 15 chapters focus on theoretical knowledge exposition, includes UNIX files and directories, processes, process control, inter-process communication and I/O. On this basis, according to introduce a number of application examples, including how to create database libraries, PostScript printer driver, a modem and a dial-up in pseudo-terminals running on other procedures procedures. The book is rich in content authority, brilliantly clear concept has been praised as UNIX Programming "Bible" for all UNIX programmers- whether beginners or experts- who are an invaluable reference books.
Platform: | Size: 14538752 | Author: neptune87140104 | Hits:

[Communicationc123

Description: LINUX环境下的线程同步和进程控制问题的源代码,希望大家-LINUX environment threads synchronization and process control of source code, we hope to s
Platform: | Size: 4096 | Author: 饶元见 | Hits:

[Ftp ClientUnixftpcilent

Description: 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C++ is difficult to control and the interactive shell, and not informed of the error code error, Using C++ tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Platform: | Size: 4096 | Author: sl | Hits:

[Linux-Unixmessctrl

Description: 在进行linux服务器编程时经常要用到消息队列编程,但直接使用系统调用可能还不能实现需要.此例子演示了怎样在用内核调用操作消息队列,控制消息队列溢出,消除"死"消息的方法.-during regular programming to be used when the message queue programming, but the direct use of system calls may also need to achieve. this example demonstrates how to use the core operation called Message Queue, control Message Queue overflow, eliminating the "death" of news.
Platform: | Size: 1024 | Author: roger | Hits:

[Linux-Unixwork_queue_thread

Description: 实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。-achieve a working group multithreaded applications, the use of this procedure the mutex object, variable conditions thread control. Research through this procedure, a profound understanding of the working mechanism of thread.
Platform: | Size: 4096 | Author: zhuwenjie | Hits:

[Linux-Unixautopilot.tar

Description: UAV导航及控制,是老外编写的一个源代码开放程序-UAV navigation and control is a foreigner prepared by the open source process
Platform: | Size: 758784 | Author: firstliu | Hits:

[Delphi VCLObjectInspector

Description: bject Inspector is a component suite that contains inspectors allowing you to change anything in your application at runtime. Object Inspector suite includes: TPropertyInterface component for easy access to any property or event of any component at runtime TComponentInspector customizable full-functional runtime object inspector control TComponentComboBox control for easy selecting component TCommonInspector abstract inspector control for inspect anything in your application TDBInspector ready-to-use database inspector control TIniInspector ready-to-use ini-file inspector control TApplicationInspector ready-to-use inspector control for changing Application properties at runtime TSystemColorsInspector ready-to-use inspector control for changing Windows colors Examples small and clean projects illustrating features of inspectors and TPropertyInterface components Source codes full source code of all components and useful internal classes -bject Inspector is a component suite that c ontains inspectors allowing you to change anyt hing in your application at runtime. Object Ins pector suite includes : TPropertyInterface component for easy access to any property or event of any component at runt ime TComponentInspector customizable full-f unctional runtime object inspector control TC omponentComboBox control for easy selecting c omponent TCommonInspector abstract inspecto r control for inspect anything in your applicat ion TDBInspector ready-to-use database inspe Hector control TIniInspector ready-to-use ini- file inspector control TApplicationInspecto r ready-to-use inspector control for changing Application properties at runtime TSystemCol orsInspector ready-to-use control inspector Windows for changing colors Examples small
Platform: | Size: 429056 | Author: sad | Hits:

[Internet-Networkcgi-web

Description: 嵌入式linux的一个cgi网站,实现了对嵌入式系统配置的更改以及实时控制视频流参数的配置,程序主要用c完成。对于学习嵌入式下c语言的cgi开发是一个非常好的例子。代码来自于在公司的开发。-Embedded linux a cgi web site, the realization of embedded system configuration changes, as well as video streaming real-time control of the configuration parameters, use c to complete the main program. Learning embedded c language cgi under development is a very good example. Code from the company s development.
Platform: | Size: 67584 | Author: jzk | Hits:

[Linux-Unixprinter

Description: UNIX 下,可用脚本控制打印格式的工具。-UNIX, the script can be used to control print format tool.
Platform: | Size: 31744 | Author: 单卓 | Hits:

[Linux-UnixUNIX_Network_Programming_source_code

Description: unix网络编程的源代码,可对照书里面的内容学习-unix network programming source code, can control the contents of book learning
Platform: | Size: 630784 | Author: 余洋 | Hits:

[Internet-Networktightvnc-1.3.9_unixsrc.tar

Description: unix vnc 协议源码. VNC是一款远程控制工具软件.-unix vnc source agreement. VNC is a remote control tools.
Platform: | Size: 2246656 | Author: Allen | Hits:

[BooksUnix

Description: 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。-This book a comprehensive introduction to UNIX system programming interface- system call interface and the standard C library provides a number of functions. The book s first 15 chapters focus on theoretical knowledge of the main contents include the UNIX files and directories, process environment, process control, inter-process communication as well as various I/O. On this basis, were introduced by the chapter number of application examples, including how to create a database library, PostScript printer driver, a modem dial-up pseudo-terminal device and other programs running on the procedures and so on. The authority of the book is rich in content, the concept of clear and incisive, UNIX has been programmed as "the Bible", for all UNIX programmers- whether beginner or expert-level people- are an invaluable reference books
Platform: | Size: 19439616 | Author: wmagic | Hits:

[Linux-Unixprocess_control

Description: 进程控制,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
Platform: | Size: 1024 | Author: 柳佳林 | Hits:

[Linux-Unixmodem-for-unix

Description: Unix控制modem的程序,很简单实用-Unix control modem program, very simple and practical
Platform: | Size: 6144 | Author: u1427796291 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net