深入淺出MFC是一本介紹 MFC(Microsoft Foundation Classes)程式設(shè)計(jì)技術(shù)的書籍。對于 Windows 應(yīng)用軟體的開發(fā)感到興趣,并欲使用 Visual C++ 整合環(huán)境的視覺開發(fā)工具,以 MFC 為程式基礎(chǔ)的人,都可以從此書獲得最根本最重要的知識與實(shí)例。 如果你是一位對 Application Framework 和物件導(dǎo)向(Object Oriented)觀念感興趣的技術(shù)狂熱份子,想知道神秘的 Runtime Type Information、Dynamic Creation、Persistence、Message Mapping 以及 Command Routing 如何實(shí)作,本書能夠充分滿足你。事實(shí)上,依我之見,這些核心技術(shù)與徹底學(xué)會操控 MFC 乃同一件事情。
標(biāo)簽: Foundation MFC Microsoft Classes
上傳時(shí)間: 2013-12-31
上傳用戶:fxf126@126.com
How to restruct paradox DB when you encounter pb whith indexes. You have to use this mecanism to repair your DB. You might use it in each prg when you close your Delphi programs.
標(biāo)簽: encounter to restruct mecanism
上傳時(shí)間: 2013-12-14
上傳用戶:515414293
Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and iterator adapters * Read and write files * Use stream iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more
標(biāo)簽: null-terminated Tokenize Create string
上傳時(shí)間: 2014-01-18
上傳用戶:yph853211
This is a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods
標(biāo)簽: Continuation Pseudo-Arc the solving
上傳時(shí)間: 2013-12-03
上傳用戶:xzt
本書分為四大篇。第一篇提出學(xué)習(xí)MFC程序設(shè)計(jì)之前的必要基礎(chǔ),包括Widnows程序的基本觀念以及C++的高階議題。“學(xué)前基礎(chǔ)”是相當(dāng)主觀的認(rèn)定,不過,甚于我個(gè)人的學(xué)習(xí)經(jīng)驗(yàn)以及教學(xué)經(jīng)驗(yàn),我的挑選應(yīng)該頗具說服力。第二篇介紹Visual C++整合環(huán)境開發(fā)工具。本篇只不過是提綱挈領(lǐng)而已,并不企圖取代 Visual C++使用手冊。然而對于軟件使用的老手,此篇或已足以讓您掌握Visual C++整合環(huán)境。工具的使用雖然談不上學(xué)問,但在視覺化軟件開發(fā)過程中扮演極重角色,切莫小覷它。 第三篇介紹application framework的觀念,以及MFC骨干程序,所謂骨干程序,是指Visual C++的工具AppWizard所產(chǎn)生出來的程序碼。當(dāng)然,AppWizard會根據(jù)你的選項(xiàng)做出不同的程序碼,我所據(jù)以解說的,是大眾化選項(xiàng)下的產(chǎn)品。 第四篇以微軟公司附于Visual C++光碟片上的一個(gè)范例程序Scribble為主軸,一步一步加上新的功能。并在其間深入介紹Runtime Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Message Mapping、Command Routing等核心技術(shù)。這些技術(shù)正是其他書籍最缺乏的部分。此篇之最后數(shù)章則脫離Scribble程序,另成一格。 本書內(nèi)含光盤一片,書中所有原始碼與可執(zhí)行文件盡在其中。
標(biāo)簽: MFC 分 程序設(shè)計(jì)
上傳時(shí)間: 2014-01-04
上傳用戶:x4587
Login Manager V3.0(LM3.0) is an authentication system which can integrate with any existing website that meets the requirements. LM3.0 provides a gatekeeper where user must be authorized before entering the membership secured areas. Features: 1. Flexibility LM3.0 allows administrator to integrate it with the current unprotected website. This is especially useful if major changes are going to be painful. With LM3.0, you re just one step towards getting the security you needed most. 2. Speed LM3.0 uses PHP and MySQL which enables fast data transactions.
標(biāo)簽: authentication 3.0 integrate existing
上傳時(shí)間: 2017-06-06
上傳用戶:hullow
C in A Nutshell Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you ve mastered. Whether you re learning French, Java, or C, at some point you ll set aside the tutorial and attempt to converse on your own. It s not necessary to know every subtle facet of French in order to speak it well, especially if there s a good dictionary available. Likewise, C programmers don t need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference.
標(biāo)簽: language Nutshell Learning involves
上傳時(shí)間: 2013-12-25
上傳用戶:王者A
The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you re an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don t have to develop on your own.
標(biāo)簽: problem-solving practical Cookbook mastery
上傳時(shí)間: 2017-06-07
上傳用戶:yph853211
Error Exit Code for Linux operating system. This code is efficient and modified by a team from a reputed institute
標(biāo)簽: efficient operating modified system
上傳時(shí)間: 2017-06-11
上傳用戶:225588
Mastering Dojo will teach you how to build an Internet application that will impress your end users and delight you while you’re writing it. The book also explains Dojo’s JavaScript underpinnings, both for newcomers and for refugees from other languages.
標(biāo)簽: will application Mastering Internet
上傳時(shí)間: 2017-07-02
上傳用戶:chenbhdt
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1