Visual C++ 毕业设计外文翻译
《Visual C++ 毕业设计外文翻译》由会员分享,可在线阅读,更多相关《Visual C++ 毕业设计外文翻译(10页珍藏版)》请在毕设资料网上搜索。
1、附录附录清单 A Visual C+ MFC concise course MFC introductory remarks Visual C+ not merely is a compiler. It is a comprehensive application procedure development environment,you fully use C+ which has object-oriented characteristic to develop the specialized Windows application procedure. In order to fully
2、 use these characteristics, you must understand the C+ programming language.If you want grasped C+, you must grasp the Microsoft basic kind of storehouse (MFC) level structure. This level structure contained user contact surface in the Windows API,and enabled you very easily to establish the Windows
3、 application procedure by the object-oriented way. This kind of level structure is suitable to all editions Windows and each other is compatible. You use the code which MFC establishes are definitely may transplant. If you want establish a Windows application procedure, how should start? The good be
4、ginning is from designning user contact surface. First, you must decide what kind of user can use this procedure and according to needs to establish the corresponding user contact surface object. The Windows user contact surface has some standards to control, like the button, the menu, roll the stri
5、p and tabulates and so on, this is be familiared with Windows users. You must remember, as a programmer you mustt choose a group as the programmer to control and to decide how to arranges them to the screen. Traditionaly, you need to make the schematic diagram of the user contact surface on the pape
6、r, until you satified with various elements. This is possible to some small project, as well as some big project at early time prototype stages. The next step, is must realize the code. When for any Windows platform establishment application procedure, the programmers all have two kind of choices: C
7、 or C+. Uses C, the programmer is in the Windows application procedure contact surface (API) in the level compiles the code. This contact surface is composed by several hundred C function, these functions reference manual all have the introduction in Windows in the API. Regarding Windows NT, API is
8、called Win32 API, distinguishes to it uses in Windows 3.1 16 API. Microsoft has also provided the C+ storehouse, it is located above any Windows API, can make programmers work to be easier. It is the Microsoft basic kind of storehouse (MFC), this storehouse main merit is the high efficiency. It redu
9、ce massive codes which established in Windows procedure. Simultaneously it has also provided all general C+ programming merit. MFC can be transplant, for example, the code which 3.1 compiles in Windows may very easily transplant to Windows NT or Windows 95. Therefore, MFC is worth the development Wi
10、ndows application procedure method very much which recommends. When you uses MFC, you compile the code is uses to establish the essential user contact surface to control and to custom-made its outward appearance. Simultaneously you also must compile the codes which use to respond the users operation
11、. For example, if the user single-clicks a button, you should have the code to respond. This is the event actuate code, it constituted all applications procedure. Once the application procedure correct response all permissions control, its duty has also completed. You may see, use MFC to establish W
12、indows programming are a quite easy process. Visual C+ application procedure development procedure environment specially suits to uses MFC (also to have other development environments to use MFC), therefore studies MFC and Visual C+ together can strengthen your development procedure ability. Windows
13、 supports several kind of types application procedure windows. A typical application procedure should move in the frame window center. A frame window is an entire function main window, the user may change its size, be smallist, be maximum and so on. Windows also supports two kind of types of dialog
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- visual C+ 毕业设计 外文 翻译
