在python3下用PIL做图像处理 Python Imaging Library (PIL)是python下的图像处理模块,支持多种格式,并提供强大的图形与图像处理功能。 目前PIL的官方最新版本为1.1.7,支持的版本为python 2.5, 2.6, 2.7,并不支持python3,但有高手把 ...
分类:
其他好文 时间:
2017-12-13 11:28:31
阅读次数:
291
Bob写文章时喜欢将英文字母的大小写混用,例如Computer Science经常被他写成coMpUtEr scIeNce,这让他的英文老师十分苦恼,现在请你帮Bob的英文老师写一个程序能够将Bob的文章中的英文字母全部变成小写的。 Input 输入数据由多组数据组成。每组数据只有一行,表示Bob写 ...
分类:
其他好文 时间:
2017-12-10 23:04:13
阅读次数:
217
主机文件: 《chapter3.docx》 ...
分类:
其他好文 时间:
2017-12-08 22:59:30
阅读次数:
137
1. Psychology 来自拉丁语,原意是“the study of the soul”, 目前可以定义为“the science of behavior and mental process” 2. 心理学主要流派(schools)包括Structuralism, Functionalism, ...
分类:
其他好文 时间:
2017-12-05 15:26:29
阅读次数:
128
本文翻译整理自Pandas Cheat Sheet - Python for Data Science,结合K-Lab的工具属性,添加了具体的内容将速查清单里面的代码实践了一遍。 速查表内容概要 点击右上角的Fork按钮上手实践,即可点击标题实现内容跳转 [缩写解释 & 库的导入] [数据的导入] ...
分类:
其他好文 时间:
2017-12-03 14:41:30
阅读次数:
723
ESTIMATED TIME TO COMPLETE: 18 minutes We can use the idea of bisection search to determine if a character is in a string, so long as the string is so ...
分类:
编程语言 时间:
2017-12-01 23:40:30
阅读次数:
278
首先使用YUM安装依赖环境:[root@sishen ~]#yum install python python-setuptools python-imaging python-ldap python-memcached MySQL-python mariadb mariadb-server启动My... ...
分类:
其他好文 时间:
2017-11-30 16:16:56
阅读次数:
246
定义 In computer science, binary search, also known as half interval search, logarithmic search, or binary chop, is a search algorithm that finds the po ...
分类:
其他好文 时间:
2017-11-26 21:55:17
阅读次数:
107
CK1948-炼数数据分析与SPSS(完整)共12周 随笔背景:在很多时候,很多入门不久的朋友都会问我:我是从其他语言转到程序开发的,有没有一些基础性的资料给我们学习学习呢,你的框架感觉一下太大了,希望有个循序渐进的教程或者视频来学习就好了。对于学习有困难不知道如何提升自己可以加扣:12254628 ...
分类:
其他好文 时间:
2017-11-26 20:27:40
阅读次数:
153
Assume s is a string of lower case characters. Write a program that prints the longest substring of s in which the letters occur in alphabetical order ...
分类:
编程语言 时间:
2017-11-24 22:47:36
阅读次数:
176