登录
首页 » CHM » boa

boa

于 2007-09-11 发布 文件大小:1394KB
0 125
下载积分: 1 下载次数: 121

代码说明:

  boa-constructor 基于wxPython and Python 的GUI构建器(boa-constructor in wxPython and Python-based GUI Builder)

文件列表:

boa
...\.cvsignore
...\About.py
...\bcrtl
...\.....\activex
...\.....\.......\acrobat.py
...\.....\.......\IE.py
...\.....\.......\__init__.py
...\.....\user
...\.....\....\ExampleST.py
...\.....\....\StaticTextCtrl.py
...\.....\....\__init__.py
...\.....\__init__.py
...\Boa.py
...\Boa.pyw
...\Browse.py
...\Bugs.txt
...\Changes.txt
...\ClassBrowser.py
...\Companions
...\..........\.cvsignore
...\..........\BaseCompanions.py
...\..........\BasicCompanions.py
...\..........\ButtonCompanions.py
...\..........\ComCompanions.py
...\..........\Companions.py
...\..........\Constructors.py
...\..........\ContainerCompanions.py
...\..........\DateTimeCompanions.py
...\..........\DialogCompanions.py
...\..........\EventCollections.py
...\..........\FrameCompanions.py
...\..........\GizmoCompanions.py
...\..........\LibCompanions.py
...\..........\ListCompanions.py
...\..........\SizerCompanions.py
...\..........\UtilCompanions.py
...\..........\WizardCompanions.py
...\..........\__init__.py
...\Config
...\......\Explorer.gtk.cfg
...\......\Explorer.mac.cfg
...\......\Explorer.msw.cfg
...\......\helpfrm.cfg
...\......\prefs.gtk.rc.py
...\......\prefs.keys.rc.py
...\......\prefs.mac.rc.py
...\......\prefs.msw.rc.py
...\......\prefs.plug-ins.rc.py
...\......\prefs.rc.py
...\......\stc-styles.rc.cfg
...\Credits.txt
...\Debugger
...\........\.cvsignore
...\........\BoaDebugger
...\........\...........\BoaDebugger.py
...\........\...........\BuildProduct.py
...\........\...........\htm" target=_blank>CHANGES
...\........\...........\help
...\........\...........\....\debugger.stx
...\........\...........\htm" target=_blank>README
...\........\...........\refresh.txt
...\........\...........\version.txt
...\........\...........\www
...\........\...........\...\boa.gif
...\........\...........\__init__.py
...\........\BoaDebugServer.py
...\........\Breakpoint.py
...\........\ChildProcessClient.py
...\........\ChildProcessServer.py
...\........\ChildProcessServerStart.py
...\........\DebugClient.py
...\........\Debugger.py
...\........\DebuggerControls.py
...\........\InProcessClient.py
...\........\IsolatedDebugger.py
...\........\PathMappingDlg.py
...\........\PathsPanel.py
...\........\RemoteClient.py
...\........\RemoteDialog.py
...\........\RemoteServer.py
...\........\sysexcepthook.py
...\........\Tasks.py
...\........\test.py
...\........\testrpc.py
...\........\ZopeBreakpoint.zip
...\........\ZopeScriptDebugServer.py
...\........\__init__.py
...\Editor.py
...\EditorUtils.py
...\ErrorStack.py
...\ErrorStackFrm.py
...\Examples
...\........\advanced
...\........\........\AttrMixins
...\........\........\..........\AttrMixinFrame.py
...\........\........\..........\AttrMixins.py
...\........\........\CustomClasses
...\........\........\.............\DynamicCtrlTypes.py
...\........\........\.............\wxFrame1.py

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

发表评论

0 个回复

  • Archive
    4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为: realpart+imaginarypart*i 用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。 (1)两个复数相加; (2)两个复数相减 (3)用(a, b)的形式打印复数,其中a为实部,b为虚部。 (4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
    2013-12-18 15:14:46下载
    积分:1
  • qpsk_DFE
    描述了QPSK的判决反馈均衡,用matlab实现了QPSK的实现,实现了DFE( Describes a QPSK decision feedback equalization using matlab realize the QPSK implementation to achieve the DFE)
    2021-03-03 15:09:33下载
    积分:1
  • Matlab多旅行商实验
    说明:  something about fix the problem of MTSP . Use in matlab
    2019-05-07 17:41:20下载
    积分:1
  • VB_Matlab
    VB与Matlab混合编程在步进电机曲线插补运算中的应用,希望对大家有帮助!(Mixed programming in VB and Matlab curve interpolation step motor operation in the application, we want to help!)
    2010-08-11 20:34:54下载
    积分:1
  • ROI
    说明:  感兴趣区域提取。根据人感兴趣的区域对图像进行裁减(Region of interest extraction. According to people interested in the process of reducing the region' s image)
    2009-08-01 10:29:21下载
    积分:1
  • steepest-descent
    这是一个用最速下降法求解线性方程的方法,程序代码使用matlab语言。 (This is a steepest descent method for solving linear equations, program code using matlab language. )
    2011-12-17 20:06:31下载
    积分:1
  • fft
    matlab程序,FFT变换matlab程序,有助于初学者学习(matlab program,it will help u to study)
    2011-06-06 19:38:12下载
    积分:1
  • imagemosaic
    一个简单的,基于MATLAB函数的图像拼接程序,非常适合初学者(simple mosaic)
    2020-12-19 11:29:10下载
    积分:1
  • multisvm
    一种改进的支持向量机分类方法,可以直接用。也可以改一下加到自己的程序里。(An improved support vector machine classification method can be used directly. You can also change it into your own program.)
    2019-07-11 15:40:59下载
    积分:1
  • Centroid
    Centroid algorithm for gray scaled images.
    2009-12-14 22:37:25下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载