Advanced wxPython Nuts and Bolts
wxPython is a GUI toolkit for Python, built upon the
wxWidgets C++ toolkit. (See http://wxWidgets.org/)
– Cross platform: Windows, Linux, Unix, OS X.
– Uses native widgets/controls, plus many platform independent
widgets
Cross-Platform GUI Programming
It's a pleasure to introduce you to Cross-Platform GUI Programming with
wxWidgets,the first book on wxWidgets since it was originally released more than
a decade ago.
wxWidgets is a first-class, open source response to the need for portability
in an increasingly heterogeneous computing world. Being tied to specific hardware or a single operating system is often undesirable and sometimes impermissible, hence the well-understood need for cross-platform GUI frameworks. Given
the long life of open source products and the often-transient nature of proprietary
solutions, developers are wise to base their applications on an infrastructure that
is going to survive long-term, as wxWidgets has and will continue to do.
wxWidgets combines countless years’ worth of hard-earned wisdom contributed by developers worldwide, abstracting functionality and finding solutions for platform-specific issues. You, the developer, are protected both from
shifts in computing trends and from the intricacies and frustrations of each
platform’s native API.
Becoming a wxWidgets user is an invitation into a community that spans
individuals, startups, government organizations, large companies, and open
source projects. When you contribute, you are forging a connection between
yourself and a community that is broadly representative of the reach of information technology in the 21st century. wxWidgets-based applications may be
found not just in the software industry but also in medicine, archaeology,
physics, astronomy, processor manufacturing, education, geological exploration,
the transport industry, space exploration, and many other fields as well.
"Chandler," the Personal Information Manager now under development at
the Open Source Applications Foundation, uses wxWidgets to run under Windows,
Mac OS X, and Linux. Some of our developers have become active contributors to
the wxWidgets project, following the virtuous circle of open source development.
We look forward to having you join us in the ever-growing community of
developers using wxWidgets, and I personally wish you all the best with your
wxWidgets projects.
学习OpenCV(中文版)
本书适合读者迅速入门OpenCV,通俗易懂,可作为计算机、机器人、人工智能、认知神经等学科的教科用书和工具实践书。
程序员的实用算法
本书是所有数据结构与算法的代码完整实现的一本书,完全用c语言实现,并讨论了如何在各种应用程序中使用它们。
程序员的数学
这是一本适合初中或高中生了解编程思想入门的学习兴趣类书籍,简单易懂,有助于培养程序员思维。
空间3点投影定位算法
空间3点投影定位算法,是关于导航和定位的,适合单片机