码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
我的大学
UNIVERSITY OF WESTERN CAPE? ???Department of Computer Science http://www.cs.uwc.ac.za/
分类:其他好文   时间:2015-06-16 13:11:50    阅读次数:140
open source libraries: BIAS
The Basic Image AlgorithmS C/C++ Library (BIAS) is the code base for research and software development of computer vision, motion estimation and 3d re...
分类:其他好文   时间:2015-06-14 22:36:12    阅读次数:192
Deep Learning for Robotics 资源汇总
Deep Learning for Robotics 各种资源汇总 包含Deep Learning,Computer Vision,Robotics,Reinforcement Learning...
分类:其他好文   时间:2015-06-11 11:12:47    阅读次数:132
能力矩阵
注意:每个层次的知识都是渐增的,位于层次n,也蕴涵了你需了解所有低于层次n的知识。计算机科学 Computer Science2n (Level 0)n2 (Level 1)n (Level 2)log(n) (Level 3)Comments数据结构不知道数组和链表的差异能够解释和使用数组,链表,...
分类:其他好文   时间:2015-06-11 10:54:11    阅读次数:196
Simplicity Comes from Reduction
Simplicity Comes from ReductionPaul W. Homer“DO IT AGAIN…,” my boss told me as his finger pressed hard on the Delete key. I watched the computer screen with an all-too-familiar sinking feeling, as my c...
分类:其他好文   时间:2015-06-11 09:29:15    阅读次数:136
使用PowerShell修改Server20102R2系统配置
#更改IP地址$wmi=Get-WmiObjectwin32_networkadapterconfiguration-filter"ipenabled=‘true‘"$wmi.EnableStatic("192.168.88.12","255.255.255.0")$wmi.SetGateways("192.168.88.88")$wmi.SetDNSServerSearchOrder("192.168.88.11")#更改计算机名并加域Add-Computer-NewNames12..
分类:系统相关   时间:2015-06-11 00:22:46    阅读次数:203
IEEE会议投稿资料汇总http://cadcg2015.nwpu.edu.cn/index.htm
最近投了篇IEEE的顶级会议文章,一下是比较有用的一些资料,以供参考。 1.会议主页:http://cadcg2015.nwpu.edu.cn/index.htm     (The 14th International Conference on Computer-Aided Design and Computer Graphics (CAD/Graphics 2015)) 2...
分类:Web程序   时间:2015-06-11 00:17:06    阅读次数:144
HDU 2196 Computer( 树上节点的最远距离 )
ComputerTime Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4080Accepted Submission(s): 2043Problem De...
分类:其他好文   时间:2015-06-10 22:25:25    阅读次数:151
hdu 4288 Coder
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=4288CoderDescriptionIn mathematics and computer science, an algorithm describes a set of procedures or i...
分类:其他好文   时间:2015-06-10 19:01:16    阅读次数:209
MySQL中的string类型
转自:http://computer.uoh.edu.cn/mysql/1677.htmlMYSQL中STRING支持类型有:CHAR、VARCHAR、TINYTEXT、TEXT、MEDIUMTEXT、LONGTEXT、BINARY、VARBINARY、TINYBLOG、MEDIUMBLOG、BLO...
分类:数据库   时间:2015-06-10 13:50:47    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!