搜索资源列表
open-flash-chart-2-hyperion
- Open Flash Chart is a program for creating charts in Flash to display in Web pages. You can create bar, line, area, and pie charts. It also includes server side classes to help generate the data file used as input. At the moment, there are classes fo
wol
- Wake on LAN plus remote shutdown windows python class.
google-python-exercises
- 谷歌Google s Python Class的练习,以及我做的答案-Google Google' s Python Class exercises, and I do answer
class
- 管理系统,学生,老师,python编写,一个文件。据阿道夫垃圾foe万i 。-system is easy,very easy .
AVL Python
- AVL Tree handling python class
Python-source-code-analysis
- 了更好地利用Python语言,无论是使用Python语言本身,还是将Python与C/C++交互使用,深刻理解Python的运行原理都是非常重要的。本书以CPython为研究对象,在C代码一级,深入细致地剖析了Python的实现。书中不仅包括了对大量Python内置对象的剖析,更将大量的篇幅用于对Python虚拟机及Python高级特性的剖析。通过此书,读者能够透彻地理解Python中的一般表达式、控制结构、异常机制、类机制、多线程机制、模块的动态加载机制、内存管理机制等核心技术的运行原理,同时
Python
- Python学习笔记第二版 pdf电子书,全书介绍了Python基础环境,内置类型、表达式、函数、迭代器、模块类和异常等方面的知识。只所以取名为学习笔记,主要是不适合做⼊ 入⻔ 门课程使⽤ 用,所有内容都假定读者有 "⾜ 足够" 的编程基矗我原本也没打算把它写成正式读物,最主要的⽤ 用途还是个⼈ 人备忘罢了。-Python study notes pdf ebook second edition, the book intr
可汗学院
- 网易公开课可汗学院里面的python的代码 有 if while 语句的编写(The NetEase open class code for Python in Khan College There are if while statements written)
python_Class.py
- python 类例程,人、学生、老师以及异常的简单运用(Python class routines, people, students, teachers, and unusual simple use)
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.)
project
- 强力Django 和杀手级xadmin-Python最主流的开发框架打造慕课网站(Powerful Django and killer xadmin-Python, the most mainstream development framework to build Mu class website)
程序
- 程序使用说明: 1.打开\Sina_spider1\Sina_spider1\ 2.将spiders.py用notepad++或Python 2.7编辑 3.在以下程序后输入从淘宝购买的新浪微博账号及密码 class Spider(CrawlSpider): name = "sinaSpider" host = "http://weibo.cn" start_urls = [
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)
project
- 某课网python接口测试代码,懂的同学可以下载来研究下(A class of network Python interface test code, understand the students can download to study)
defineclass
- example of class define
笨办法学 Python(第四版)
- 本书是一本Python入门书籍,适合对计算机了解不多,没有学过编程,但对编程感兴趣的读者学习使用。这本书以习题的方式引导读者一步一步学习编程,从简单的打印一直讲到完整项目的实现,让初学者从基础的编程技术入手,最终体验到软件开发的基本过程。 本书结构非常简单,共包括52个习题,其中26个覆盖了输入/输出、变量和函数三个主题,另外26个覆盖了一些比较高级的话题,如条件判断、循环、类和对象、代码测试及项目的实现等。每一章的格式基本相同,以代码习题开始,按照说明编写代码,运行并检查结果,然后再做附加练
python
- 鱼c小甲鱼零基础学python全套课后题(The complete set of Python after class of fish c small shelled turtle)
抢课脚本.tar
- 东南大学抢课脚本,验证码手动输入,主要用到python爬虫技术,cookie的使用(Southeast University selecting class scr ipt, verification code manual input, the main use of Python crawler technology, and the use of cookie)
python源代码
- opp 面向对象 封装 客观的事物封装成抽象的的类 继承 子类派生类 基类 父类 超类 object 多态 一个类实例的的相同方法 在不同情形不同表现形式 原则 单一 一个类的功能 开放封闭原则-- 替换原则 依赖原则 object(Opp object oriented Encapsulation of objective things into an abstract class Inheri