Beginning Linux Programming 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Beginning Linux Programming

简体网页||繁体网页
Neil Matthew 作者
Wrox
译者
2007-11-5 出版日期
780 页数
USD 39.99 价格
Paperback
丛书系列
9780470147627 图书编码

Beginning Linux Programming 在线电子书 图书标签: linux  programming  Linux  编程  C  计算机  程序设计  Programming   


喜欢 Beginning Linux Programming 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-06-26


Beginning Linux Programming 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Beginning Linux Programming 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Beginning Linux Programming 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Beginning Linux Programming 在线电子书 用户评价

评分

介绍了linux的很多方面。程序例子都不难,并且非常清晰地说明了概念和方法。自己常常会在写makefile和debug的时候回来读那两章,非常实用。

评分

挺不错的Linux编程入门

评分

看了前面1/3, 暂时没兴趣看后面的了,2010-08-15. continue...内存,进程,线程,管道,done. 不想看了,ch14 TODO

评分

介绍一些Linux的API,有些内容比较旧,对于初学者来说还是比较好的,因为有一些小例子很利于熟悉这些API。由于内容比较多,因此本书介绍的内容都比较浅显。

评分

英文版。很好的Linux编程入门书籍,有实例讲细节。不过没看QT、GTK+章节,目前还没有了解GUI编程的兴趣。

Beginning Linux Programming 在线电子书 著者简介

Neil Matthew has been interested in and has programmed computers since 1974. A mathematics graduate from the University of Nottingham, Neil is just plain keen on programming languages and likes to explore new ways of solving computing problems. He’s written systems to program in BCPL, FP (Functional Programming), Lisp, Prolog, and a structured BASIC. He even wrote a 6502 microprocessor emulator to run BBC microcomputer programs on UNIX systems. In terms of UNIX experience, Neil has used almost every flavor since the late 1970s, including BSD UNIX, AT&T System V, Sun Solaris, IBM AIX, many others, and of course Linux. He can claim to have been using Linux since August 1993 when he acquired a floppy disk distribution of Soft Landing (SLS) from Canada, with kernel version 0.99.11. He’s used Linux-based computers for hacking C, C++, Icon, Prolog, Tcl, and Java at home and at work.

All of Neil’s “home” projects are developed using Linux. He says Linux is much easier because it supports quite a lot of features from other systems, so that both BSD- and System V-targeted programs will generally compile with little or no change.

Neil is currently working as an Enterprise Architect specializing in IT strategy at Celesio AG. He has a background in technical consultancy, software development techniques, and quality assurance. Neil has also programmed in C and C++ for real-time embedded systems.

Rick Stones started programming at school (more years ago than he cares to remember) on a 6502-powered BBC micro, which, with the help of a few spare parts, continued to function for the next 15 years. He graduated from Nottingham University with a degree in Electronic Engineering, but decided software was more fun.

Over the years he has worked for a variety of companies, from the very small with just a dozen employees, to the very large, including the IT services giant EDS. Along the way he has worked on a range of projects, from real-time communications to accounting systems, to very large help desk systems. He is currently working as an IT architect, acting as a technical authority on various major projects for a large pan-European company.

A bit of a programming linguist, he has programmed in various assemblers, a rather neat proprietary telecommunications language called SL-1, some FORTRAN, Pascal, Perl, SQL, and smidgeons of Python and C++, as well as C. (Under duress he even admits that he was once reasonably proficient in Visual Basic, but tries not to advertise this aberration.)


Beginning Linux Programming 在线电子书 图书目录


Beginning Linux Programming 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Beginning Linux Programming 在线电子书 图书描述

Beginning Linux Programming, Fourth Edition continues its unique approach to teaching UNIX programming in a simple and structured way on the Linux platform. Through the use of detailed and realistic examples, students learn by doing, and are able to move from being a Linux beginner to creating custom applications in Linux. The book introduces fundamental concepts beginning with the basics of writing Unix programs in C, and including material on basic system calls, file I/O, interprocess communication (for getting programs to work together), and shell programming. Parallel to this, the book introduces the toolkits and libraries for working with user interfaces, from simpler terminal mode applications to X and GTK+ for graphical user interfaces. Advanced topics are covered in detail such as processes, pipes, semaphores, socket programming, using MySQL, writing applications for the GNOME or the KDE desktop, writing device drivers, POSIX Threads, and kernel programming for the latest Linux Kernel.

Beginning Linux Programming 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Beginning Linux Programming 在线电子书 读后感

评分

粗略比较了一下第三版和第四版,似乎没有太大变化,第四版还少了讲驱动的一章。不明白作者为什么要这样改,前言里也没有提到。  

评分

粗略比较了一下第三版和第四版,似乎没有太大变化,第四版还少了讲驱动的一章。不明白作者为什么要这样改,前言里也没有提到。  

评分

我想学编程,可是每次买一本书,刚开始翻的时候信心十足,翻着翻着,信心就一点点往下减。真是看得要累晕掉了。这本书又这样了,听说是属于编程经典一类的,刚买来挺高兴的。就怕自己坚持不了几天。昨天我哥在网上找到一个猎豹网校,让我看一下。你别说,正好有我要学的这门课...

评分

我想学编程,可是每次买一本书,刚开始翻的时候信心十足,翻着翻着,信心就一点点往下减。真是看得要累晕掉了。这本书又这样了,听说是属于编程经典一类的,刚买来挺高兴的。就怕自己坚持不了几天。昨天我哥在网上找到一个猎豹网校,让我看一下。你别说,正好有我要学的这门课...

评分

大致翻完了这本书。 内容非常全面,对linux环境下编程相关的各个方面都做了清晰的论述。基本如shell,文件,开发工具,调试,高级如线程,套接字,数据库,图形编程都有涉及。 深入浅出,像推开了一扇门,外面的青山流水小桥人家都尽入眼底,就只等你跨步出去。 是入门学习的极...  

类似图书 点击查看全场最低价

Beginning Linux Programming 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Beginning Linux Programming 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有