The ANSI C Programming Language (Kernighan & Ritchie) EN 英文原版学习标准C语言最好的入门书,结合Unix高级编程,将C语言讲得非常透彻Chapter 1- A Tutorial IntroductionChapter 2- Types,Operators and ExpressionsChapter 3- Control FlowChapter 4- Functions and Program StructureChapter 5- P
PL/0语言是Pascal语言的一个子集,我们这里分析的PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。 PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 PL0的一部分代码: program PL0
CMMI开发模型1.2版本的描述文档(英文)具体说明了各个过程域及GG,GP, SG,SP。从www.sei.cmu.edu下载的原文件,在www.sei.cmu.edu中还有word格式文件可下。 目录: 18 Purpose Statements 19 Introductory Notes 19 CMMI for Development Version 1.2 viii Table of Contents Related Process Areas 19 Specific Goals 19
注:下载后,评价时给5星,还你11分 Contents Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic Expressions The for statement Symbolic Constants Character Input and Output File Copying Charac
P.S. 因为上传附件大小受限,故将本资源分为两部分,第二部分是 Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 2) ,请注意两个一起下载,否则内容不全。 1.Data Structures and Algorithm Analysis in C (C) 1993, The Benjamin/Cummings Publishing Co., Inc. All rights reserved. 2.Data S
Complete text of nine essential books and over a dozen articles related to algorithms in a new HTML format. These books, selected by the editors of Dr. Dobb's Journal, are the most important books ever written on the subject and need to succeed. Plu
Essential Books on Algorithms and Data Structures - Release 2 1999 | 's Journal | CHM | 28.3 MB | No ISBN Complete text of nine essential books and over a dozen articles related to algorithms in a new HTML format. These books, selected by the editor
This book was motivated by my experience in teaching the course E&CE; 250: Algorithms and Data Structures in the Computer Engineering program at the University of Waterloo. I have observed that the advent of object-oriented methods and the emergence
Teach Yourself C in 21 Days Table of Contents: l Introduction l Day 1 - Getting Started with C l Day 2 - The Components of a C Program l Day 3 - Storing Data: Variables and Constants l Day 4 - Statements, Expressions, and Operators l Day 5 - Functio
与西门子PLC通讯的Labview库,还不错。 以下是英文声明: Warning, the attached files are experimental VIs provided for educational purposes only. No warrantee is expressed or implied. You should test your code and completely understand the implications of writing to or rea
C++ Programming - Program Design Including Data Structures(6th) 英文无水印pdf 第6版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
C++ Programming - Program Design Including Data Structures(7th) 英文无水印pdf 第7版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
What's in This Book Spread over five chapters, the first portion of the book addresses Perl's basic data types. Chapter 1, covers matters like accessing substrings, expanding function calls in strings, and parsing comma-separated data; it also cover