搜索结果
找到约 41,172 项符合
C-Language 的查询结果
VC书籍 The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 2004 The author of
The Art of C++
by Herbert Schildt ISBN:0072255129
McGraw-Hill/Osborne &copy 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 contr ...
电子书籍 下面的是学C++时要注意的。 1.把C++当成一门新的语言学习(和C没啥关系!真的。); 2.看《Thinking In C++》
下面的是学C++时要注意的。
1.把C++当成一门新的语言学习(和C没啥关系!真的。);
2.看《Thinking In C++》,不要看《C++变成死相》;
3.看《The C++ Programming Language》和《Inside The C++ Object
Model》,不要因为他们很难而我们自己是初学者所以就不看; ...
编译器/解释器 ANTLR(ANother Tool for Language Recognition)它是这样的一种工具
ANTLR(ANother Tool for Language Recognition)它是这样的一种工具,它可以接受词文法语言描述,并能产生识别这些语言的语句的程序。作为翻译程序的一部分,你可以使用简单的操作符和动作来参数化你的文法,使之告诉ANTLR怎样去创建抽象语法树(AST)和怎样产生输出。ANTLR知道怎样去生成识别程序,语言包括Java,C++,C#. ...
VC书籍 《C++ 程式語言經典本》
《C++ 程式語言經典本》,The C++ Programming Language, 3rd edition 中譯本的序、 第一章、 第二章、 第三章、 附錄B的電子檔
此處採用的是由華康科技 所開發的 DynaDoc 格式。 內附DynaDoc 閱覽器
人工智能/神经网络 DETRIN is a C++ library of classification algorithms and other utilities in the field of data mining
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.
其他书籍 C++程序设计的圣经
C++程序设计的圣经,C++之父贝尔实验室的杰作,The C++ Program Language third special edition(TCPL)是业内公认的C++最具可读性的圣经级书籍
其他书籍 This book shows how to design and implement C++ software that is more effective: more likely to beha
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 e ...
其他数据库 f your application uses MFC in a shared DLL, and your application is in a language other than the
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 t ...
其他 As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some task
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 ...
电子书籍 This book enunciates and illustrates features and basic principles of C++. It is aimed at experienc
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.