Location:
Search - C you
Search list
Description: Developing Embedded Software in C,英文原版的,嵌入式开发的c。看了一定有收获的。-Developing Embedded Software in C,English Edition,emdeded develop c,you may get a lot
Platform: |
Size: 637421 |
Author: 闻丰 |
Hits:
Description: c++剖析详细地讲述了c__中的底层秘密,比较适合于对c++you有一定基础的读者-c analyze detailed account of the bottom c__ secret, more suited to the c you a basis of readers
Platform: |
Size: 2813430 |
Author: 武姗 |
Hits:
Description: 这是一个PL0.c,各位可以考虑下载,希望-PL0.c, you may consider downloading hope
Platform: |
Size: 4979 |
Author: 刘杨 |
Hits:
Description: another good tutorial of c++,you want to be more excellent?do not miss this !
Platform: |
Size: 1574288 |
Author: 姬宝金 |
Hits:
Description: This book is for you if
You re no \"dummy,\" and you need to get quickly up to speed in intermediate to advanced C++
You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going
You ve had an introductory C++ course, but you ve found that you still can t follow your colleagues when they re describing their C++ designs and code
You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs
You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again
C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author s trademark incisive, engaging style.
Platform: |
Size: 497412 |
Author: Conan |
Hits:
Description: ========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : MyGina
========================================================================
AppWizard has created this MyGina DLL for you. This DLL not only
demonstrates the basics of using the Microsoft Foundation classes but
is also a starting point for writing your DLL.
This file contains a summary of what you will find in each of the files that
make up your MyGina DLL.
MyGina.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
MyGina.h
This is the main header file for the DLL. It declares the
CMyGinaApp class.
MyGina.cpp
This is the main DLL source file. It contains the class CMyGinaApp.
MyGina.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
MyGina.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\MyGina.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
MyGina.def
This file contains information about the DLL that must be
provided to run with Microsoft Windows. It defines parameters
such as the name and description of the DLL. It also exports
functions from the DLL.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named MyGina.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
/////////////////////////////////////////////////////////////////////////////
Platform: |
Size: 79845 |
Author: mw@nwnu.edu.cn |
Hits:
Description: 一个完整的C编译器源代码,
可以编译出windows下可执行的exe文件,程序不大,总共不到2w行代码,是学习C编译器的好例子。
Features
* SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker).
* FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC.
* UNLIMITED! Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself.
* SAFE! tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code.
* Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included.
* C script supported : just add '#!/usr/local/bin/tcc -run' at the first line of your C source, and execute it directly from the command line.
* With libtcc, you can use TCC as a backend for dynamic code generation.
Platform: |
Size: 382914 |
Author: wukercheng@yahoo.com.cn |
Hits:
Description: Join the leagues of thousands of programmers and learn C++ from some of the best. The fifth edition of the best seller Sams Teach Yourself C++ in 21 Days, written by Jesse Liberty, a well-known C++ and C# programming manual author and Bradley L. Jones, manager for a number of high profiler developer websites, has been updated to the new ANSI/ISO C++ Standard. This is an excellent hands-on guide for the beginning programmer. Packed with examples of syntax and detailed analysis of code, fundamentals such as managing I/O, loops, arrays and creating C++ applications are all covered in the 21 easy-to-follow lessons. You will also be given access to a website that will provide you will all the source code examples developed in the book as a practice tool. C++ is the preferred language for millions of developers-make Sams Teach Yourself the preferred way to learn it!
Platform: |
Size: 337908 |
Author: eddieonrobot |
Hits:
Description: C++ in a Nutshell is a langauge reference manual. It is not a tutorial. It is not for beginners. It is a concise, to-the-point reference for professionals and other serious programmers. C++ in a Nutshell is not a comprehensive reference for the entire C++ language, in all its intricacies and complexities. Instead, I focus on what is most important to the working professional. If you feel that I have included too many irrelevant details or omitted too much important information, please let me know. Chapters 12 and 13 form the bulk of the book. Chapter 12 is an alphabetical reference for all the language keywords and constructs. Chapter 13 is a reference for the entire runtime library, organized alphabetically by header, and within each section, alphabetically by type, function, macro, or other name. An alphabetical reference is not always the best way to present information, though. The first 8 chapters, therefore, cover the language organized by topic. Chapters 9 through 11 introduce the standard library. Finally, the appendix includes brief introductions to some compilers, libraries, and interesting C++ projects, such as Boost and Loki.
Platform: |
Size: 356783 |
Author: simonhexf |
Hits:
Description: 这是一个非常全面的 C 语言常见问题解答的电子版资料,你可以在本程序中寻找到 TC 中绝大多数问题的答案。 -This is a very comprehensive C language FAQ electronic version of the information, you can find the procedure to TC majority of the answers.
Platform: |
Size: 103424 |
Author: 李金明 |
Hits:
Description: c++经典书籍大全,学完以上书籍,你就是C++高手-c classic books Daquan, at the end of these books, if you master C
Platform: |
Size: 2048 |
Author: 胡书元 |
Hits:
Description: 学习了这些基本够用了.-It is enough for you if you have learned these!
Platform: |
Size: 316416 |
Author: 文渲 |
Hits:
Description: C++多线程编程,内容详实,例子丰富,绝对能够很快提高你的编程水平!-C multithreaded programming, informative, rich examples, absolutely you can quickly raise the programming level!
Platform: |
Size: 27332608 |
Author: 马 |
Hits:
Description: 一个c#的聊天程序,可以私聊,集体聊,我觉的很经典,适合初学者-a chat program, you may Private Chat, collective chat about, I think the classic, suitable for beginners
Platform: |
Size: 89088 |
Author: 请不要用公用帐号上载 |
Hits:
Description: C++的课件感觉上不错 发给大家-C courseware feels good to you
Platform: |
Size: 587776 |
Author: 林永铄 |
Hits:
Description: Developing Embedded Software in C,英文原版的,嵌入式开发的c。看了一定有收获的。-Developing Embedded Software in C,English Edition,emdeded develop c,you may get a lot
Platform: |
Size: 636928 |
Author: 闻丰 |
Hits:
Description: 这是一个PL0.c,各位可以考虑下载,希望-PL0.c, you may consider downloading hope
Platform: |
Size: 5120 |
Author: 刘杨 |
Hits:
Description: C是C++的基础,C++语言和C语言在很多方面是兼容的。因此,掌握了C语言,再进一步学习C++就能以一种熟悉的语法来学习面向对象的语言,从而达到事半功倍的目的。(However, C is the foundation of C++, and the C++ language and the C language are compatible in many ways. Therefore, mastering the C language, and further learning C++, you can learn the object-oriented language in a familiar grammar, so as to achieve the goal of twice the effort with half the effort.)
Platform: |
Size: 1257472 |
Author: 卿乔
|
Hits:
Description: C#入门必看的实例程序100个经典案例,对初学c#的各位相信会有助益(C# entry must see examples of procedures, 100 classic cases, for beginners c# you believe it will help)
Platform: |
Size: 3751936 |
Author: kewang
|
Hits:
Description: 时至今日,C++仍然是计算机编程领域的经典语言之一。它不再是当初
的样子,稚嫩偶显笨拙,在C++标准委员会的雕琢下,日臻完善。希望
当初熬夜学习C++的你我,能跳出偏见,重新审视下这位老朋友!(Today, C++ is still one of the classic languages in the field of computer programming. It is no longer the beginning
The appearance of the young, even clumsy, in the C++ Standard Committee under the refinement, improving day by day. hope
When you stayed up late to study C++, you and I could jump out of the prejudice and look at the old friend again!)
Platform: |
Size: 5450752 |
Author: Z123654C
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»