码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
pointer
https://en.wikipedia.org/wiki/Pointer_(computer_programming) In computer science, a pointer is a programming language object, whose value refers to (o ...
分类:其他好文   时间:2016-10-28 03:00:39    阅读次数:181
Functional programming
https://en.wikipedia.org/wiki/Functional_programming In computer science, functional programming is a programming paradigm—a style of building the str ...
分类:其他好文   时间:2016-10-21 23:47:33    阅读次数:185
Writing in Science
学习如何撰写科学论文 一.网站学习:https://www.youtube.com/watch?v=PPsocEFCGRU&list=PLUk4uy2jPpXVGXqVhgs352q6jOdI608Qg 必要点:1.需要有东西可以说。 2.逻辑性思考 3.读更多的文章,然后模仿。 4.在写之前需要对 ...
分类:其他好文   时间:2016-10-19 14:02:16    阅读次数:131
seafile
./setup-seafile-mysql.shChecking python on this machine ... Checking python module: setuptools ... Done. Checking python module: python-imaging ... Do ...
分类:其他好文   时间:2016-10-18 18:30:00    阅读次数:177
office 2016 for mac
https://www.firewolf.science/2015/09/microsoft-office-2016-for-mac-15-25-0-with-vl-license-utility/
分类:系统相关   时间:2016-10-14 00:37:27    阅读次数:321
Python之Python Imaging Library
from PIL import Image 1.打开图片 img = Image.open(fileName) 2.保存图片 img.save(imgName) 3.调整图片大小 def resize(self, width, height): o_width, o_height = img.siz ...
分类:编程语言   时间:2016-10-13 12:02:39    阅读次数:231
Machine Learning and Data Science 教授大师
http://www.cs.cmu.edu/~avrim/courses.html Foundations of Data Science Avrim Blum, www.cs.cornell.edu/jeh/bookJan25_2016.pdf ...
分类:系统相关   时间:2016-10-08 01:49:04    阅读次数:162
LA 6979 Known Notation 构造+贪心 铜牌题
6979 Known NotationDo you know reverse Polish notation (RPN)? It is a known notation in the area of mathematics andcomputer science. It is also known ...
分类:其他好文   时间:2016-10-07 22:37:55    阅读次数:219
树状数组入门
传送门:https://www.topcoder.com/community/data-science/data-science-tutorials/binary-indexed-trees/#introduction 下面对树状数组进行一些分析: inline int Lowbit(int x){ ...
分类:编程语言   时间:2016-10-05 15:07:12    阅读次数:176
1084条   上一页 1 ... 56 57 58 59 60 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!