Skip to content

NCRE dedicated counseling tutorial: two C + + (2013 paperless examination Edition)(Chinese Edition) by YIN JIAN MIN

by YIN JIAN MIN

No image available

NCRE dedicated counseling tutorial: two C + + (2013 paperless examination Edition)(Chinese Edition)

by YIN JIAN MIN

  • New
paperback. New. Ship out in 2 business day, And Fast shipping, Free Tracking number will be provided after the shipment.Paperback. Pub Date: 2013 Pages: 320 Language: Chinese in Publisher: Publishing House of Electronics Industry. National Computer Rank Examination dedicated counseling tutorial: two C + + (2013 paperless examination Edition) organized by the Greek race and education exam College writing content closely linked to the NEEA new examination syllabus. calendar year questions for scientific analysis. research. summarize extracted from. The NCRE dedicated counseling tutorial: two C + + (the 2013 paperless examination Edition) written examination syllabus chapter. exercises accompanying each chapter attached Answers to last. The contents of the various chapters of this tutorial will be reasonable. theory with practice. elaborated from shallow to deep. clear and concise. structured. application-oriented. The book can serve as the the NCRE designated training materials. as well as other staff learning. Concept of Contents: Chapter 1 algorithm and data structure 1.1 algorithm and data structure Overview 1.1.1 algorithm 1.1.2 algorithm complexity 1.1.3 the definition of the data structure representation of the data structure 1.1.4 1.1.5 linear structure with non- linear structure 1.2 linear table 1.2.1 the linear table summarizes 1.2.2 linear table stored sequentially 1.3 stack and queue 1.3.1 stack definition and operation 1.3.2 the queue definition Operations 1.4 linear linked list 1.4.1 the definition and properties of the linear chain storage 1.4.2 doubly linked list structure. its definition of basic arithmetic 1.5 tree binary tree 1.5.1 tree 1.5.2 binary tree the 1.5.3 binary tree traversal 1.6 find technical 1.6.1 order Find 1.6.2 dichotomy Find 1.7 Sequencing Technology 1.8 This chapter Exercises Chapter 2 program design 2.2 2.1 programming method and style structured program design 2.3 object-oriented program design 2.3.1 object-oriented features of 2.3.2 and to instantiated 2.3.3 Message 2.4 This chapter Exercises Chapter 3 Software Engineering Basic 3.1 software engineering basic concepts 3.1.1 software meaning 3.1.2 software engineering concepts 3.2 Structured Analysis 3.2.1 structured analysis method 3.2.2 software requirements specifications 3.3.1 software design of the 3.3-structured design method of the basic content structured design 3.3.3 Summary 3.3.2 Design 3.3.4 Detailed Design 3.4 3.4.1 software testing software testing debugging 3.5 Overview 3.4.2 software testing technology 3.5. the steps 3.5.2 Static Debugging 3.5.3 Dynamic Debugging 3.6 This chapter Exercises Chapter 4 database design basis of 4.1 database basic concepts 4.1.1 Data and Information 4.1.3 4.1.2 data processing. database and database management system database system 4.2 data model of the internal structure of the system development 4.1.4 database systems 4.2.1 Data Model Overview 4.2.2 ER model 4.2.3 Relational Model 4.2.4 Data Manipulation 4.2.5 relationship constraint 4.3 Relational Algebra 4.4 Database Design 4.5 Chapter 5 of this chapter exercises C + + Language Overview 5.1 object-oriented programming test centers: three characteristics of object-oriented programming 5.2 C + + language symbols and vocabulary 5.2.1 test sites 1: C + + language basic symbols 5.2.2 test sites : C + + language vocabulary 5.2.3 test sites: keyword 5.2.4 test sites: identifier 5.2.5 test sites: the literal 5.2.6 test sites 6: 5.2.7 test center operator 7: Punctuation 5.3 C + + program basic framework 5.3.1 test sites: structured programming framework 5.3.2 test sites: object-oriented program design framework 5.4 Visual C + + 6.0 Integrated Development Environment 5.4.1 test sites: the integrated development environment with project 5.4.2 test sites: Standard C + + programming steps 5.4.3 test sites: the standard C + + program to modify step 5.4.4 test sites: basic debugging features 5.5 This chapter Exercises Chapter 6. data types. expressions and basic operations 6.1 C + + data types and their definitions method 6.1.1 test sites: 6.1.2 test sites of the basic types: basic types derived type 6.2 C + + constants definition 6.2.1 test sites 1: literal 6.2.2 test sites: symbolic constants 6.3 C + + variable definition to use 6.3.1 test sites 1 : variable definition 6.3.2 test sites: the use of variables 6.4 Operators and Expressions 6.4.1 test sites: Operators and Expressions concept 6.4.2 test sites 2: assignment operator 6.4.3 test sites: arithmetic operators and arithmetic expressions 6.4.4 test sites: relational operators and relational expressions 6.4.5 test sites: the logical operators and logical expressions 6.4.6 test sites 6: Bitwise of 6.4.7 test sites: other operators 6.4.8 test sites 8: basic statement priority and associativity 6.5 This chapter Exercises Chapter 7 C + + 7.1 C + + basic statement 7.1.1 test sites 1: declaration statements of 7.1.2 test sites 2: the expression statement 7.1.3 test sites: the basic input output statement 7.1 .4 test sites 4: compound statement and a null statement statement 7.2.1 test sites 1. 7.2 if 7.5 while statement: basic if statement 7.2.2 test sites: the if ... else statement the 7.3 switch statement 7.4 for statement 7.6 do ... while statement 7.7 steering statement 7.7 .1 test sites: the eak statement 7.7.2 test sites 2: the continue statement 7.7.3 test sites: the return statement 7.7.4 test sites 4: goto statement 7.8 Select statement and various loop statement nesting 7.8.1 test sites: Select statement nesting 7.8.2 test sites: loop statement nesting 7.8.3 test sites: mixed nested 7.9 This chapter Exercises Chapter 8 array pointers and references 8.1 one-dimensional array the 8.1.1 test sites 1: Array definition 8.1.2 test sites 2: array initialization 8.1.3 test sites 3: access to the array and multidimensional array 8.2 string array of characters 8.2.1 test sites: string definition and storage 8.2.2 test sites: the array of characters and input output 8.3 8.4.2 test sites commonly used string functions 8.3.1 test sites: strlen strcpy8.3.2 test sites 2: strcat strcmp8.3.3 test sites 3: an alias of the strstr and other 8.4 pointers and pointer variables 8.4.1 test sites 1: basic concepts: Pointer array 8.5 referenced test sites: the basic concepts and the use of this section 8.6 of this chapter Exercises Chapter 9 the function 9.1 function definition methods and call the method 10.1.1 test sites 1: 9.2 the 9.1.2 test sites: the function of the definition of the function call function prototype and return Type 9.2.1 test sites 1: 9.3 formal parameters and actual parameters of the function declaration 9.3.1 test sites 1: basic concepts and pass by value 9.3.2 test sites 2: pass the address and communication of the scope of this section refer to 9.4 variable test sites: storage type the basics of 9.5 recursive functions in this section test sites to solve the problem: using recursive 9.6 inline functions in this section test sites: inline functions and macros 9.7 with default parameter values ??of the functions in this section test sites: the definition of default parameter values ??and use 9.8 function overloading this the section test sites: the definition and use of function overloading the 9.9 This chapter Exercises for Chapter 10 Classes and Objects 10.1 class 10.1.1 test sites: 10.1.2 test sites of the class definition: class member access permissions 10.1.3 test sites: classes and structures 10.1.4 test sites 4: 10.1.5 test sites of the definition of the data members: member function definition 10.2 object 10.2.1 test sites: the definition of the object 10.2.2 test sites 2: access object members 10.3 constructor and destructor 10.3. 1 test sites: the definition of the constructor and destructor 10.3.2 test sites 2: the overloaded constructors 10.3.3 test sites 3: 10.4 static member of the copy constructor 10.4.1 test sites: static data members 10.4.2 test sites 2: Static data member initialization 10.4.3 test sites 3: static member function 10.5 ordinary objects and often members 10.5.1 test sites: often object 10.5.2 test sites 2: members 10.5.3 test sites often object: often data members 10.5.4 test sites 4: 10.6.1 test sites often member function pointer of 10.6 this: the definition of the this pointer 10.6.2 test sites 2: friend function pointer with this 10.7 friend function and friend class 10.7.1 test sites: friend function definition 10.7.2 test sites 2: Friends of the metaclass 10.8 object array members object 10.8.1 test sites: Object array 10.8.2 test sites: 10.9 This chapter member objects Exercises 11 Chapter inheritance and derived 11.1 inheritance and derived 11.1.1 of test sites. 1: basic concepts of inheritance and derived 11.1.2 test sites 2: The definition of the derived class 11.1.3 test sites: the derived class constitute 11.2 derived class access members of the base class one 11.2.1 test sites: the derived class members of the base class access permissions 11.2.2 test sites 2: the permission to 11.3 of the derived class. members of the base class derived class constructor and destructor 11.3.1 test sites 1: 11.3.2 test sites of the derived class constructor: the derived class destructor function 11.4 virtual base class ... Satisfaction guaranteed,or money back.
No image available

The Contemporary World Currency Atlas / Chinese Edition; An Album of Contemporary World Currency

by ZHONG GUO REN MIN JIAN SHE YIN HANG HAI NAN SHENG FEN HANG BIAN

  • Used
  • Hardcover
Condition
Used
Binding
Hardcover
ISBN 10 / ISBN 13
9787805415291 / 7805415293
Quantity Available
1
Seller
Winnipeg, Manitoba, Canada
Seller rating:
This seller has earned a 4 of 5 Stars rating from Biblio customers.
Item Price
$30.00

Show Details

Description:
Hainan, People's Republic of China: Hainan People's Publishing House, 1989. Hardcover. pp. 140. Small 4to. Green faux leather boards with gilt lettering to spine and front board. Many black and white and colour photographs illustrating different currencies. Light bumping to spine ends, stamp to contents page otherwise clean and unmarked; very good in good rippled dustjacket. Text in Chinese.
Item Price
$30.00