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
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
学习如何撰写科学论文 一.网站学习:https://www.youtube.com/watch?v=PPsocEFCGRU&list=PLUk4uy2jPpXVGXqVhgs352q6jOdI608Qg 必要点:1.需要有东西可以说。 2.逻辑性思考 3.读更多的文章,然后模仿。 4.在写之前需要对 ...
分类:
其他好文 时间:
2016-10-19 14:02:16
阅读次数:
131
./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
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
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
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
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