码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
PIL做图像处理
在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
Problem 1059 老师的苦恼
Bob写文章时喜欢将英文字母的大小写混用,例如Computer Science经常被他写成coMpUtEr scIeNce,这让他的英文老师十分苦恼,现在请你帮Bob的英文老师写一个程序能够将Bob的文章中的英文字母全部变成小写的。 Input 输入数据由多组数据组成。每组数据只有一行,表示Bob写 ...
分类:其他好文   时间:2017-12-10 23:04:13    阅读次数:217
chapter 3 introduction to computer science
主机文件: 《chapter3.docx》 ...
分类:其他好文   时间:2017-12-08 22:59:30    阅读次数:137
【Crash Course Psychology】1. Intro to psychology笔记
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基础命令速查清单
本文翻译整理自Pandas Cheat Sheet - Python for Data Science,结合K-Lab的工具属性,添加了具体的内容将速查清单里面的代码实践了一遍。 速查表内容概要 点击右上角的Fork按钮上手实践,即可点击标题实现内容跳转 [缩写解释 & 库的导入] [数据的导入] ...
分类:其他好文   时间:2017-12-03 14:41:30    阅读次数:723
MITx: 6.00.1x Introduction to Computer Science and Programming Using Python Week 2: Simple Programs 4. Functions
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
基于CentOS 7.2个人网盘的实现
首先使用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周
CK1948-炼数数据分析与SPSS(完整)共12周 随笔背景:在很多时候,很多入门不久的朋友都会问我:我是从其他语言转到程序开发的,有没有一些基础性的资料给我们学习学习呢,你的框架感觉一下太大了,希望有个循序渐进的教程或者视频来学习就好了。对于学习有困难不知道如何提升自己可以加扣:12254628 ...
分类:其他好文   时间:2017-11-26 20:27:40    阅读次数:153
edX MITx: 6.00.1x Introduction to Computer Science and Programming Using Python 课程 Week 1: Python Basics Problem Set 1 Problem 3
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
1084条   上一页 1 ... 37 38 39 40 41 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!