語系:
繁體中文
English
日文
簡体中文
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Practical C[electronic resource] /
~
SpringerLink (Online service)
Practical C[electronic resource] /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
杜威分類號:
005.133
書名/作者:
Practical C/ by Giulio Zambon.
作者:
Zambon, Giulio.
出版者:
Berkeley, CA : : Apress :, 2016.
面頁冊數:
xv, 469 p. : : ill., digital ;; 24 cm.
Contained By:
Springer eBooks
標題:
C (Computer program language)
標題:
Computer Science.
標題:
Programming Languages, Compilers, Interpreters.
標題:
Programming Techniques.
ISBN:
9781484217696
ISBN:
9781484217689
內容註:
1. Introduction -- 2. Tricky Bits -- 3. Iteration, Recursion, and Binary Trees -- 4. Lists, Queues, and Stacks -- 5. Exception Handling -- 6. String Utilities -- 7. Dynamic Arrays -- 8. Searching -- 9. Sorting -- 10. Numerical Integration -- 11. Embedded Software -- 12. Databases -- 13. Web Server using Mongoose -- 14. Game App: "MathSearch" -- Appendix A: Abbreviations and Acronyms -- Appendix B: Introduction to SQL.
摘要、提要註:
Learn practical C techniques, including often-needed algorithms within reusable functions. In this book, you'll have the following code and advice at your fingertips: layout and pre-processors; control structures, iterations, and selections; pointers and structures; databases; reusability; lists, arrays, FIFO and stacks; searching and sorting; recursion; binary trees; integration; string utilities in/outside of C; web serving using Mongoose; game application code to build a MathSearch puzzle; and embedded software. Besides providing you with modules that you can immediately put to use, Practical C also teaches you how to leverage the C language in a way that beginner books cannot achieve. What You Will Learn: Avoid pitfalls that can cause intractable problems Handle lists and arrays Perform searches and sorts Binary trees Take advantage of recursion Handle exceptions Access databases Calculate integrals using numerical computation with practical applications Deal with strings in a convenient, error-free way Build a MathSearch game application, similar to WordSearch puzzle games Deal with issues specific to embedded applications Who This Book Is For Programmers who have a general knowledge of C.
電子資源:
http://dx.doi.org/10.1007/978-1-4842-1769-6
Practical C[electronic resource] /
Zambon, Giulio.
Practical C
[electronic resource] /by Giulio Zambon. - Berkeley, CA :Apress :2016. - xv, 469 p. :ill., digital ;24 cm.
1. Introduction -- 2. Tricky Bits -- 3. Iteration, Recursion, and Binary Trees -- 4. Lists, Queues, and Stacks -- 5. Exception Handling -- 6. String Utilities -- 7. Dynamic Arrays -- 8. Searching -- 9. Sorting -- 10. Numerical Integration -- 11. Embedded Software -- 12. Databases -- 13. Web Server using Mongoose -- 14. Game App: "MathSearch" -- Appendix A: Abbreviations and Acronyms -- Appendix B: Introduction to SQL.
Learn practical C techniques, including often-needed algorithms within reusable functions. In this book, you'll have the following code and advice at your fingertips: layout and pre-processors; control structures, iterations, and selections; pointers and structures; databases; reusability; lists, arrays, FIFO and stacks; searching and sorting; recursion; binary trees; integration; string utilities in/outside of C; web serving using Mongoose; game application code to build a MathSearch puzzle; and embedded software. Besides providing you with modules that you can immediately put to use, Practical C also teaches you how to leverage the C language in a way that beginner books cannot achieve. What You Will Learn: Avoid pitfalls that can cause intractable problems Handle lists and arrays Perform searches and sorts Binary trees Take advantage of recursion Handle exceptions Access databases Calculate integrals using numerical computation with practical applications Deal with strings in a convenient, error-free way Build a MathSearch game application, similar to WordSearch puzzle games Deal with issues specific to embedded applications Who This Book Is For Programmers who have a general knowledge of C.
ISBN: 9781484217696
Standard No.: 10.1007/978-1-4842-1769-6doiSubjects--Topical Terms:
177341
C (Computer program language)
LC Class. No.: QA76.73.C15
Dewey Class. No.: 005.133
Practical C[electronic resource] /
LDR
:02610nam a2200337 a 4500
001
476772
003
DE-He213
005
20161118064307.0
006
m d
007
cr nn 008maaau
008
181208s2016 cau s 0 eng d
020
$a
9781484217696
$q
(electronic bk.)
020
$a
9781484217689
$q
(paper)
024
7
$a
10.1007/978-1-4842-1769-6
$2
doi
035
$a
978-1-4842-1769-6
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.C15
072
7
$a
UMX
$2
bicssc
072
7
$a
UMC
$2
bicssc
072
7
$a
COM051010
$2
bisacsh
072
7
$a
COM010000
$2
bisacsh
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.C15
$b
Z24 2016
100
1
$a
Zambon, Giulio.
$3
511717
245
1 0
$a
Practical C
$h
[electronic resource] /
$c
by Giulio Zambon.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2016.
300
$a
xv, 469 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1. Introduction -- 2. Tricky Bits -- 3. Iteration, Recursion, and Binary Trees -- 4. Lists, Queues, and Stacks -- 5. Exception Handling -- 6. String Utilities -- 7. Dynamic Arrays -- 8. Searching -- 9. Sorting -- 10. Numerical Integration -- 11. Embedded Software -- 12. Databases -- 13. Web Server using Mongoose -- 14. Game App: "MathSearch" -- Appendix A: Abbreviations and Acronyms -- Appendix B: Introduction to SQL.
520
$a
Learn practical C techniques, including often-needed algorithms within reusable functions. In this book, you'll have the following code and advice at your fingertips: layout and pre-processors; control structures, iterations, and selections; pointers and structures; databases; reusability; lists, arrays, FIFO and stacks; searching and sorting; recursion; binary trees; integration; string utilities in/outside of C; web serving using Mongoose; game application code to build a MathSearch puzzle; and embedded software. Besides providing you with modules that you can immediately put to use, Practical C also teaches you how to leverage the C language in a way that beginner books cannot achieve. What You Will Learn: Avoid pitfalls that can cause intractable problems Handle lists and arrays Perform searches and sorts Binary trees Take advantage of recursion Handle exceptions Access databases Calculate integrals using numerical computation with practical applications Deal with strings in a convenient, error-free way Build a MathSearch game application, similar to WordSearch puzzle games Deal with issues specific to embedded applications Who This Book Is For Programmers who have a general knowledge of C.
650
0
$a
C (Computer program language)
$3
177341
650
1 4
$a
Computer Science.
$3
423143
650
2 4
$a
Programming Languages, Compilers, Interpreters.
$3
466913
650
2 4
$a
Programming Techniques.
$3
466907
710
2
$a
SpringerLink (Online service)
$3
463450
773
0
$t
Springer eBooks
856
4 0
$u
http://dx.doi.org/10.1007/978-1-4842-1769-6
950
$a
Professional and Applied Computing (Springer-12059)
筆 0 讀者評論
多媒體
多媒體檔案
http://dx.doi.org/10.1007/978-1-4842-1769-6
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼
登入