登录
首页 » Python » wxPythonInAction

wxPythonInAction

于 2021-01-28 发布 文件大小:10009KB
0 273
下载积分: 1 下载次数: 91

代码说明:

  wxPythonInAction一书及其源代码,内容详尽(The book of wxPythonInAction,with its original codes,being very well detailed)

文件列表:

wxPythonInAction-及其源程序
...........................\Chapter-01
...........................\..........\bare.py,185,2006-02-14
...........................\..........\hello.py,935,2006-02-14
...........................\..........\python_compare.py,1113,2004-09-20
...........................\..........\sample.py,611,2006-02-14
...........................\..........\spare.py,397,2006-02-14

...........................\Chapter-02
...........................\..........\dialog_scratch.py,1055,2006-02-14
...........................\..........\images.py,905,2006-02-14
...........................\..........\insert.py,714,2006-02-14
...........................\..........\startup.py,878,2006-02-14
...........................\..........\toolbar.py,1241,2006-02-14
...........................\Chapter-03
...........................\..........\customEvent.py,2080,2006-02-14
...........................\..........\double_event_one.py,823,2006-02-14
...........................\..........\menu_event.py,644,2005-03-25
...........................\..........\mouse_event.py,1078,2006-02-14
...........................\Chapter-04
...........................\..........\images.py,905,2006-02-14
...........................\..........\pycrust-foundation.py,1933,2006-02-14
...........................\..........\pywrap,64,2006-02-14
...........................\..........\PyWrap.py,1302,2006-02-14
...........................\..........\spare.py,404,2006-02-14
...........................\Chapter-05
...........................\..........\abstractmodel.py,363,2006-02-14
...........................\..........\badExample.py,2855,2006-02-14
...........................\..........\generictable.py,871,2003-11-20
...........................\..........\goodExample.py,3400,2006-02-14
...........................\..........\gridGeneric.py,998,2005-03-25
...........................\..........\gridModel.py,1440,2006-02-14
...........................\..........\gridNoModel.py,1694,2006-02-14
...........................\..........\lineuptable.py,921,2006-02-14
...........................\..........\modelExample.py,3437,2006-02-14
...........................\..........\testEventExample.py,1126,2006-02-14
...........................\..........\testExample.py,656,2006-02-14
...........................\Chapter-06
...........................\..........\example1.py,3170,2006-02-14
...........................\..........\example2.py,626,2006-02-14
...........................\..........\example3.py,957,2006-02-14
...........................\..........\example4.py,3216,2006-02-14
...........................\..........\example5.py,4758,2006-02-14
...........................\..........\example6.py,6879,2006-02-14
...........................\..........\example7.py,11706,2006-02-14
...........................\..........\new.bmp
...........................\..........\open.bmp


...........................\Chapter-07

...........................\..........\bitmap_button.py,807,2006-02-15
...........................\..........\button.py,571,2006-02-15
...........................\..........\checkbox.py,499,2005-03-25
...........................\..........\choice.py,542,2005-03-25
...........................\..........\combo_box.py,789,2006-02-15
...........................\..........\gauge.py,689,2005-03-25
...........................\..........\generic_button.py,1685,2005-03-25
...........................\..........\list_box.py,671,2004-01-19
...........................\..........\radio.py,1292,2005-03-25
...........................\..........\radio_box.py,715,2004-01-19
...........................\..........\slider.py,773,2006-02-15
...........................\..........\spinner.py,429,2004-01-12
...........................\..........\static_text.py,1537,2004-01-06
...........................\..........\text_ctrl.py,862,2005-03-25
...........................\..........\text_ctrl_multiple.py,1424,2004-01-28
...........................\Chapter-08
...........................\..........\frame_subclass.py,609,2005-03-26
...........................\..........\help_context.py,446,2006-02-15
...........................\..........\images.py,109670,2006-01-08
...........................\..........\mdi.py,801,2005-03-26
...........................\..........\miniframe.py,622,2005-03-26
...........................\..........\scroll_window.py,857,2005-03-26
...........................\..........\shaped_frame.py,1298,2006-02-15
...........................\..........\shaped_frame_mobile.py,2013,2006-02-15
...........................\..........\simple_frame.py,206,2004-03-24
...........................\..........\splitter.py,3326,2006-02-15
...........................\Chapter-09
...........................\..........\choice_box.py,349,2006-02-17
...........................\..........\color_box.py,320,2006-02-17
...........................\..........\dir_box.py,286,2006-02-17
...........................\..........\file_box.py,418,2006-02-17
...........................\..........\font_box.py,408,2006-02-17
...........................\..........\image_box.py,285,2006-02-17
...........................\..........\message_box.py,478,2006-02-17
...........................\..........\modal_dialog.py,620,2006-02-17
...........................\..........\progress_box.py,456,2006-02-17
...........................\..........\startup_tip.py,171,2004-04-06
...........................\..........\text_box.py,352,2006-02-17
...........................\..........\tips.txt,61,2004-04-06
...........................\..........\validator1.py,2804,2006-02-17
...........................\..........\validator2.py,2767,2006-02-17
...........................\..........\validator3.py,2786,2006-02-17
...........................\..........\wizard.py,1306,2006-02-17
...........................\Chapter-10
...........................\..........\add_items.py,1453,2006-02-17
...........................\..........\create_just_menu.py,573,2006-02-17
...........................\..........\create_simple_menu.py,818,2006-02-17
...........................\..........\disable_item.py,1306,2006-02-17
...........................\..........\fancy_items.py,1288,2006-02-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Programming.Pearls--(2)
    编程珠玑中文第二版.pdf(包括源码) 本书是计算机科学方面的经典名著,原名Programming Pearls Second Edition 书的内容围绕程序设计人员面对的一系列实际问题展开。作者Jon Bentley 以其独有的洞察力和创造力,引导读者理解这些问题并学会解决方法,而这些正是程序员实际编程生涯中至关重要的。本书的特色是通过一些精心设计的有趣而又颇具指导意义的程序,对实用程序设计技巧及基本设计原则进行了透彻而睿智的描述,为复杂的编程问题提供了清晰而完备的解决思路。本书对各个层次的程序员都具有很高的阅读价值。. (Programming Pearls Chinese second edition. Pdf (including source code) This book is in computer science classics, formerly Programming Pearls Second Edition Contents of the book focus on program design were faced with a series of practical issues. Author Jon Bentley its unique insight and creativity, to guide readers to understand the issues and learn solutions, which is what the programmer actual programming career essential. The book features through some interesting and well-designed program is instructive, for practical programming skills and basic design principles and wise conduct a thorough description of the problem for complex programming provides a clear and complete solution ideas. Book for all levels of programmers have a high value of reading. .)
    2013-08-22 11:13:49下载
    积分:1
  • solut4-4th
    Pattern_Recognition_4nd _CH4-solution
    2010-12-14 20:47:48下载
    积分:1
  • GNSS
    这本书延伸科学畅销书“全球定位系统 - 理论与实践”,以涵盖全球导航卫星系统(GNSS),包括俄罗斯GLONASS,欧洲伽利略系统,以及其他系统。书是指在一般意义到GNSS来描述各种现有参考系统的坐标和时间,卫星轨道,卫星信号,可观察,数学模型的定位,数据处理,和数据转换。本书是一本大学级入门教材,目的是作为学生的参考以及为专业人士和科学家在大地测量领域,测量工程,导航和相关学科。(This book extends the scientific bestseller GPS- Theory and Practice to cover Global Navigation Satellite Systems (GNSS) and includes the Russian GLONASS, the European system Galileo, and additional systems. The book refers to GNSS in the generic sense to describe the various existing reference systems for coordinates and time, the satellite orbits, the satellite signals, observables, mathematical models for positioning, data processing, and data transformation. This book is a university-level introductory textbook and is intended to serve as a reference for students as well as for professionals and scientists in the fields of geodesy, surveying engineering, navigation, and related disciplines.)
    2016-09-24 16:59:09下载
    积分:1
  • MDSP
    清华现代数字信号处理参考书籍、课程重点及复习大纲,清华电子工程系张颢(Tsinghua modern digital signal processing reference books, course outlines priorities and review, Tsinghua Electronic Engineering Zhang Hao)
    2021-03-20 10:59:18下载
    积分:1
  • matlab在振动信号处理中的应用
    matlab在振动信号处理中的应用, 本书主要讲述借助简单、高效、功能强大的MATLAB系统实现振动数字信号的分析处理。书中不仅介绍了MATLAB的基本用法和一些相关的常用命令及函数,还介绍了振动信号分析的基本概念、处理方法,以及使用MATLAB语言编制程序的方法。本书给出了大量的振动信号处理编程实例,以有助于读者快速学习和掌握MATLAB的编程技术,应用于实际的振动信号处理工作之中。(Application of MATLAB in vibration signal processing)
    2018-03-02 16:47:25下载
    积分:1
  • Mcman
    汪利宏mcml使用说明文档,包括如何设置光束参数等(WANG Li-hong mcml the use of documentation, including how to set the beam parameters, etc.)
    2021-04-08 10:59:01下载
    积分:1
  • The little SAS book
    说明:  《The Little SAS Book 中文版》以大量实例、清晰简明的解释以及尽可能少的术语来介绍SAS语言,且大部分的功能均来自Base SAS。Base SAS包含了所有程序员所使用的核心功能。(The Little SAS Book Chinese Edition introduces SAS language with a large number of examples, clear and concise explanations and as few terms as possible, and most of its functions come from Base SAS. Base SAS contains the core functions used by all programmers.)
    2020-06-18 03:40:01下载
    积分:1
  • python_programming
    这是一本介绍PYTHON编程的好书,其中内容详实,举例经典,且有详细的代码可供参考,极为适合初学者使用。(This is an introduction PYTHON programming books, including informative, the classic example, and there is a detailed code for reference, very suitable for beginners to use.)
    2014-03-05 19:43:37下载
    积分:1
  • Cycliccodes
    cyclic coding powerpoint
    2010-05-18 21:08:34下载
    积分:1
  • Informix-backup-restore-manual
    说明:  中文版 IBM Informix8 备份与恢复指南(Chinese version of IBM Informix8 Backup and Recovery Guide)
    2008-08-29 10:02:25下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载