搜索资源列表
-
0下载:
unix/linux 编程实践一书的所有源代码,对UNIX/LINUX编程的初学者有一定的帮助-unix/linux programming practice one book all the source code of UNIX/LINUX programming beginners have some help
-
-
0下载:
unix编程实践教程代码。适合初学者,书中的源代码,由潜入深,在学习unix编程时大有帮助-unix programming tutorial code of practice. Suitable for beginners, the book s source code, from sneaking into the deep, in the study of great help when unix programming
-
-
0下载:
《Linux System Programming》主要介绍了Linux上系统编程知识以及相关的系统调用。《Linux System Prorgramming》(简称LSP)的中文翻译工作是浮图开放实验室和哈尔滨工业大学计算机学院IBM俱乐部 《深入理解计算机系统》讨论班的练习项目。-" Linux System Programming" introduces the knowledge of Linux system programming and related syste
-
-
0下载:
这一章介绍如何用qt 创建程序的主窗口。最后,读者能够生成一个有着全部菜单,工具条,状
态条和许多对话框的完整的用户界面。
应用程序的主窗口是用户界面的框架。SpreadSheet 应用程序的主窗口如图所示。这个程序
使用了第二章创建的Find,Go-to-Cell 和Sort 对话框。
很多GUI 应用程序都能够处理文件的读写,数据处-Overview
The Only Official, Best-Practice Guide to Qt 4.3 Programming
-
-
0下载:
加深对于存储管理的了解,掌握虚拟存储器的实现原理;观察和了解重要的页面
置换算法和置换过程。练习模拟算法的编程技巧,锻炼分析试验数据的能力。
-Deepen the understanding of storage management, control and implementation principle of virtual memory observe and understand the importance of the page replacement algorith
-
-
0下载:
《Unix/Linux编程实践》一书源程序,本书通过解释Unix的工作原理,循序渐进地讲解实现Unix中系统命令的方法,让读者理解并逐步精通Unix系统编程,进而具有编制Unix应用程序的能力。书中采用启发式、举一反三、图示讲解等多种方法讲授,语言生动、结构合理、易于理解。-" Unix/Linux programming practice," a book source, Unix book by explaining the working principle of pro
-
-
0下载:
包含了《Linux程序设计》一书的所有章节的配套源码,方便大家在学习时进行相关的练习,帮助深入理解。-Contains a " Linux programming," a book of all sections of the supporting source, to facilitate learning for everyone in the relevant practice, to help further understanding.
-
-
0下载:
Linux是一类Unix计算机操作系统的统称。Linux操作系统的内核的名字也是“Linux”。Linux操作系统也是自由软件和开放源代码发展中最著名的例子。严格来讲,Linux这个词本身只表示Linux内核,但在实际上人们已经习惯了用Linux来形容整个基于Linux内核,并且使用 GNU 工程各种工具和数据库的操作系统。Linux得名于计算机业余爱好者Linus Torvalds。
-Linux is a type of Unix computer operating system co
-
-
0下载:
Linux C编程基础 编程实践 C语言基础。有网络编程的内容-Linux C Programming C-based programming practice. With the content of network programming
-
-
0下载:
linux窗口程序设计qt4第01章 实例6 qq抽屉效果。-Serial communication programming code of practice with the book 01
-
-
0下载:
20120410Linux_C.zipLinux_C编程实践源码部分;
介绍在linux进行编程的基本知识;由浅入深;
最后进行bt下载的项目开发。-20120410 Linux_C. ZipLinux_C programming practice source part
Introduced in Linux for programming the basic knowledge of the 2
The last of the download bt project d
-
-
0下载:
操作系统实践。一,并发程序设计。二,用邮箱方式进行进程通信。三,磁盘的工作原理和操作系统进行文件管理的原理。-Operating system practice. A concurrent programming. Second, the way the process of communication with the mailbox. Third, the working principle of the disk and operating system for file manageme
-
-
0下载:
实验5 简单shell的设计和实现(20分)
目的:
1、练习使用编程环境,包括shell的命令,vi和gcc编译器。
2、体会进程概念,了解fork,execve,wait等系统调用。
要求:
1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。
2、输入错误命令能提示出错并进入下一轮接收命令状态。
3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。
-
-
0下载:
该文件是unix编程的书后源码,可以配套书上的源码进行练习(This document is the source code of unix programming, can support the book source code for practice)
-