Food Safety Management: A Practical Guide for the Food Industry is the first book to present an integrated, practical approach to the management of food safety throughout the production chain. While m
Racket is the noble descendant of Lisp, a programming language renowned for its elegance and power. But while Racket retains the functional goodness of Lisp that makes programming purists drool, it wa
In Max/MSP/Jitter for Music, expert author and music technologist V. J. Manzo provides a user-friendly introduction to a powerful programming language that can be used to write custom software for mus
提供C++程式語言的堅實基礎,內容不僅涵蓋最基本的語法,也深入探討物件導向的主要精神。? 內附超過180個範例程式,全部經過最新的C++編譯器測試,包括:Microsoft Visual Studio 2008,以及Borland C++ Builder Compiler 5.5.1。? 本書深度廣度兼備,提供了極佳的學習步調,和連貫的先後次序,敘述方式主軸明顯,讀者不會被枝節所擾而混
本書在系統介紹C++/CLI編程基礎和C++/CLI面向對象編程基礎上,介紹在Visual Studio 2010(中文版)平臺下,采用C++/CLI編寫應用程序方法。包括Windows Forms編程基礎、文件與數據串行化、GDI+編程基礎、多線程編程技術、網絡應用編程和數據庫應用編程。包括教程、實驗和綜合實習。
本書所介紹的物件導向 ANSI-C 語言並不是一個新的語言,它只運用單純 ANSI-C 語言的巨集(Macro)技巧,實現了物件導向的基本技術,讓系統分析與設計階段的 UML 模型能與 C 程式緊密對應,以提升 C 程式的品質。此外,這些巨集在編譯階段就被翻譯為單純 Keil C 程式碼了,仍然保持其單純 Keil C 的高效率,符合嵌入式軟體環境之需要。 本書第二版新增了兩章關於資料結構部份,