自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (15)
  • 问答 (2)
  • 收藏
  • 关注

原创 分类器准确率评估

accuracy_score分类准确率分数是指所有分类正确的百分比。分类准确率这一衡量分类器的标准比较容易理解,但是它不能告诉你响应值的潜在分布,并且它也不能告诉你分类器犯错的类型。形式:sklearn.metrics.accuracy_score(y_true, y_pred, normalize=True, sample_weight=None)normal

2017-12-13 16:39:19 6812

programming.python.4th

Already the industry standard for Python users, "Programming Python" from O'Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of changes introduced by the latest version of the language, Python 2.5. Whether you're a novice or an advanced practitioner, you'll find this refreshed book more than lives up to its reputation. "Programming Python, Third Edition" teaches you the right way to code. It explains Python language syntax and programming techniques in a clear and concise manner, with numerous examples that illustrate both correct usage and common idioms. By reading this comprehensive guide, you'll learn how to apply Python in real-world problem domains such as: GUI programming; Internet scripting; Parallel processing; Database management; and Networked applications. "Programming Python, Third Edition" covers each of these target domains gradually, beginning with in-depth discussions of core concepts and then progressing toward complete programs. Large examples do appear, but only after you've learned enough to understand their techniques and code. Along the way, you'll also learn how to use the Python language in realistically scaled programs--concepts such as OOP and code reuse are recurring side themes throughout this text. If you're interested in Python programming, then this O'Reilly classic needs to be within arm's reach. The wealth of practical advice, snippets of code and patterns of program design can all be put into use on a daily basis--making your life easier and more productive.

2017-09-12

精通python网络爬虫电子版

本书从系统化的视角,为那些想学习python网络爬虫的朋友们提供全面的参考!

2017-08-18

精通python网络爬虫电子版2

本书从技术、工具与实战3个维度讲解了Python网络爬虫: 技术维度:详细讲解了Python网络爬虫实现的核心技术,包括网络爬虫的工作原理、如何用urllib库编写网络爬虫、爬虫的异常处理、正则表达式、爬虫中Cookie的使用、爬虫的浏览器伪装技术、定向爬取技术、反爬虫技术,以及如何自己动手编写网络爬虫; 工具维度:以流行的Python网络爬虫框架Scrapy为对象,详细讲解了Scrapy的功能使用、高级技巧、架构设计、实现原理,以及如何通过Scrapy来更便捷、高效地编写网络爬虫; 实战维度:以实战为导向,是本书的主旨,除了完全通过手动编程实现网络爬虫和通过Scrapy框架实现网络爬虫的实战案例以外,本书还有博客爬取、图片爬取、模拟登录等多个综合性的网络爬虫实践案例。 作者在Python领域有非常深厚的积累,不仅精通Python网络爬虫,在Python机器学习、Python数据分析与挖掘、Python Web开发等多个领域都有丰富的实战经验

2017-08-10

python初学程序示例

这是初学者从无到有写下的python的程序实例,仅供python的初学者参考!

2017-08-10

2014-2016软件设计师真题及答案

2014-2016软件设计师真题及答案解析,很全面!大家可以参考一下!

2016-11-17

MFC类库大全

这是一本关于MFC的类库的所有常用的类库的介绍,很有帮助。

2016-11-15

soui实现最新版360扫描界面demo源码

这是基于SOUI界面库的demo,用listview实现360扫描界面,这里是xml和适配器的代码!大家可以参考!

2016-10-28

窗口渐隐渐现的源码

这是一个用soui实现窗口渐隐渐现的demo,供大家参考!

2016-10-28

渐变色背景和圆形渐变色按钮源码

这是用界面库soui实现的渐变色背景和以渐变色为背景的按钮,大家可以参考。

2016-10-28

360绿黄红颜色渐变demo

这是用soui实现的模仿最新版360界面颜色渐变的demo,给大家提供思路!

2016-09-02

360度自动旋转图片

这是一个基于soui的自动旋转图片的控件,当时是有一个实现旋转的loading状态的进度时实现的!很方便,很实用!

2016-08-27

钢铁侠时钟

这是一款以钢铁侠胸前的标注为背景的时钟软件!

2016-07-30

SOUI创建向导工具

如果你用SOUI开发界面的话,这个工具是你必须具备的,免得每次都要花数十分钟去配置一个可以使用的SOUI开发环境,使用这个向导工具可以通过简单的两个选项就自动完成项目配置,编译即可看到UI布局结果。

2016-03-28

透明花朵屏保程序

这是我根据前段时间网上很火的满屏幕花朵的屏保软件用mfc实现的程序,我额外添加了音乐播放功能,MFC的初学者可以以此为借鉴!肯定会有帮助的!

2015-12-23

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除