搜索资源列表
operation
- 这是在python里相对于c语言中的结构体的函数构建。class的用法-This is in relation to python in c language to build a function structure. class usage
tree1
- Simple tree class in python
class
- 管理系统,学生,老师,python编写,一个文件。据阿道夫垃圾foe万i 。-system is easy,very easy .
Miss-Rabbit
- 大一上的教学作业,程序设计入门的小游戏,类似于扫雷。基本都是用list实现的,没用到类。内含三个文件。 [battleship.py]战舰小游戏源码 [graphics.py]用到的图形库 [battleship.doc]实验报告-PYTHON assignment. similar to Minesweeper. uses list. no class. Contains three files.
common
- 辅助类 CommonJS API定义很多普通应用程序(主要指非浏览器的应用)使用的API,从而填补了这个空白。它的终极目标是提供一个类似Python,Ruby和Java标 准库。这样的话,开发者可以使用CommonJS API编写应用程序,然后这些应用可以运行在不同的Javascr ipt解释器和不同的主机环境中。在兼容CommonJS的系统中,你可以使用 Javascr ipt程序开发:-using System using System.Collections.Generic usi
ball-game
- 用Python编的一个弹球游戏,通过手柄控制左右来使得小球不会掉下来,是一个很基础的游戏编程,能够帮助初学者来了解类与类的继承-Python is part of a pinball games, through the handle controlling the ball left and right to make will not fall, is a very basic game programming, can help beginners to understand the cl
EmailTool.py.tar
- 邮件发送工具类 python 邮件发送工具类-email tool class
AllAboutSerial
- This source code is about serial communication between embedded device and computer. this code uses python language. a serial class has been provided which uses pyserial library.
imbalanced-learn-master
- 基于不均衡数据的学习,包含各种机器学习算法,python 操作(imbalanced-learn is a python package offering a number of re-sampling techniques commonly used in datasets showing strong between-class imbalance. It is compatible with scikit-learn_ and is part of scikit-learn-contr
可汗学院
- 网易公开课可汗学院里面的python的代码 有 if while 语句的编写(The NetEase open class code for Python in Khan College There are if while statements written)
class orb
- 利用python语言建立随机骨料模型进行有限元分析(The random aggregate model is established by using Python language to analyze the concrete finite element, and the failure process of concrete is analyzed by the analysis result.)
stdio
- python中最基础的stdio类,包含输入输出等功能,在进行python编程时不可或缺(The most basic stdio class in Python, including input and output functions, is indispensable in Python Programming)
milk-master
- 机器学习python类库,机器学习(Machine Learning, ML)是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。(Machine learning Python class library)
defineclass
- example of class define
python源代码
- opp 面向对象 封装 客观的事物封装成抽象的的类 继承 子类派生类 基类 父类 超类 object 多态 一个类实例的的相同方法 在不同情形不同表现形式 原则 单一 一个类的功能 开放封闭原则-- 替换原则 依赖原则 object(Opp object oriented Encapsulation of objective things into an abstract class Inheri
继承
- 创建实例时,python会自动调用类中的__init__方法,以隐性地为实例提供属性 __init__ 方法被称为构造器 如果类中没有定义__init__方法,实例创建之初仅是一个简单的名称空间 class Myclass: a ="hello world" def __init__(self,x) self.name=x x =Myclass("list") y = Myclass("abc") 重载构造器(Wh
VTK-8.1.0
- The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing, and visualization. It consists of a C++ class library and several interpreted interface layers including Tcl/Tk, Java, and
33
- mit的python代码麻省理工学院公开课:计算机科学及编程导论 课程介绍 这门课程适用于那些拥有很少或没有编程经验的学生,它致力于使学生理解计算机在解决问题中的作用,并且帮助学生,不论其专业,使他们对于能够完成有用的小程序的目标充满信心。(MIT's Python code Massachusetts Institute of Technology open class: introduction to computer science and programming. Cour
fluid
- 一种通过定义一个流场类,使用CoolProp调用Nist二氧化碳真实物性的方法(A method of using coolprop to call NIST carbon dioxide physical properties by defining a flow field class)