一本实用的C语言入门教程 英文版 Contents At a Glance Preface xvii 1 Introduction 1 2 Some Fundamentals 5 3 Compiling and Running Your First Program 11 4 Variables, Data Types, and Arithmetic Expressions 21 5 Program Looping 43 6 Making Decisions 65 7 Working with
Awk入门教程。作者 Bruce Barnett 注:英文版。以下是目录 Why learn AWK? Basic Structure Executing an AWK scr ipt Which shell to use with AWK? Dynamic Variables The Essential Syntax of AWK Arithmetic Expressions Unary arithmetic operators The Autoincrement and Autodecre
经典的C语言教程,由Brian W. Kernighan 和 Dennis M. Ritchie编写,俗称K&R。此为第二版,目录如下: Preface........................................................................................................................................ 6 Preface to the first edition .....
This Standard describes a method of digital data transmission between controllers and lighting equipment and 3 accessories, including dimmers. It covers electrical characteristics, data format, data protocol, connector type, 4 and recommended cable
ISO C++ 11(pdf),英文高清版 Contents 1 General 1 1.1 Scope 1.2 Normative references 1.3 Terms and definitions 1.4 Implementation compliance 1.5 Structure of this International Standard 1.6 Syntax notation 1.7 The C++ memory model 1.8 The C++ object model
PART 1—WHY LEARN GO—GETTING STARTED Chapter 1—Origins, Context and Popularity of Go..............................................................1 1.1 Origins and evolution ............................................................................
The Way to Go,: A Thorough Introduction to the Go Programming Language 英文书籍,已Cross the wall,从Google获得书中源代码,分享一下。喜欢请购买正版。 目录如下: Contents Preface..........................................................................................................
go程序设计语言 Contents Preface................................................................................................................................. xix PART 1—WHY LEARN GO—GETTING STARTED Chapter 1—Origins, Context and Popularity of Go.......