1 / 28
文档名称:

毕业设计(论文)外文翻译-新能源汽车连锁租赁管理系统设计与实现.doc

格式:doc   页数:28
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)外文翻译-新能源汽车连锁租赁管理系统设计与实现.doc

上传人:3346389411 2013/4/8 文件大小:0 KB

下载得到文件列表

毕业设计(论文)外文翻译-新能源汽车连锁租赁管理系统设计与实现.doc

文档介绍

文档介绍:题目名称: wxWidgets Technology Introduction
译文题目: wxWidgets技术简介
原文题目: wxWidgets Technology Introduction
原文出处: /
Programming with wxWidgets
In this article, we answer a few basic questions about what wxWidgets is and what sets it apart from other solutions. We outline the project’s history, how the munity works, how wxWidgets is licensed, and an overview of the architecture and available parts.
WHAT IS WXWIDGETS?
wxWidgets is a programmer’s toolkit for writing desktop or mobile applications with graphical user interfaces (GUIs). It’s a framework, in the sense that it does a lot of the housekeeping work and provides default application behavior. The wxWidgets library contains a large number of classes and methods for the programmer to use and customize. Applications typically show windows containing standard controls, possibly drawing specialized images and graphics and responding to input from the mouse, keyboard, or other sources. They may municate with other processes or drive other programs. In other words, wxWidgets makes it relatively easy for the programmer to write an application that does all the usual things modern applications do.
While wxWidgets is often labeled a GUI development toolkit, it is in fact much more than that and has features that are useful for many aspects of application development. This has to be the case because all of a wxWidgets application needs to be portable to different platforms, not just the GUI part. wxWidgets provides classes for files and streams, multiple threads, application settings, munication, online help, database access, and much more.
WHY USE WXWIDGETS?
One area where wxWidgets differs from many other frameworks, such as MFC or OWL, is its multi-platform nature. wxWidgets has an Application Programming Interface (API) that is the same, or very nearly the same, on all supported platforms. This means that you can write an application on
Windows, for example, and with very few changes (if any) pile it on