Welcome![Sign In][Sign Up]
Location:
Search - arrays c

Search list

[OtherThe C Programming Language-C语言详解英文版

Description: 这是一本讲解C语言的书,是英文编写,十分经典,是大部分公司的新职员入职之前必须要看的书籍之一,很多公司都以它作为培训教材,帮助你更快了解C语言的奥妙。 Contents l Preface l Preface to the first edition l Introduction 1. Chapter 1: A Tutorial Introduction 1. Getting Started 2. Variables and Arithmetic Expressions 3. The for statement 4. Symbolic Constants 5. Character Input and Output 1. File Copying 2. Character Counting 3. Line Counting 4. Word Counting 6. Arrays 7. Functions 8. Arguments - Call by Value 9. Character Arrays 10. External Variables and Scope 2. Chapter 2: Types, Operators and Expressions 1. Variable Names 2. Data Types and Sizes 3. Constants 4. Declarations 5. Arithmetic Operators 6. Relational and Logical Operators 7. Type Conversions 8. Increment and Decrement Operators 9. Bitwise Operators 10. Assignment Operators and Expressions 11. Conditional Expressions 12. Precedence and Order of Evaluation 3. Chapter 3: Control Flow 1. Statements and Blocks 2. If-Else 3. Else-If 4. Switch 5. Loops - While and For 6. Loops - Do-While 7. Break and Continue 8. Goto and labels 4. Chapter 4: Functions and Program Structure 1. Basics of Functions 2. Functions Returning Non-integers 3. External Variables 4. Scope Rules 5. Header Files 6. Static Variables 7. Register Variables 8. Block Structure 9. Initialization 10. Recursion 11. The C Preprocessor 1. File Inclusion 2. Macro Substitution 3. Conditional Inclusion 5. Chapter 5: Pointers and Arrays 1. Pointers and Addresses 2. Pointers and Function Arguments 3. Pointers and Arrays 4. Address Arithmetic 5. Character Pointers and Functions 6. Pointer Arrays; Pointers to Pointers 7. Multi-dimensional Arrays 8. Initialization of Pointer Arrays 9. Pointers vs. Multi-dimensional Arrays 10. Command-line Arguments 11. Pointers to Functions 12. Complicated Declarations 6. Chapter 6: Structures 1. Basics of Structures 2. Structures and Functions 3. Arrays of Structures 4. Pointers to Structures 5. Self-referential Structures 6. Table Lookup 7. Typedef 8. Unions 9. Bit-fields 7. Chapter 7: Input and Output 1. Standard Input and Output 2. Formatted Output - printf 3. Variable-length Argument Lists 4. Formatted Input - Scanf 5. File Access 6. Error Handling - Stderr and Exit 7. Line Input and Output 8. Miscellaneous Functions 1. String Operations 2. Character Class Testing and Conversion 3. Ungetc 4. Command Execution 5. Storage Management 6. Mathematical Functions 7. Random Number generation 8. Chapter 8: The UNIX System Interface 1. File Descriptors 2. Low Level I/O - Read and Write 3. Open, Creat, Close, Unlink 4. Random Access - Lseek 5. Example - An implementation of Fopen and Getc 6. Example - Listing Directories 7. Example - A Storage Allocator l Appendix A: Reference Manual 1. Introduction 2. Lexical Conventions 3. Syntax Notation 4. Meaning of Identifiers 5. Objects and Lvalues 6. Conversions 7. Expressions 8. Declarations 9. Statements 10. External Declarations 11. Scope and Linkage 12. Preprocessor 13. Grammar l Appendix B: Standard Library 1. Input and Output: 1. File Operations 2. Formatted Output 3. Formatted Input 4. Character Input and Output Functions 5. Direct Input and Output Functions 6. File Positioning Functions 7. Error Functions 2. Character Class Tests: 3. String Functions: 4. Mathematical Functions: 5. Utility Functions: 6. Diagnostics: 7. Variable Argument Lists: 8. Non-local Jumps: 9. Signals: 10. Date and Time Functions: 11. Implementation-defined Limits: and l Appendix C: Summary of Changes
Platform: | Size: 570630 | Author: wukoo0901@qq.com | Hits:

[VC/MFCTeach Yourself C in 21 Days

Description: Join the leagues of thousands of programmers and learn C++ from some of the best. The fifth edition of the best seller Sams Teach Yourself C++ in 21 Days, written by Jesse Liberty, a well-known C++ and C# programming manual author and Bradley L. Jones, manager for a number of high profiler developer websites, has been updated to the new ANSI/ISO C++ Standard. This is an excellent hands-on guide for the beginning programmer. Packed with examples of syntax and detailed analysis of code, fundamentals such as managing I/O, loops, arrays and creating C++ applications are all covered in the 21 easy-to-follow lessons. You will also be given access to a website that will provide you will all the source code examples developed in the book as a practice tool. C++ is the preferred language for millions of developers-make Sams Teach Yourself the preferred way to learn it!
Platform: | Size: 337908 | Author: eddieonrobot | Hits:

[File FormatC语言难点分析整理

Description: 这篇文章主要是介绍一些在复习C语言的过程中笔者个人认为比较重点的地方,较好的掌握这些重点会使对C的运用更加得心应手。此外会包括一些细节、易错的地方。涉及的主要内容包括:变量的作用域和存储类别、函数、数组、字符串、指针、文件、链表等。一些最基本的概念在此就不多作解释了,仅希望能有只言片语给同是C语言初学者的学习和上机过程提供一点点的帮助。 -this article is to introduce some major review of the C language in the process I personally think that a more focused, a better grasp of these focus on C will be used more handy. In addition will include some of the details, error-prone areas. The main contents include : Scope of Variables and storage types, functions, arrays, string, target, document, etc. List. Some of the most basic concepts in this no more explanation. only hope to be able to pieces with the C language learners and the learning process on the plane for a little bit of help.
Platform: | Size: 6144 | Author: 赵东生 | Hits:

[Algorithmc++_class_matrix

Description: 完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup, copy structure, initialization, distribution matrix of data memory, All the home 0 to initialize arrays of arrays installed matrix elements of value, be aware of the value elements, Access Matrix number, access to the Matrix a few, access to the data matrix, the designated access vector, The designated access vector, heavy Operators =, operator == heavy, heavy load Operators! =, heavy Operators, Heavy Operators- Heavy Operators multiply*, heavy Operators matrix multiplication* matrix transpose.
Platform: | Size: 3072 | Author: dingdong | Hits:

[VC/MFCC

Description: C语言程序设计 讲述了C语言的基本知识,函数,数组以及基本的程序设计方法。-C Programming Language describes the basic knowledge of C language, functions, arrays and basic program design methods.
Platform: | Size: 3093504 | Author: 020 | Hits:

[Windows DevelopARRAYS

Description: C语言对各种数组的处理,包含数组的各种操作,都是具体的小例子,适合初学者-C-treatment of a variety of arrays, including arrays of various operations are small examples of a specific, suitable for beginners
Platform: | Size: 13312 | Author: 刘振中 | Hits:

[VC/MFCc

Description: C语言教程 一、概述 上 下 二、变量和常量 三、运算符 四、表达式和语句 五、编写第一个C语言程序 六、条件语句 七、循环语句和循环控制 八、数组 九、多维... -C language tutorial an overview of up and down two, variables and constants 3, 4 operators, expressions and statements 5, a C language program to prepare the first six or seven conditional statements, loop statements and loop control of eight or nine arrays, multi-dimensional ...
Platform: | Size: 6161408 | Author: 表格 | Hits:

[VC/MFCAbsolute.C.plus.plus

Description: C++ programming concepts and techniques are presented in a straightforward style using understandable language and code. KEY TOPICS: C++ Basics Flow of Control Function Basics Parameters and Overloading Arrays Structures and Classes Constructors Operator Overloading, Friends, and References Strings Pointers and Dynamic Arrays Separate Compilation and Namespaces Streams and File I/O Recursion Inheritance Polymorphism and Virtual Functions Templates Linked Data Structures Exception Handling Standard Template Library Patterns and UML. MARKET: Useful for both beginning and intermediate C++ programmers. -C++ programming concepts and techniques are presented in a straightforward style using understandable language and code. KEY TOPICS: C++ Basics Flow of Control Function Basics Parameters and Overloading Arrays Structures and Classes Constructors Operator Overloading, Friends, and References Strings Pointers and Dynamic Arrays Separate Compilation and Namespaces Streams and File I/O Recursion Inheritance Polymorphism and Virtual Functions Templates Linked Data Structures Exception Handling Standard Template Library Patterns and UML. MARKET: Useful for both beginning and intermediate C++ programmers.
Platform: | Size: 5194752 | Author: nclk | Hits:

[OtherC

Description: Introduction 2. Basic C, Operations, Types, Storage Classes 3. Functions, Preprocessor 4. Input/Output, File Input/Output Section 2: Data Structures in C 1. Pointers 2. Arrays 3. Dynamic Memory Allocation 4. Strings 5. Structures 6. Linked Lists, Trees, Hash Tables Section 3: Appendix 1. Make and Makefiles 2. Debugging Techniques 3. Creating Libraries 4. Programming Tips and Tricks
Platform: | Size: 111616 | Author: venkata ramana | Hits:

[Mathimatics-Numerical algorithmsAlgorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

Description: 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序方法的性能特征。第四部分“搜索”(第12~16章)在进一步讲解符号表、树等抽象数据类型的基础上,重点讨论哈希方法、基数搜索以及外部搜索方法。-This particular book, Parts 1-4, represents the essential first half of Sedgewick s complete work. It provides extensive coverage of fundamental data structures and algorithms for sorting, searching, and related applications. The algorithms and data structures are expressed in concise implementations in C, so that you can both appreciate their fundamental properties and test them on real applications. Of course, the substance of the book applies to programming in any language. Highlights * Expanded coverage of arrays, linked lists, strings, trees, and other basic data structures * Greater emphasis on abstract data types (ADTs) than in previous editions * Over 100 algorithms for sorting, selection, priority queue ADT implementations, and symbol table ADT (searching) implementations * New implementations of binomial queues, multiway radix sorting, Batcher s sorting networks, randomized BSTs, splay trees, skip lists, multiway tries, and much more * Increased quantit
Platform: | Size: 19883008 | Author: wang | Hits:

[CSharparrays

Description: arrays数组的使用示例,介绍数组在C#中的应用,使用过程。-Examples of arrays.Arrays Sample This sample describes and shows how arrays work in C#. See Arrays (C# Programming Guide) for more information. Security Note This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended.
Platform: | Size: 3072 | Author: dongdong | Hits:

[Windows DevelopThe-C-programming-Language-

Description: 《C程序设计语言》是由C语言的设计者Dennis M. Ritchie和著名计算机科学家Brian W. Kernighan编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -"C Programming Language"by the C language, and the famous designer Dennis M. Ritchie Brian W. Kernighan computer scientist describes the preparation of a standard C language and programming methodology of the authority of the classics. Comprehensively and systematically about the various characteristics of C language and the basic method of programming, including basic concepts, types and expressions, control flow, function and program structure, pointers and arrays, structure, input and output, UNIX system interface, the standard Library and so on.
Platform: | Size: 6396928 | Author: cl | Hits:

[VC/MFCCPP-Arrays

Description: C++ Arrays C++ Arrays-C++ Arrays C++ Arrays C++ Arrays
Platform: | Size: 33792 | Author: man | Hits:

[DocumentsC语言课件

Description: 本文主要介绍c语言的入门知识,包括语法,数组,指针,语句控制结构等(This article introduces the introductory knowledge of C language, including syntax, arrays, pointers, statements, control structures, etc..)
Platform: | Size: 9987072 | Author: lm521 | Hits:

[source in ebookC经典程序

Description: 最基础的C语言程序,覆盖输入输出操作,数组,函数,指针,文件等,很典型。(The most basic C language program, covering the input and output operations, arrays, functions, pointers, documents, etc., is very typical.)
Platform: | Size: 167936 | Author: Cason | Hits:

[Booksc专家编程

Description: 《C专家编程》展示了最优秀的C程序员所使用的编码技巧,并专门开辟了一章对C++的基础知识进行了介绍。书中C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及如何进一步学习C++等问题进行了细致的讲解和深入的分析。全书撷取几十个实例进行讲解,对C程序员具有非常高的实用价值。本书可以帮助有一定经验的C程序员成为C编程方面的专家,对于具备相当的C语言基础的程序员,本书可以帮助他们站在C的高度了解和学习C++。(C expert programming shows the coding skills used by the best C programmers, and specifically opens up a chapter on the basic knowledge of C++ introduced. The history, language features, statements, arrays, pointers, links, runtime, memory, and how to further learn C++ are explained and analyzed in detail in the book C. The book captured dozens of examples to explain, has very high practical value for C programmers. This book can help some experienced C programmers to become experts in C programming, for programmers with considerable C language foundation, this book can help them stand in the height of C understanding and learning C++.)
Platform: | Size: 13530112 | Author: EdenMMR | Hits:

[Software Engineering你必须知道的495个C语言问题

Description: 书中列出了C用户经常问的400多个经典问题,涵盖了初始化、数组、指针、字符串、内存分配、库函数、C预处理器等各个方面的主题,并分别给出了解答,而且结合代码示例阐明要点。(The book lists more than 400 classic questions that C users often ask, covering topics such as initialization, arrays, pointers, strings, memory allocation, library functions, C preprocessor and so on, and gives answers respectively, and illustrates the main points with code examples.)
Platform: | Size: 17289216 | Author: Ha7 | Hits:

[DocumentsC专家编程

Description: 本书撷取了几十个实例,细致、深入地讲解了C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及分析了如何进一步学习C++等问题。(This book captures dozens of examples, detailed and in-depth explanation of the history of C, language features, statements, arrays, pointers, links, runtime, memory, and how to further study C++ and other issues.)
Platform: | Size: 56619008 | Author: Ha7 | Hits:

[OtherArrays

Description: Homework about how to use arrays in C++
Platform: | Size: 5084160 | Author: mpho5772 | Hits:

[Data structsc语言入门代码

Description: c语言入门的相关代码 包含了循环,数组,指针,文件,结构等基本知识(Relevant code for the introduction of C language It contains basic knowledge of loops, arrays, pointers, files, structures, and so on)
Platform: | Size: 8192 | Author: deep dark fantasy | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net