CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Make
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Make - List
[
VC/MFC
]
Visual c++ 实践与提高
DL : 0
Visual c++ 实践与提高——图形和图像编程片是一本用vc实现图形图像的使用参考书,对初学vc图像编程人员有很大的帮助。-Visual Practice and improve -- graphics and images Programming is a film with graphic images vc make the with reference books for beginners vc images programmers will be very helpful.
Date
: 2010-06-29
Size
: 37.35mb
User
:
李一凡
[
VC/MFC
]
The C++ Programming Language Special 3rd Edition.pdf
DL : 0
This book presents every major C++ language feature and the standard library. It is organized around language and library facilities. However, features are presented in the context of their use. That is, the focus is on the language as the tool for design and programming rather than on the language in itself. This book demonstrates key techniques that make C++ effective and teaches the fundamental concepts necessary for mastery. Except where illustrating technicalities, examples are taken from the domain of systems software. A companion, The Annotated C++ Language Standard, presents the complete language definition together with annotations to make it more comprehensible. The primary aim of this book is to help the reader understand how the facilities offered by C++ support key programming techniques. The aim is to take the reader far beyond the point where he or she gets code running primarily by copying examples and emulating programming styles from other languages. Only a good understanding of the ideas behind the language facilities leads to mastery. Supplemented by implementation documentation, the information provided is sufficient for completing significant realworld projects. The hope is that this book will help the reader gain new insights and become a better programmer and designer.
Date
: 2011-02-19
Size
: 2.78mb
User
:
koqingyu@foxmail.com
[
VC/MFC
]
GNU make 中文手册
DL : 0
GNU make 中文手册.pdf
Date
: 2011-04-20
Size
: 880.15kb
User
:
huotuxiangsheng
[
VC/MFC
]
Teach Yourself C in 21 Days
DL : 0
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!
Date
: 2011-06-09
Size
: 329.99kb
User
:
eddieonrobot
[
VC/MFC
]
cpp_faqs
DL : 0
This second edition reflects the help and advice of many people. We are particularly indebted to Bjarne Stroustrup and Andrew Koenig for their inspiration and advice over the years. Paul Abrahams, Michael Ball, Ian Long, John Kwan, Jason Pritchard, Christopher Van Wyk, and Steve Vinoski were particularly helpful in the development of this edition. We appreciate the support and insights of our colleagues and associates, including Mathew Denman, Mike Ferretti, Peter Jakab, Charles Martin, Robert Martin, Chris Rooney, Dave Stott, Ioannis Tollis, John Vlissides, Jim Watson, Claudia Woody, Demetrios Yannokopoulos, and Howard Young. Debbie Lafferty was a tremendous supporter during both editions of this book, and we will always be grateful for her help and patience. Special thanks from Marshall to David W. Bray for showing me the realities of self-directed thinking, to Doug Lea for daily email at 5:30 A.M.(you get a A++), to Jamshid Afshur, Jr. for a million and one suggestions via email, and to my colleagues at Clarkson University. Thanks to all of my students and the many wonderful supporters of the electronic FAQ. Most of al, thank you to Mary Elaine and to David, Elizabeth, Gabrielle, Peter, Katherine, and Brandon; you make it worth the trouble. Special thanks from Greg to Brian Unger and Graham Birtwistle for introducing me to Simula 67 and object-oriented programming in 1981, long before it became fashionable. Thank you Brian Unger and Marshall Cline for giving me the opportunity to pursue interesting projects in stimulating work environments. Also, thanks to my colleagues from the University of Calgary, Jade Simulations, Paradigm Shift, Inc., and MT Systems Company for their assistance and support over the years. Thank you, Barb, for all of your support and for putting up with my unusual work arrangements and bizarre schedules. Special thanks from Mike to Dix Pettey for showing me what research is all about, to John Schmidt for teaching me to be practical, and to Len Gollobin for showing me how to look at problems the right way. The University of Missouri Mathematics Department will always occupy a special place in my heart for both personal and professional reasons. Thanks to my children, Beverly and James, for putting up with a father whose efforts have not always matched his intentions, and to my special friends Christian, Kelly, and Tamie for being part of my life.
Date
: 2011-08-26
Size
: 1010.37kb
User
:
simonhexf
[
VC/MFC
]
invcpp5
DL : 0
VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++. -technology VC Insider Awards _English.The 6.0 release of Microsoft Visual C shows s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these initiatives platform , Visual C 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, ', tips and code. These features take Visual C to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C.
Date
: 2025-12-16
Size
: 7.46mb
User
:
吴仁智
[
VC/MFC
]
VC中通过自动化客户端操作Word2000
DL : 0
我们在编写程序,开发软件的过程中如果能利用已有的程序的功能,那么可以大大减轻开发过程中程序员的工作量,同时达到事半功倍的效果。例如在工程中,许多软件需要文字处理功能,虽然MFC提供了一些方法,但是具体实现起来既费事,又有一定的困难,如果我们可以直接使用OFFICE提供的功能,岂不美哉!要实现这一目的,只需要利用微软的ActiveX Automation技术就可以轻松实现。本例主要讲述了自动化的概念,并通过一个操作Word文档的程序来帮助读者朋友理解Visual C++编程中如何实现自动化。 -in programming, software development process if we can make use of existing procedures for the function, Well, we can greatly reduce the process of developing the work of the programmer, to be effective and efficient. For example, in engineering, and many need word processing software function, although with some MFC, But both together to realize the demanding, but also the difficulties, If we can provide direct access OFFICE functions, but it is really true! To achieve this purpose, only need to use Microsoft's ActiveX Automation technology can be easily achieved. The cases mainly on the concept of automation, operating through a Word document procedures to help readers understand Visual C Programming realize how verbization.
Date
: 2025-12-16
Size
: 15kb
User
:
李树永
[
VC/MFC
]
Inside_Visual_C++_5ed
DL : 0
Visual C++技术内幕:这是一本学习Visual C++的经典书,内容全面而且通俗易懂,比中文版描述的更加清楚!希望大家好好利用!-Visual C Technology Insider : This is a study of the classic Visual C, comprehensive and user-friendly than the Chinese version describes more clearly! We hope to make good use!
Date
: 2025-12-16
Size
: 7.46mb
User
:
余震
[
VC/MFC
]
C++Idea
DL : 0
C++电子书籍,可遇不可求~!C++从入门到精通,强烈推荐新手使用。-C electronic books, you can not make ~! C from entry into proficient, highly recommend the use of newcomers.
Date
: 2025-12-16
Size
: 1.5mb
User
:
王成
[
VC/MFC
]
c++booksa
DL : 0
这是一本很有用的书,希望广大网友能够好好利用-This is a very useful book, I hope to make good use of netizens
Date
: 2025-12-16
Size
: 593kb
User
:
红杉
[
VC/MFC
]
multithreadoverc++
DL : 0
讲解c++多线程的一本好书,分析了c++多线程编程时的各种问题并提出了解决建议-c multithreading on the one book of c multithreaded programming at the various issues and make recommendations to solve
Date
: 2025-12-16
Size
: 26.09mb
User
:
chenyao
[
VC/MFC
]
shujujiegoucanyongsuanfaji
DL : 0
用C实现克隆帐号,有算法源码和执行程序,在vc6下实现,可以参考看看!-achieve cloning C Account, a source algorithm and implementation procedures, the vc6 achieve, we can make reference!
Date
: 2025-12-16
Size
: 148kb
User
:
agi995
[
VC/MFC
]
VCimagecoding
DL : 0
VC++图象编译的宝典 学会利用VC++同样可以作出和JAVA或者VB一样效果的图象-VC++ Compiler image of the book to learn how to use the same VC++ and Java can make the same or VB Image effects
Date
: 2025-12-16
Size
: 548kb
User
:
陆小
[
VC/MFC
]
C++chengxuzhinan
DL : 0
c++编程指南 版式虽然不会影响程序的功能,但会影响可读性。程序的版式追求清晰、美观,是程序风格的重要构成因素。 可以把程序的版式比喻为“书法”。好的“书法”可让人对程序一目了然,看得兴致勃勃。差的程序“书法”如螃蟹爬行,让人看得索然无味,更令维护者烦恼有加。请程序员们学习程序的“书法”,弥补大学计算机教育的漏洞,实在很有必要。 -c Programming Guide format does not affect the function procedures, but will affect the readability. Procedures for the pursuit of the format clear, picturesque, procedural style of the important components. Procedures can be likened to the format, "calligraphy." Good, "calligraphy" could people in the procedure, one could see in high spirits. Poor procedures "calligraphy" If the crabs crawling, accessibleQ dull dull, but also defenders trouble this. Please programmers to learn the procedures, "calligraphy" to make up for the university's computer education loopholes, is very necessary.
Date
: 2025-12-16
Size
: 16kb
User
:
孙敏
[
VC/MFC
]
ppt_for_stu
DL : 0
TCP/IP协议及网络编程技术,提供给对C++语言有效大理解,希望能自己动手开发网络程序的朋友。-TCP/IP protocol and network programming technology available to the C language effectively great understanding, hope to make their own development network programming friends.
Date
: 2025-12-16
Size
: 255kb
User
:
李新
[
VC/MFC
]
thewaytoprograminembeddedsystem
DL : 0
c语言嵌入式系统编程修炼之道资料 也是从别处下载的 大家凑合着看吧-c Embedded Systems Programming Language practicing way the information is downloaded from elsewhere we make do with Look here
Date
: 2025-12-16
Size
: 448kb
User
:
[
VC/MFC
]
vc++jishuneimu5
DL : 1
VC技术内幕第五版(英文)The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++. -VC technology insider, fifth edition (English) The 6.0 release of Visual C's hows Microsoft's continued focus on te Internet chnologies and COM. which are key components of the new Windows Dist ributed interNet Application Architecture (D NA). In addition to supporting these platform i nitiatives. Visual C++ 6.0 also adds an amazing number of produ ctivity-boosting features such as Edit And Con tinue, IntelliSense, AutoComplete. tips and code. These features take to a Visual C n ew level. We have tried to make sure that this boo k keeps you up to speed on the latest technologie 's being introduced into Visual C.
Date
: 2025-12-16
Size
: 7.46mb
User
:
张靓
[
VC/MFC
]
VisualC++zairenshishukuyingyong
DL : 0
Visual C+ + 提供了相当齐备的类库、友好的编程界面和多种多样的数据库访问技术, 其中ODBC 所提供的应用 程序接口(API) , 使得编写数据库应用程序变得简单容易。本文以人事管理系统的开发过程为例, 简述了ODBC 数据 库编程的步骤、设计思路和要点, 并给出了关键程序代码。-Visual C provides a very complete library, friendly programming interface and a variety of database access technology. ODBC for which the application program interface (API), make database application preparation process becomes easy. Based on the personnel management system as an example of the development process, outlines the ODBC database programming steps design ideas and elements, and gives the key to the program code.
Date
: 2025-12-16
Size
: 203kb
User
:
fisherman
[
VC/MFC
]
make-code-simple
DL : 0
代码简洁之道,讲述如何简化编码,提高程序运行效率-make simple code
Date
: 2025-12-16
Size
: 17.78mb
User
:
剑晖
[
VC/MFC
]
gun-make-manpage
DL : 0
一本关于GUN-MAKE的使用的说明的pdf文档-a manpage book of gun-make
Date
: 2025-12-16
Size
: 895kb
User
:
LY
«
1
2
3
4
5
6
7
8
9
10
...
17
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.