搜索资源列表
Python_Tkinter
- Python 与 Tkinter 编程 [PDF,中文版图片扫描,全本,554页] 【内容简介】 Thinter 是解释性脚本语言Pyhton的图形界面开发工具包,是一个清晰的、面向对象的图形界面开发工具,它可以让你快速地开发出可以运行在Unix、Macintosh和Windows等系统平台下的Python应用程序。本书详细地介绍了Python语言的语法和函数及其界面的开发方法,重点介绍了在Tkinter可视化平台下的编程方法。本书非常适合各个层次的Python程序员,同时也适合利用Py
core_Python_programming_cn
- 已建立索引的Python核心编程(中文第二版)。对于初学者,这是一本Python开发的权威指南,涵盖了Python的核心功能特性,而不仅仅是语法,有正则表达式、网络、多线程、图形用户界面、Web/CGI和Python扩展等高级功能,同时也包括了数据库、网络客户端、Java/Jython和Microsoft Office等内容,并有大量实例-Index has been the core of Python programming (English second edition). For beg
1
- Vtk(visualization toolkit)是一个开放资源的免费软件系统,主要用于三维计算机图形学、图像处理和可视化。Vtk是在面向对象原理的基础上设计和实现的,它的内核是用C++构建的,包含有大约250,000行代码,650多个类,还包含有几个转换界面,因此也可以自由的通过Java,Tcl/Tk和Python各种语言使用vtk。 Vtk几乎可以在任何一个基于Unix的平台上操作,以及Windows 95/98/NT/2000/XP。 vtk的结构 Vtk比OpenGL和PEX高
contact
- 新学Python的练手程序,写的是通讯录,不过是命令行的,没有采用图形.对于新人很有帮助-Contact System Python Version
chengshi
- 运用模式匹配的思想,正则表达式的工具,对网页中图形,文字的截取,还有函数编程,字典的应用-Ideas using pattern matching, regular expression tool, web page graphics, text capture, also function programming, the application dictionary
pil-02
- 从文件中读一组数,用Python将其作为纵坐标,作出图形。并保存成tif的图片。-Gain a seris of numbers from a file, then draw the curve, and save it as a picture of the version of tif.
Python.Programming2nd
- python核心编程 Python是一种功能十分强大的面向对象编程语言,可以用于编写独立程序、快速脚本和复杂应用的原型。作为一种开源软件,Python可以自由获取,而且非常易学易用。本书是Python语言的经典入门读本,由两名顶尖的Python技术专家兼培训专家联手撰写,涵盖了该语言的所有核心内容。所有练习的解答都可在书后找到。 本书描述了Python程序的基本构件:类型、操作符、语句、函数、模块、类以及异常和介绍了更多高级主题,包括复杂的实例。无论是用于编写简单的脚本,还是复杂的科学
Miss-Rabbit
- 大一上的教学作业,程序设计入门的小游戏,类似于扫雷。基本都是用list实现的,没用到类。内含三个文件。 [battleship.py]战舰小游戏源码 [graphics.py]用到的图形库 [battleship.doc]实验报告-PYTHON assignment. similar to Minesweeper. uses list. no class. Contains three files.
findgrep
- linux系统中用python通过图形化界面调用find和grep实现关键字的查找。-Using python via a graphical interface called find and grep to achieve keyword search Under linux system .
neodarbra
- Neo4J在python上的使用 可以让人在较快时间内熟悉这一图形数据库-neo4j database use
Calculator-master
- 利用Python图形界面仿真一个计算器 包含简单的加减乘除计算等-Python GUI emulation use a calculator
20167914358804
- Python写的带简单图形界面的贪吃蛇小游戏,代码简短,是学习Python编程的好材料- Python written with a simple graphical interface Snake game, code brief, is a good learning Python programming materials 双语对照
识别圆
- 给出一个多个图形的一幅图,识别里面的圆,进行灰度处理,边缘分割等处理,最后标识出图片中的所有圆形。(Given a picture that used for multiple graphics recognition, inside the picture,detect circle include gray processing, edge segmentation, and finally identifies all circles.)
Python写的贪吃蛇小游戏源码
- Python写的带简单图形界面的贪吃蛇小游戏,代码简短,是学习Python编程的好材料!(Python written with simple graphical interface Snake game, the code is short, is a good material to learn Python programming!)
Desktop
- 编辑一个图形交互界面,进行与用户的交互。(Edit a graphical interface)
项目
- 这是一个简单的python程序。ython(英国发音:/?pa?θ?n/ 美国发音:/?pa?θɑ?n/), 是一种面向对象的解释型计算机程序设计语言,由荷兰人Guido van Rossum于1989年发明,第一个公开发行版发行于1991年。 Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大
KochDrawV2 (1)
- 用python做一个分形图形-koch雪花,非常适合刚学python的新手学习函数的迭代.(Using Python to make a fractal -koch snowflake, it is very suitable for Python learning new iterations.)
turtle库绘图应用
- turtle库是非常适合初学者使用的简单图形绘制模块,本程序利用turtle库绘图帮助大家掌握turtle库使用(Turtle library is very suitable for beginners to use simple graphics rendering module. This program uses turtle library drawing to help you master the use of turtle library.)
视觉测距
- 利用相似三角形原理来使用单目摄像头测距,使用的语言为python,测试图形为圆形。(Using the principle of similar triangle to use monocular camera for ranging, using Python language, the test figure is circular.)
PyQt5Test
- python利用pyqt5图形库实现的界面,有助于学习(gui reality with pyqt5, in python scr ipt)