登录
首页 » Python » pyz1

pyz1

于 2018-12-08 发布 文件大小:5181KB
0 202
下载积分: 1 下载次数: 5

代码说明:

  在基于python3.6 的pycharm 平台上,使用pyqt5搭建的窗口程序参考代码。(Based on python3.6,in develop plat pycharm2008,we use pyqt5 build a windows app.)

文件列表:

pyz1\.idea\misc.xml, 301 , 2018-12-08
pyz1\.idea\modules.xml, 267 , 2018-12-08
pyz1\.idea\pyz1.iml, 518 , 2018-12-08
pyz1\.idea\workspace.xml, 10214 , 2018-12-08
pyz1\main.py, 758 , 2018-12-08
pyz1\pyz1.py, 1388 , 2018-12-08
pyz1\pyz1.ui, 1957 , 2018-12-08
pyz1\venv\Lib\tcl8.6\init.tcl, 24289 , 2018-12-08
pyz1\venv\pyvenv.cfg, 88 , 2018-12-08
pyz1\venv\Scripts\activate, 2244 , 2018-12-08
pyz1\venv\Scripts\activate.bat, 639 , 2018-12-08
pyz1\venv\Scripts\Activate.ps1, 1516 , 2018-12-08
pyz1\venv\Scripts\deactivate.bat, 368 , 2018-12-08
pyz1\venv\Scripts\pyexpat.pyd, 187544 , 2018-12-08
pyz1\venv\Scripts\python.exe, 100504 , 2018-12-08
pyz1\venv\Scripts\python3.dll, 58008 , 2018-12-08
pyz1\venv\Scripts\python36.dll, 3562648 , 2018-12-08
pyz1\venv\Scripts\pythonw.exe, 98968 , 2018-12-08
pyz1\venv\Scripts\select.pyd, 26776 , 2018-12-08
pyz1\venv\Scripts\sqlite3.dll, 1124504 , 2018-12-08
pyz1\venv\Scripts\tcl86t.dll, 1666048 , 2018-12-08
pyz1\venv\Scripts\tk86t.dll, 1967104 , 2018-12-08
pyz1\venv\Scripts\unicodedata.pyd, 905880 , 2018-12-08
pyz1\venv\Scripts\vcruntime140.dll, 87888 , 2018-12-08
pyz1\venv\Scripts\winsound.pyd, 27800 , 2018-12-08
pyz1\venv\Scripts\_asyncio.pyd, 60056 , 2018-12-08
pyz1\venv\Scripts\_bz2.pyd, 94360 , 2018-12-08
pyz1\venv\Scripts\_ctypes.pyd, 124568 , 2018-12-08
pyz1\venv\Scripts\_ctypes_test.pyd, 31384 , 2018-12-08
pyz1\venv\Scripts\_decimal.pyd, 267416 , 2018-12-08
pyz1\venv\Scripts\_elementtree.pyd, 162456 , 2018-12-08
pyz1\venv\Scripts\_hashlib.pyd, 1450648 , 2018-12-08
pyz1\venv\Scripts\_lzma.pyd, 254104 , 2018-12-08
pyz1\venv\Scripts\_msi.pyd, 38040 , 2018-12-08
pyz1\venv\Scripts\_multiprocessing.pyd, 29336 , 2018-12-08
pyz1\venv\Scripts\_overlapped.pyd, 42648 , 2018-12-08
pyz1\venv\Scripts\_socket.pyd, 72344 , 2018-12-08
pyz1\venv\Scripts\_sqlite3.pyd, 85144 , 2018-12-08
pyz1\venv\Scripts\_ssl.pyd, 1744024 , 2018-12-08
pyz1\venv\Scripts\_testbuffer.pyd, 51864 , 2018-12-08
pyz1\venv\Scripts\_testcapi.pyd, 89240 , 2018-12-08
pyz1\venv\Scripts\_testconsole.pyd, 23704 , 2018-12-08
pyz1\venv\Scripts\_testimportmultiple.pyd, 22168 , 2018-12-08
pyz1\venv\Scripts\_testmultiphase.pyd, 30360 , 2018-12-08
pyz1\venv\Scripts\_tkinter.pyd, 69272 , 2018-12-08
pyz1\__pycache__\pyz1.cpython-36.pyc, 1290 , 2018-12-08
pyz1\venv\Lib\site-packages, 0 , 2018-12-08
pyz1\venv\Lib\tcl8.6, 0 , 2018-12-08
pyz1\.idea\inspectionProfiles, 0 , 2018-12-08
pyz1\venv\Include, 0 , 2018-12-08
pyz1\venv\Lib, 0 , 2018-12-08
pyz1\venv\Scripts, 0 , 2018-12-08
pyz1\.idea, 0 , 2018-12-08
pyz1\venv, 0 , 2018-12-08
pyz1\__pycache__, 0 , 2018-12-08
pyz1, 0 , 2018-12-08

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

发表评论

0 个回复

  • getbmpvc
    VC++通过位图文件直接获取位图文件大小,打开一张BMP位图后,立即显示出位图大小,这里是获取像素尺寸大小,不用占用字节。(VC++ After obtaining the size of the bitmap file directly through the bitmap file, open a bitmap BMP, immediately shows the bitmap size, here is to get the pixel size, without taking bytes.)
    2014-06-10 13:45:06下载
    积分:1
  • 序设计中基于构造函数的对象初始化方法研究
    说明:  c++程序设计时声明对象时,通过使用构造函数,可以实现对象的初始值.(When declaring an object in c++ programming, the initial value of the object can be achieved by using constructors.)
    2019-05-04 19:57:09下载
    积分:1
  • Intel_82546
    这个驱动运行在window系统下,这个代码是我编写的,你想开发intel 芯片驱动的时候,你可以使用它并完善它,这个驱动是原来我在上一个单位开发的。已经有了基本功能,开发环境win7 ddk下编译通过。(intel 82546 driver code,this driver run under the windows system,this code come from my company developping by me,when you want develop intel-82546 driver on windows,you can use it freedly.)
    2014-01-05 15:00:00下载
    积分:1
  • 判断一个IP是否在某个网段(子网掩码和网络地址、两个IP之间)...
    判断一个IP是否在某个网段(子网掩码和网络地址、两个IP之间)-To determine whether an IP in a network segment (subnet mask and network address, between the two IP)
    2022-09-07 19:35:03下载
    积分:1
  • calculator2183036172010
    code for c++ this can help to understand c++
    2011-05-17 16:19:54下载
    积分:1
  • 049781
    取注册表中QQ号码列表程序源码,是取QQ在注册表中注册的文件信息,读取用户文件,分析文件数据,转换成十六进制文本。(Take registry number list QQ program source file information to take QQ registered in the registry, read user files , file data analysis , converted to hexadecimal text.)
    2015-12-05 18:35:57下载
    积分:1
  • 876545346
    VB在treeview的节点处使用图形,有需要的下。(VB at the node in treeview using graphics, there is need for the next.)
    2013-08-22 09:32:59下载
    积分:1
  • 波形中的波动部分在上下桥臂电容电压叠加时相互抵消, 从而保证了直流电压的稳定。仿真波形表明
    说明:  波形中的波动部分在上下桥臂电容电压叠加时相互抵消, 从而保证了直流电压的稳定。仿真波形表明(The fluctuation part of waveform cancels each other when the capacitor)
    2020-06-24 00:00:08下载
    积分:1
  • forms
    自定义表单:单选、多选、单行文本、多行文本、下拉列表等您都可以自由设置。 自定义是否开启验证码功能。 同时设置添加多个表单项,调用简单。 每个选项可以设置是否为必填。 可用于留言,定单,反馈,报名表,调查等。 可单独对每个表单进行禁用或者启用操作。 (Custom forms: radio, multi-election, one-way text, multiple lines of text, such as drop-down list, you are free to set up. Whether or not to open a custom code function. At the same time add more than one table set up a single, simple call. Each option can be set if required. Can be used for messages, orders, feedback, a nomination form, survey and so on. May be a separate form for each operation to disable or enable.)
    2008-06-14 14:29:48下载
    积分:1
  • USBCANEU_V1.00
    c#、cb6、delphi7、labview8.2、vb6、vc6、vc8等版本usb转can界面开发,有利于usbcan通信界面开发(C#, cb6, delphi7, labview8.2, vb6, vc6, vc8 version, such as usb turn can interface development, is advantageous to the usbcan interface development of communication)
    2013-11-23 21:45:28下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载