码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
[14.05.12]今后讨论班的走向
今后讨论班的一些走向 谨记之...... 上周末决定,今后讨论班将针对CVPR 2014和SIAM Conference on IMAGING SCIENCE(2014) 进行进一步的挖掘。上级给我们刚刚布置了SIAM会议的日程、内容安排。看完之后,顿觉亚历山大啊。。。。。。会是好会。会址更是博主心 ...
分类:其他好文   时间:2017-04-27 12:33:39    阅读次数:298
C#中图片.BYTE[]和base64string的转换
在C#中 图片到byte[]再到base64string的转换: Bitmap bmp = new Bitmap(filepath); MemoryStream ms = new MemoryStream(); bmp.Save(ms, System.Drawing.Imaging.ImageFor ...
分类:Windows程序   时间:2017-04-26 23:41:50    阅读次数:213
amortized analysis
w https://en.wikipedia.org/wiki/Amortized_analysis In computer science, amortized analysis is a method for analyzing a given algorithm's time complexi ...
分类:其他好文   时间:2017-04-26 20:27:34    阅读次数:132
SLAM学习资料整理(转)
原文出处:http://www.cnblogs.com/wenhust/p/5942893.html 书籍: 1.必读经典 Thrun S, Burgard W, Fox D. 《Probabilistic robotics》[M]. Cambridge, USA: MIT Press, 2005 ...
分类:其他好文   时间:2017-04-24 12:02:37    阅读次数:441
psu online course
https://onlinecourses.science.psu.edu/statprogram/programs Graduate Online Course Overviews Printer-friendly versionPrinter-friendly version Picture o... ...
分类:其他好文   时间:2017-04-22 09:40:43    阅读次数:425
我扑在概念上,就像饥饿的人扑在面包上
不夸张地说(提示:群主要吹NB),从小到大,我最喜欢的课就是数学了,含几何、微积分、线性代数、概率论。数学老师是我的最佳暗恋对象,无论年轻小伙还是鹤发童颜。高中时曾经有位聪明的帅哥问过数学老师(一位鹤发童颜的老头),觉得我们班上数学概念掌握的最好的人是谁,老师略一沉吟答:应该是xxx了。因为数学概念 ...
分类:其他好文   时间:2017-04-17 22:06:12    阅读次数:193
常见的加密和解密算法—MD5
一、MD5加密概述 Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science an ...
分类:编程语言   时间:2017-04-15 19:15:43    阅读次数:254
2017年Nature文章“Millions of online book co-purchases reveal partisan differences in the consumption of science”阅读笔记
论文: Millions of online book co-purchases reveal partisan differences in the consumption of science 发表期刊:Nature 2017 (Human Behavior) 作者: Feng Shi, Yon ...
分类:其他好文   时间:2017-04-14 12:35:37    阅读次数:218
Linux内核中的算法和数据结构
算法和数据结构纷繁复杂,但是对于Linux Kernel开发人员来说重点了解Linux内核中使用到的算法和数据结构很有必要。 在一个国外问答平台stackexchange.com的Theoretical Computer Science子板有一篇讨论实际使用中的算法和数据结构,Vijay D做出的详... ...
分类:编程语言   时间:2017-04-12 15:02:09    阅读次数:232
Man's Best Friend: The Science Behind the Dog and Human Relationship
http://info.thinkfun.com/stem-education/mans-best-friend-the-science-behind-the-dog-and-human-relationship Man's Best Friend: The Science Behind the D ...
分类:其他好文   时间:2017-04-12 10:02:01    阅读次数:606
1084条   上一页 1 ... 49 50 51 52 53 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!