联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 其他书籍(249) 
按平台查找All Unix_Linux(249) 

[其他书籍] emacs_vi_pthread

emacs+vi+ 多线程编程指南。它们说是初学者的指南。特别是想在liunx环境开发的初学者
You are reading about GNU Emacs, the GNU incarnation of the advanced, selfdocumenting, customizable, extensible editor Emacs. (The ‘G’ in ‘GNU’ is not silent.) We call Emacs advanced because it can do much more than simple insertion and deletion of text. It can control subprocesses, indent programs automatically, show multiple files at once, and more. Emacs editing commands operate in terms of characters, words, lines, sentences, paragraphs, and pages, as well as expressions and comments in various programming languages. Self-documenting means that at any time you can use special commands, known as help commands, to find out what your options are, or to find out what any command does, or to find all the commands that pertain to a given topic. See Chapter 7 [Help], page 35. Customizable means that you can easily alter the behavior of Emacs commands in simple ways. For instance, if you use a programming language in which comments start with ‘<**’ and end with ‘**>’, yo (2010-01-29, Unix_Linux, 6085KB, 下载3次)

http://www.pudn.com/Download/item/id/1054084.html

[其他书籍] Halt

本章将向读者依次解释中断概念,解析Linux中的中断实现机理以及Linux下中断如何被使用。作为实例我们第一将向《i386体系结构》一章中打造的系统加入一个时钟中断;第二将为大家注解RTC中断,希望通过这两个实例可以帮助读者掌握中断相关的概念、实现和编程方法。
This chapter will explain the interruption of the reader turn the concept of Linux' s interrupt parsing mechanism and how to use interrupts under Linux. As an example we will first " i386 architecture," a chapter to create the system by adding a clock interrupt second comment for the RTC interrupt you hope that through these two examples to help readers master the interruption of related concepts, implementation, and programming method . (2009-12-26, Unix_Linux, 139KB, 下载3次)

http://www.pudn.com/Download/item/id/1018903.html

[其他书籍] core

本章将为大家介绍内核中存在的各种任务调度机理以及它们之间的逻辑关系(这里将覆盖进程调度、推后执行、中断等概念、),在此基础上向大家解释内核中需要同步保护的根本原因和保护方法。最后提供一个内核共享链表同步访问的例子,帮助大家理解内核编程中的同步问题。
This chapter will introduce a variety of tasks that exist in the kernel scheduling mechanism and the logical relationship between them (in this case will cover the process of scheduling, pushed back the implementation of the concepts of interruption,), on this basis to explain the need to synchronize the kernel protection the underlying causes and methods of protection. The final list to provide simultaneous access to a core shared examples to help you understand the core programming of the synchronization problem. (2009-12-26, Unix_Linux, 38KB, 下载3次)

http://www.pudn.com/Download/item/id/1018901.html

[其他书籍] linuxSocket

网络编程,一定离不开套接口;那什么是套接口呢?在Linux下,所有的I/O操作都是通过读写文件描述符而产生的,文件描述符是一个和打开的文件 相关联的整数,这个文件并不只包括真正存储在磁盘上的文件,还包括一个网络连接、一个命名管道、一个终端等,而套接口就是系统进程和文件描述符通信的一种 方法。目前最常用的套接口是字:字节流套接口(基于TCP)和数据报套接口(基于UDP),当然还有原始套接口,原始套接口提供TCP套接口和UDP套接 口所不提供的功能,如构造自己的TCP或UDP分组,我们这里主要介绍字节流套接口和数据报套接口。
Network programming, they must take sets of interfaces then what is a socket then? In Linux, all the I/O operations are generated through the read and write file descriptors, file descriptors and open a file associated with an integer, this document does not only include the real file is stored on disk, but also includes a network connection, a named pipe, a terminal and so on, while the socket is a system process and file descriptors communication methods. The most commonly used interface is a set of words: byte stream socket (based on TCP) and datagram sockets (based on UDP), of course, the original set of interfaces, the original set of interface provides TCP socket and UDP sockets are not provided by the features, such as TCP or UDP construct their own group, we are here mainly introduces the byte stream sockets and datagram sockets. (2009-11-09, Unix_Linux, 8KB, 下载25次)

http://www.pudn.com/Download/item/id/964245.html

[其他书籍] Linux-Shell-Scripting-Tutorial

介绍Linux shell编程的入门书·
This tutorial is designed for beginners only and this tutorial explains the basics of shell programming by showing some examples of shell programs. Its not help or manual for the shell. While reading this tutorial you can find manual quite useful ( type man bash at $ prompt to see manual pages). Manual contains all necessary information you need, but it won t have that much examples, which makes idea more clear. For that reason, this tutorial contains examples rather than all the features of shell. I assumes you have at least working knowledge of Linux i.e. basic commands like how to create, copy, remove files/directories etc or how to use editor like vi or mcedit and login to your system. Before Starting Linux Shell Script Programming you must know l Kernel l Shell l Process l Redirectors, Pipes, Filters etc. (2009-09-03, Unix_Linux, 114KB, 下载40次)

http://www.pudn.com/Download/item/id/899240.html

[其他书籍] APracticalGuideToLinuxCommandsEditorsAndShellProgr

Linux命令、编辑器与Shell编程 作者:(美)索贝尔(Sobell,M.G.)著,杨明军,王凤芹 译 要想真正高效地使用Linux,就必须全面掌握shell和命令行。通常必须购买两本书才能达到精通的目的:一本关于Linux基本概念和技术的指南,再加上一个单独的参考手册。更糟糕的是,大多数Linux参考手册只是对man手册页的稍加整理。而现在有了一个好得多的解决方案。知名Linux专家Mark Sobell编写的这本书,为系统管理员、开发人员和高级用户提供了最需要的全面的深入指导,同时还是一个卓越的日常参考手册。
Linux command, editor and Shell Programming Author: (U.S.) Sobel (Sobell, M.G.), and Yang Jun,王凤芹translation in order to truly efficient use of Linux, we must fully grasp the shell and command line. Usually required to purchase two books to achieve the purpose of proficiency: a book about the basic concepts of Linux and technology guide, plus a separate reference manual. To make matters worse, the majority of Linux reference manual man just finishing a little manual page. And now have a much better solution. Well-known Linux expert Mark Sobell' s book to prepare for system administrators, developers and advanced users need to provide the most comprehensive in-depth guidance, is also an excellent reference manual day-to-day. (2009-06-16, Unix_Linux, 3685KB, 下载41次)

http://www.pudn.com/Download/item/id/809752.html

[其他书籍] gawk

g a w k或GNU awk是由Alfred V. A h o,Peter J.We i n b e rg e r和Brian W. K e r n i g h a n于1 9 7 7年为U N I X创建的a w k编程语言的较新版本之一。a w k出自创建者姓的首字母。a w k语言(在其所有的版本中)是一种具有很强能力的模式匹配和过程语言。a w k获取一个文件(或多个文件)来查找匹配特定模式的记录。当查到匹配后,即执行所指定的动作。作为一个程序员,你不必操心通过文件打开、循环读每个记录,控制文件的结束,或执行完后关闭文件。
GNU awk or gawk by Alfred V. A ho, Peter J. We inbe rg er, and Brian W. K ernighan in 1977 created for the UNIX programming language awk newer version of one. awk from a founder of the first letter of surname. awk language (in all its versions) is a very strong capacity and the process of pattern matching language. awk access to a file (or multiple files) to find records matching a specific pattern. When found after the match that specified in the implementation of the action. As a programmer, you do not have to worry about file open, the cycle time for each record, the end of the control file, or close the document after the implementation. (2009-04-30, Unix_Linux, 740KB, 下载6次)

http://www.pudn.com/Download/item/id/738735.html

[其他书籍] linux_c

Linux C function() 参考手册 各位Linux爱好者:   你好!本人有幸在坊间得到一名为“Linux C 函数参考”的文本文件,并在此基础重新排版并制成html文件以方便广大爱好者阅读,我感到无比的荣幸。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢编写“Linux C 函数参考”的朋友。
Linux Cfunction () reference manual you Linux lovers: Hello! I am fortunate to be in the market for a Linux C function reference to a text file, and on this basis re-typeset and made into html documents to facilitate the broad masses of fans to read, I feel very pleasure. Thank you for this strong support, as well as the improvement in this document, I hope one day to become a Linux programming enthusiasts essential reference documents. Once again, I would like to thank the preparation of Linux C function reference friends. (2008-12-11, Unix_Linux, 52KB, 下载2次)

http://www.pudn.com/Download/item/id/602786.html

[其他书籍] Study_linux_driver

linux设备驱动程序,中文版 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备. 每一个驱动都是不同的 作为一个驱动编写者, 你需要深入理解你的特定设备. 但是大部分的原则和基本技术对所有驱动都是一样的. 本书无法教你关于你的设备的东西, 但是它给予你所需要的使你的设备运行起来的背景知识的指导.
linux device driver, the Chinese version of the book to guide you how to write your own driver, and how to use the relevant part of the kernel. We use a device- an independent technology and methods of programming interfaces, whenever possible, will not be bundled to any specific equipment. Every driver is different writers as a driver, you need a deep understanding of your specific equipment. However, the majority of the principles and basic skills of all drivers are the same. This book can not teach you on the your equipment, but it gives you need to make your equipment up and running background knowledge guidance. (2008-11-27, Unix_Linux, 1168KB, 下载17次)

http://www.pudn.com/Download/item/id/590505.html
总计:249