The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 2004 The author of this text applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread control panel to AI-based searches and more.
標簽: McGraw-Hill 0072255129 The Herbert
上傳時間: 2015-07-18
上傳用戶:lx9076
下面的是學C++時要注意的。 1.把C++當成一門新的語言學習(和C沒啥關系!真的。); 2.看《Thinking In C++》,不要看《C++變成死相》; 3.看《The C++ Programming Language》和《Inside The C++ Object Model》,不要因為他們很難而我們自己是初學者所以就不看;
上傳時間: 2013-12-26
上傳用戶:拔絲土豆
ANTLR(ANother Tool for Language Recognition)它是這樣的一種工具,它可以接受詞文法語言描述,并能產生識別這些語言的語句的程序。作為翻譯程序的一部分,你可以使用簡單的操作符和動作來參數化你的文法,使之告訴ANTLR怎樣去創建抽象語法樹(AST)和怎樣產生輸出。ANTLR知道怎樣去生成識別程序,語言包括Java,C++,C#.
標簽: Recognition Language ANother ANTLR
上傳時間: 2013-12-26
上傳用戶:gououo
《C++ 程式語言經典本》,The C++ Programming Language, 3rd edition 中譯本的序、 第一章、 第二章、 第三章、 附錄B的電子檔 此處採用的是由華康科技 所開發的 DynaDoc 格式。 內附DynaDoc 閱覽器
標簽: 程式
上傳時間: 2014-12-06
上傳用戶:LIKE
DETRIN is a C++ library of classification algorithms and other utilities in the field of data mining. We will use standard ISO C++ programming language to develop our project. The goal of DETRIN is to facilitate researchers in the related fields.
標簽: classification algorithms utilities library
上傳時間: 2015-09-11
上傳用戶:l254587896
C++程序設計的圣經,C++之父貝爾實驗室的杰作,The C++ Program Language third special edition(TCPL)是業內公認的C++最具可讀性的圣經級書籍
標簽: 程序設計
上傳時間: 2015-12-28
上傳用戶:cmc_68289287
This book shows how to design and implement C++ software that is more effective: more likely to behave correctly more robust in the face of exceptions more efficient more portable makes better use of language features adapts to change more gracefully works better in a mixed-language environment is easier to use correctly is harder to use incorrectly. In short, software that s just better.
標簽: more effective implement software
上傳時間: 2016-01-04
上傳用戶:huyiming139
f your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.
標簽: application your language shared
上傳時間: 2013-12-24
上傳用戶:thuyenvinh
As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming. For solving this problem, Mathworks provides us C Math Library or in common language, MATLAB API. A developer can employ these APIs to solve engineering problems very fast and easy. This article is about how can use these APIs.
標簽: some engineering limitation language
上傳時間: 2013-12-06
上傳用戶:huql11633
This book enunciates and illustrates features and basic principles of C++. It is aimed at experienced C users who wish to learn C++. It can also be interesting for beginner C++ users who leaved out some possibilities of the language.
標簽: illustrates enunciates principles and
上傳時間: 2014-02-16
上傳用戶:aix008