搜索资源列表
python
- 很不错的Python教程,简体中文版本的,我找了很久,现在分享给大家-Python is very good tutorial, Simplified Chinese version, I find for a long time, and now share with everyone
Python
- 《简明 Python 教程》为 "A Byte of Python" 的唯一指定简体中文译本,版权 © 2005 沈洁元 无论您刚接触电脑还是一个有经验的程序员,本书都将有助您学习使用Python语言。-The concise Python tutorial "for" A Python "an uploaded file of the simplified Chinese version, copyright © ShenJieYuan 2005 Whatever y
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
ICTCLAS50_Windows_32_C
- python中文分词\ CDict.py-Chinese word python \ python Chinese word \ CDict.py
python
- 是网上流传最广的python中文教程,而且还于别的语(如c/c++)做了对比,使学习变的更容易-Online the most widely circulated the python Chinese tutorial, but also in other language (such as c/c++) compared to make learning to change more easily
python-cookbook-master
- python cookbook(第3版)高清中文完整版书籍源码(python cookbook code)
Python中文手册v2.4
- Python中文手册v2.4,详细说明python的用法(this is Python handbook for v2.4 . it descripes the python usage.)
Learn Python The Hard Way[中文]
- learn python the hard way 中文译本 初学Python入门之作(the Chinese version of learn python the hard way)
python cookbook(第3版)高清中文完整版
- Python Cookbook 3rd Edition
python函数中文手册
- python函数中文手册,方便大家随时查阅python函数,提高工作效率(Python function Chinese manual, convenient for everyone to check the python function at any time to improve work efficiency)
ChPreprocess
- 使用jieba包从excel表中读取数据,进行中文分词,预料分析(Using Jieba package for Chinese analysis, expected analysis)
流畅的 Python 中文 高清完整,带目录
- 经常看的一本书,没事翻一翻。不适合初学者。适合有点基础的进阶书籍。(It is a book that specializes in the advanced, even unique features of the Python language, which is very familiar to engineers.)
OpenCV-Python-Tutorial-中文版20160814
- Opencv 中文说明文档 方便大家阅读(Opencv chinese developer document)
python简明教程中文.pdf
- python学习 一个不错的pdf资料 感觉学习必不可少(Python learning data)
OpenCV官方教程中文版(For Python)
- opencv-python中文教程,译自官方帮助在线文档(Opencv-python Chinese tutorial, from official online help documents)
Flask 中文文档
- Flask 中文文档,快速高效进行python web开发(Flask Chinese document, fast and efficient development of Python We)
用Python进行自然语言处理(中文)
- 本书提供了非常易学的自然语言处理入门介绍,该领域涵盖从文本和电子邮件预测过滤,到自动总结和翻译等多种语言处理技术。在本书中,你将学会编写Python程序处理大量非结构化文本。你还将通过使用综合语言数据结构访问含有丰富注释的数据集,理解用于分析书面通信内容和结构的主要算法。(This book provides a very easy to learn introduction to Natural Language Processing, which covers a variety of la
Python逆向最大匹配实现-代码-文档-截图等
- 对于文本进行自然语言处理,中文分词。北邮计算机院NLP课的作业。(This is a homework for BUPT student, implementing the word segment of natural language processing.)
Python编程导论(第2版)
- 很难得的一本书,中文高清版。在网上下载的(hen nan de de yi ben book)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会