码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
LA 3907 Puzzle
Jisung is the student representative of the Department of Computer Engineering in ACM University.A few days later, the annual festival will be held fo ...
分类:其他好文   时间:2016-07-22 16:09:01    阅读次数:301
Powershell 区分物理机和虚拟机
今天豆子需要查看还有哪些物理机(Windows系统),一个简单的方法是用PowerShell来判断直接搜索AD里面所有的服务器系统,然后查询win32_computersystem即可$computer=Get-ADComputer-filter{operatingsystem-like"*20*"}|select-ExpandPropertyname invoke-command-computernam..
分类:系统相关   时间:2016-07-21 20:11:12    阅读次数:230
Steve Jobs Stanford Commencement Speech 2005
You've got to find what you love,' Jobs says This is the text of the Commencement address by Steve Jobs, CEO of Apple Computer and of Pixar Animation ... ...
分类:其他好文   时间:2016-07-19 23:26:07    阅读次数:210
1-Computer Networks and the Internet
Please indicate the source: http://blog.csdn.net/gaoxiangnumber1 Welcome to my github: https://github.com/gaoxiangnumber11.1 What Is the Internet?1.1.1 A Nuts-and-Bolts Description When one end system...
分类:Web程序   时间:2016-07-19 10:52:41    阅读次数:383
6-DEADLOCKS
Please indicate the source: http://blog.csdn.net/gaoxiangnumber1 Welcome to my github: https://github.com/gaoxiangnumber1 Computer systems are full of resources that can be used only by one process at...
分类:其他好文   时间:2016-07-19 10:07:37    阅读次数:165
Using GUID to generate the unique file name in C#
GUID, the abbreviation of "Global Unique Identifier", is a unique reference number used as an identifier in computer software. ...
分类:Windows程序   时间:2016-07-19 09:42:13    阅读次数:190
PAT1006
At the beginning of every day, the first person who signs in the computer room will unlock the door, 在每天的开始,第一个签到进入计算机房间的人将会解锁这门 and the last one who ...
分类:其他好文   时间:2016-07-17 11:05:59    阅读次数:132
OpenCV 介绍
介绍OpenCV(Open Source Computer Vision Library:http://opencv.org)是一个开源的基于BSD许可的库,它包括数百种计算机视觉算法。文档OpenCV 2.x API描述的是C++ API,相对还有一个基于C语言的OpenCV 1.x API,后者的描述在文档opencv1.x.pdf中。OpenCV具有模块化结构,这就意味着开发包里面包含多个共享...
分类:其他好文   时间:2016-07-15 22:01:00    阅读次数:692
ICCV研讨会:实时SLAM的未来以及深度学习与SLAM的比较
这篇短文写的很好,我把它copy到这里供大家学习 上一届「国际计算机视觉大会(ICCV:International Conference of Computer Vision )」成为了深度学习(Deep Learning)技术的主场,但在我们宣布卷积神经网络(ConvNet)的全面胜利之前,让我们先看看计算机视觉的「非学习(non-learning)」几何方面的进展如何。同步定位与地图构建...
分类:其他好文   时间:2016-07-15 21:46:41    阅读次数:1898
hdu 5154(拓扑排序)
Harry and Magical Computer Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2017 Accepted Submissi ...
分类:编程语言   时间:2016-07-15 13:31:42    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!