Learn to Code with C

Learn to Code with C

简介:

C编程语言是在20世纪70年代发明的,从那时起就成为最流行和广泛使用的通用语言之一。它被广泛的程序员使用,从业余爱好者在家里工作的简单项目,以C为生的行业专业人士。它被用来编程一切,从手表和烤面包机中使用的微型微控制器到巨大的软件系统 -- 大多数Linux (和Raspbian本身) 都是用它编写的。它可以让您控制处理器运行的最小细节,但仍然易于学习和阅读。本书是面向绝对初学者的C编程入门; 您不需要任何以前的编程经验,而运行Raspbian的Raspberry Pi就是您入门所需的全部。

创建变量和做算术控制C程序的流程For循环和case语句理解和创建函数使用数组和字符串解释用户输入和更多

英文简介:

The C programming Language is invented in 1970s, and since then has become one of the most popular and widely used general purpose languages. It's used by a wide range of programmers, from amateurs working on simple projects at home, to industry professionals who write in C for a living.

It's been used to program everything from the tiny micro controllers used in watches and toasters up to huge software systems - most of Linux (and Raspbian itself) is written in it. It can give you control over the smallest details of how a processor operates, but is still simple to learn and read.

This book is an introduction to programming in C for absolute beginners; you don’t need any previous programming experience, and a Raspberry Pi running Raspbian is all you need to get started.

Create variables & do arithmeticControl the flow of your C programsFor loops and case statementsUnderstand and create functionsWork with arrays and stringsInterpreting user inputand much more

书名
Learn to Code with C
译名
学习使用 C 语言编写代码
语言
英语
页数
92页
大小
4.80 MB
下载
pdf iconLearn to Code with C.pdf
密码
65536

最后更新:2025-04-12 23:54:40

←Notes on Data Structures and Programming Techniques in C (CPSC 223, Spring 2022)

→The Art and Craft of Programming, C Edition