搜索资源列表
py152.tgz
- Python语言编译器
compiler
- Python语言写的汇编编译器,可将MIPS指令转化为机器语言。
Python-3.1.3源码
- Python(KK 英语发音:/'paɪθɑn/, DJ 英语发音:/ˈpaiθən/)是一种面向对象、直译式计算机程序设计语言,由Guido van Rossum于1989年底发明,第一个公开发行版发行于1991年。Python语法简捷而清晰,具有丰富和强大的类库。它常被昵称为胶水语言,它能够很轻松的把用其他语言制作的各种模块(尤其是C/C++)轻松地联结在一起。常见的一种应用情形是,使用python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写
Python-3.0rc3
- 新版python引擎源码,python是著名的面向对象语言,最新的引擎有多出性能提升,是研究编译器的好原型-The new version of python source engine, python is a well-known object-oriented language, the latest number of the engine performance is good research prototype compiler
Python
- python 2.5,antlr的grammar语言描述,用于学习词法分析,语法分析-python 2.5, antlr language to describe the grammar for learning lexical analysis, syntax analysis
Python_zh-cn_pdf
- 关于python语言的一本好书,推荐给大家-Python language on a good book to recommend to everyone
WbMFT
- 更改文件的创建时间和修改时间。源码用Python编写,界面使用wxWidget,并且具有国际化功能,能翻译成任何国家语言,可作为典型的wxPython开发示例。-Change the file creation time and modification time. Prepared with the Python source code, the interface to use wxWidget, and has an international function, can be trans
[6_00][handout]
- MIT的EECS学院本科新生入学第一门课程introduction_to_cs&programming的课堂代码,也是学习python语言和计算机科学很好的资料。-MIT' s EECS Undergraduate Freshmen first course introduction_to_cs & programming class code to learn python is a good language and computer science information.
ngrams
- 自然语言处理相关程序,有关分词的和词频统计-Natural language processing procedures, the statistical segmentation and word frequency
UXL_Format
- 基于python语言xul文件格式化工具-The python language xul File-based formatting tools
Wx60
- 塞班上的wxpython wxPython是Python语言的一套优秀的GUI图形库,允许Python程序员很方便的创建完整的、功能键全的GUI用户界面。 wxPython是作为优秀的跨平台GUI库wxWidgets的Python封装和Python模块的方式提供给用户的。-wxpython for pys60
Python-basic
- Python基础教程(代码) Python 是一种脚本语言,已经有20 多年的历史, 比现在流行的Java 和C#要早 很多年。不要一听说是脚本语言就认为他只能做一些简单的事情。其实凡是你能 想到的Java 和C#能做的编程, Pyton 都能胜任。比如网络编程,游戏编程,web 编程等等,甚至在smbian 的手机上都能使用Python 来进行编程。Google 推出 的google engine 云计算环境,首先发布的就是python 的平台(Python 语言的 创
自然语言处理的最好的资源
- python,java代码,可以完成分词,训练词向量,等功能,效果突出。
Python-(source-code)-in--Abaqus
- Python语言在Abaqus中的应用(源码)-Python language application (source code) in the Abaqus
python language
- Python语言在ABAQUS中的应用 书籍源代码(source code of Python language in ABAQUS applications)
honeycomb_standard
- 蜂窝结构:python语言,在abaqus里面生成蜂窝结构的有限元模型,方便分析(Python language, the finite element model of honeycomb structure is generated in ABAQUS, which is convenient for analysis)
PYTHON自然语言处理【中文版】
- 自然语言处理方面的一本入门书,是中文的,而且使用python写的(An introductory book on Natural Language Processing, which is written in Chinese and written in Python)
Python进阶
- 得先对自己使用的开发语言了如指掌,从基本的数据类型,到大的框架,算法,设计,每一步我们都需要深入的钻研(We need to know the development language we use first, from the basic data type to the big frame, algorithm and design. Every step we need to go deep into.)
algorithms-master
- python 常用算法,快速排序,选择排序,合并排序,dijkstra,二分查找(algorithms:quicksort selectsort mergesort dijkstra binary_search approximation)
比特币用python实现
- 使用python语言实现简单的比特币系统,包含区块创造奖励挖矿机制和pow算法