Welcome![Sign In][Sign Up]
Location:
Search - ANSI c c

Search list

[Other resourceANSI-ISO.C++.Professional.Programmers.Handbook

Description: c和c++编程人员必学的手册,为国际通用的c和c++标准,编程人员必须遵守的规范
Platform: | Size: 692141 | Author: 天下无雪 | Hits:

[Other resourceObject-oriented.Programming.with.ANSI-C

Description: Object-oriented.Programming.with.ANSI-C很经典哦-Object-oriented.Programming.with.ANS I-C classic oh
Platform: | Size: 926804 | Author: wood | Hits:

[ELanguageansi.c.grammar

Description: C语言的lex\\Yacc文法实现,在linux\\Unix的shell中直接可以生成所有的文件。Unix下可以直接使用lex和Yacc生成可执行程序。-C language lex \\ Yacc grammar realized, In linux \\ Unix shell can be directly generated all the documents. Unix can be used directly lex and Yacc generating executable programs.
Platform: | Size: 7639 | Author: 123456 | Hits:

[Other resourcec++_primer_plus4

Description: C++是在C语言的基础上开发的一种集面向对象编程、通用编程和传统的过程性编程于一体的编程语言,是C语言的超集。本书是根据1998年的ISO/ANSI C++标准编写的,通过大量短小精悍的程序详细而全面地阐述了C++的基本概念和技术。 全书分17章和10个附录。分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表达式、分支语句和逻辑操作符、函数重载和函数模板、内存模型和名称空间、类的设计和使用、多态、虚函数、动态内存分配、继承、代码重用、友元、异常处理技术、string类和标准模板库、输入/输出等内容。 本书针对的是C++初学者,书中从C语言基础知识开始介绍,然后在此基础上详细阐述C++新增的特性,因此不要求读者有C语言方面的背景知识。本书可作为大中院校教授C++课程的教材,也可供初学者自学C++时使用。
Platform: | Size: 14508652 | Author: 王刚 | Hits:

[BooksC++ Primer

Description: C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。
Platform: | Size: 33452447 | Author: 857353727@qq.com | Hits:

[Voice CompressITU-T G.729 Source code ITU-T G.729 Annex B ANSI-

Description: ITU-T G.729 Source code ITU-T G.729 Annex B ANSI-C Source Code
Platform: | Size: 98304 | Author: 叶春 | Hits:

[Documentsansi

Description: ansi c, 标准C的一些源码-ansi c, the standard C source
Platform: | Size: 47104 | Author: 请不要用公用帐号上载 | Hits:

[GUI Develop便携式ANSI C用户界面开发程序库

Description: C是多么经典,要开发图形用户界面吗?给出你一个参考,试一试这个吧,会给你灵感的.-C is how classic, to develop graphical user interface yet given you a reference, try the bar, to give you inspiration.
Platform: | Size: 232448 | Author: 周禄均 | Hits:

[OtherANSI-ISO.C++.Professional.Programmers.Handbook

Description: c和c++编程人员必学的手册,为国际通用的c和c++标准,编程人员必须遵守的规范-c and c++ programmers must learn the manual, for the international generic c and c++ standards, programmers must comply with the norms
Platform: | Size: 692224 | Author: 天下无雪 | Hits:

[Software EngineeringObject-oriented.Programming.with.ANSI-C

Description: Object-oriented.Programming.with.ANSI-C很经典哦-Object-oriented.Programming.with.ANS I-C classic oh
Platform: | Size: 926720 | Author: wood | Hits:

[OtherC_Trap_and_Pitfalls

Description: 有一本讲述C语言的书,自出版以来,历经14载,它一直都被各个书评站点(或书评人)列入“重点推荐”   的清单中。尤为夸张的是,14年来,在它的18次印刷版本中,除去第二次印刷稍微修改过一些问题,以后的17   次印刷,我们居然发现它的内容没有丝毫的变更!!!对于技术书籍,我想其精确性与权威性也算是奇迹了吧。   这就是Andrew Koenig给我们带来的C Traps and Pitfalls(《C陷阱与缺陷》)。 非常经典的书籍! 强烈推荐阅读! 作者简介: Andrew Koenig   AT&T大规模程序研发部(前贝尔实验室)成员。他从1986年开始从事C语言的研究,1977年加入贝尔实验室。他编写了一些早期的类库,并在1988年组织召开了第一个完全意义上的C++会议。在ISO/ANSI C++委员会成立的1989年,他就加入了该委员会,并一直担任项目编辑。他已经发表了C++方面的100多篇论文,在Addsion-Wesley出版了C Trap and Pitfalls,还应邀到世界各地演讲。 -is a C language on the book since its publication, after 14 years, It has been praised by the various sites (or book review) included in the "key recommendation" to the list. Particularly exaggerated, 14, in its 18th printing version, remove the second printing of some slight changes, After the 17th printing, we actually found its contents have not the slightest change! ! ! For technical books, I think its accuracy and authority has considered it a miracle. Andrew Koenig This is brought to us by the C Traps and Pitfalls ( "C traps and deficiencies"). Very classic books! Strongly recommend reading! Author : Andrew Koenig AT
Platform: | Size: 4912128 | Author: 王化 | Hits:

[ELanguageansi.c.grammar

Description: C语言的lex\Yacc文法实现,在linux\Unix的shell中直接可以生成所有的文件。Unix下可以直接使用lex和Yacc生成可执行程序。-C language lex \ Yacc grammar realized, In linux \ Unix shell can be directly generated all the documents. Unix can be used directly lex and Yacc generating executable programs.
Platform: | Size: 7168 | Author: 123456 | Hits:

[VC/MFCc++_primer_plus4

Description: C++是在C语言的基础上开发的一种集面向对象编程、通用编程和传统的过程性编程于一体的编程语言,是C语言的超集。本书是根据1998年的ISO/ANSI C++标准编写的,通过大量短小精悍的程序详细而全面地阐述了C++的基本概念和技术。 全书分17章和10个附录。分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表达式、分支语句和逻辑操作符、函数重载和函数模板、内存模型和名称空间、类的设计和使用、多态、虚函数、动态内存分配、继承、代码重用、友元、异常处理技术、string类和标准模板库、输入/输出等内容。 本书针对的是C++初学者,书中从C语言基础知识开始介绍,然后在此基础上详细阐述C++新增的特性,因此不要求读者有C语言方面的背景知识。本书可作为大中院校教授C++课程的教材,也可供初学者自学C++时使用。
Platform: | Size: 14509056 | Author: | Hits:

[VC/MFCcode_of_ooc

Description: Object-Oriented Programming With ANSI-C这本书中的源代码!找了很久,好不容易找到的,给大家分享一下,提供了C面向对象的方法,书本可以网上下载!-Object-Oriented Programming With ANSI-C the book
Platform: | Size: 178176 | Author: 陈建华 | Hits:

[Linux-Unixansi-c-standard

Description: ansi c standard,希望对大家有帮助-ansi c standard, we hope to help
Platform: | Size: 1007616 | Author: hjp9221 | Hits:

[OtherANSIC

Description: ANSI C 标准详解 主要是标准C基础语法讲解,-ANSI C standard
Platform: | Size: 25310208 | Author: wft | Hits:

[ELanguageansi.c.grammar.tar

Description: ANSI-C语法的lex和yacc specification,可以用于编译器构建。-ANSI-C syntax of lex and yacc specification, can be used to build a compiler.
Platform: | Size: 3072 | Author: qsort | Hits:

[VC/MFCANSI-C-standard

Description: ANSI-C中文pdf版标准。有时候需要看看标准才能发现问题。-English pdf version of ANSI-C standard. Sometimes need to look at standards in order to find the problem.
Platform: | Size: 25312256 | Author: 猪猪 | Hits:

[Linux-Unixc语言编译器源码

Description: c语言编译器源码 可以学习编译的设计 ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 代码结构清晰直观,有比较详细的中文文档讲述它的实现 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度,最后手写了一个简单的代码生成器)
Platform: | Size: 380043 | Author: luoye292 | Hits:

[VC/MFCC++ Primer Plus第6版中文版源代码

Description: C++是在 C 语言基础上开发的一种集面向对象编程、泛型编程和过程化编程于一体的编程语言,是C语言的超集。《C++ Primer Plus(第6版)中文版》是根据2003年的ISO/ANSI C++标准编写的,通过大量短小精悍的程序详细而全面地阐述了 C++的基本概念和技术,并专辟一章介绍了C++11新增的功能。全书分18章和10个附录。分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表达式、分支语句和逻辑运算符、函数重载和函数模板、内存模型和名称空间、类的设计和使用、多态、虚函数、动态内存分配、继承、代码重用、友元、异常处理技术、string类和标准模板库、输入/输出、C++11新增功能等内容。(C++ is a set of object-oriented programming, generic programming and programming process in one programming language based on C language, is a superset of the C language. "C++ Primer Plus (Sixth Edition) Chinese edition" is written according to the 2003 ISO/ANSI C++ standard, through a large number of small program detailed and comprehensive exposition of the basic concepts and techniques of C++, and a special chapter introduces C++11 new features. The book is divided into 18 chapters and 10 appendices. The thesis introduces C++ program operation mode, the basic data types, complex data types, circulation and relationship between expressions, branches and logical operators, function overloading and function template, memory model and namespace, class design and use, polymorphism and virtual functions, dynamic memory allocation, inheritance, code reuse, friend, exception handling string technology, and the standard template library, input / output, C++11 new function.)
Platform: | Size: 168960 | Author: 王寒桥 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net