Beginning Linux Programming 2024 pdf epub mobi 电子书


Beginning Linux Programming

简体网页||繁体网页

Beginning Linux Programming 2024 pdf epub mobi 电子书 著者简介

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 电子书 图书目录




点击这里下载
    


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

发表于2024-11-21

Beginning Linux Programming 2024 pdf epub mobi 电子书

Beginning Linux Programming 2024 pdf epub mobi 电子书

Beginning Linux Programming 2024 pdf epub mobi 电子书



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


Beginning Linux Programming 电子书 读后感

评分

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

评分

今天终于读完了这本书,这本书围绕begining展开,对Linux程序设计里的广泛领域的大量主题都进行了介绍,作为一本linux开发领域的入门级和指南性的读物,强烈推荐那些想要进行Linux开发的菜鸟作为自己的入门拐杖,这本书所探讨的主题都具有很高的使用价值,抓大放小,没有把初学者带入...  

评分

今天终于读完了这本书,这本书围绕begining展开,对Linux程序设计里的广泛领域的大量主题都进行了介绍,作为一本linux开发领域的入门级和指南性的读物,强烈推荐那些想要进行Linux开发的菜鸟作为自己的入门拐杖,这本书所探讨的主题都具有很高的使用价值,抓大放小,没有把初学者带入...  

评分

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

评分

由于是两个作者共同完成的,如果你打算把它当做入门书籍,从第一章开始读到最后一章,那会很吃力,而且本书的翻译比较拗口,更是增加了难度。 另外从编排上,个人觉得没有多少连贯性,只要有一点linux基础的人,都可以从任何章节开始读。 这本书内容非常多,但是没有与厚度成正...  

类似图书 点击查看全场最低价
出版者:Wrox
作者:Neil Matthew
出品人:
页数:780
译者:
出版时间:2007-11-5
价格:USD 39.99
装帧:Paperback
isbn号码:9780470147627
丛书系列:

图书标签: linux  programming  Linux  编程  C  计算机  程序设计  Programming   


Beginning Linux Programming 2024 pdf epub mobi 电子书 图书描述

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 2024 pdf epub mobi 电子书

Beginning Linux Programming 2024 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Beginning Linux Programming 2024 pdf epub mobi 用户评价

评分

又想做教程又想做手册,于是这本书悲剧了。

评分

做了一个linux programmer,这本书是一个很好的入门.

评分

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

评分

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

评分

主要通过这本书学习多线程编程和IPC。

Beginning Linux Programming 2024 pdf epub mobi 电子书


分享链接









相关图书




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

友情链接

© 2024 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有