Code Monkey home page Code Monkey logo

open-c-book's Introduction

联系作者:笔者为一位重度开源践行者,可微信联系:lzufalcon
本书来源:开源书籍:C 语言编程透视 (by 泰晓科技)
报名参与:Star/fork GitHub 仓库 并发送 Pull Request
关注我们:扫描二维码 关注 @泰晓科技 微博和微信公众号
赞助我们:捐助我们, 更多原创开源书籍需要您的支持 ^o^

C 语言编程透视

v 0.2

本书与《深入淺出 Hello World》有着类似的心路历程,旨在以实验的方式去探究类似 Hello World 这样的小程序在开发与执行过程中的微妙变化,一层层揭开 C 语言程序开发过程的神秘面纱,透视背后的秘密,不断享受醍醐灌顶的美妙。

介绍

安装

以 Debian/Ubuntu 为例:

$ sudo apt-get install retext git nodejs npm
$ sudo apt-get install calibre fonts-arphic-gbsn00lp
$ sudo npm install gitbook-cli -g
$ sudo rm /usr/local/bin/gitbook
$ sudo sh -c 'echo "nodejs /usr/local/lib/node_modules/gitbook-cli/bin/gitbook.js \$@" > /usr/local/bin/gitbook'
$ sudo chmod +x /usr/local/bin/gitbook
$ gitbook install

下载

$ git clone https://github.com/tinyclub/open-c-book.git
$ cd open-c-book/

编译

$ gitbook build  // 编译成网页
$ gitbook pdf    // 编译成 pdf

纠错

欢迎大家指出不足,如有任何疑问,请邮件联系 wuzhangjin at gmail dot com 或者直接修复并提交 Pull Request。

版权

本书采用 CC BY NC ND 4.0 协议发布,详细版权信息请参考 CC BY NC ND 4.0


关注我们

  • 微信公众号

赞助我们

更多原创开源书籍

open-c-book's People

Contributors

jserv avatar lazyparser avatar lzufalcon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.