码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Sicily 1020 Big Integer
Time Limit: 1 secs, Memory Limit: 32 MB Long long ago, there was a super computer that could deal with VeryLongIntegers(no VeryLongInteger will be neg
分类:其他好文   时间:2016-03-23 00:54:22    阅读次数:272
140201129-贾杰峰-作业三
class Student { private String stuno; private String name; private float math; private float english; private float computer; public Student(){ } publ
分类:其他好文   时间:2016-03-22 00:37:09    阅读次数:177
openstack学习(一)kvm-libvirt
准备工作: 操作系统:ubuntu 16.04 安装KVM 1 ,查看CPU是否支持虚拟化 root@cy-computer:~# grep -E "vmx|svm" /proc/cpuinfo 输出如下: flags : fpu vme de pse tsc msr pae mce cx8 api
分类:其他好文   时间:2016-03-22 00:25:45    阅读次数:153
140201133-李宇昕-No.3
class Student { private String stuno; private String name; private float math; private float english; private float computer; public Student(){ } publ
分类:其他好文   时间:2016-03-20 23:50:25    阅读次数:277
为什么深度神经网络难以训练Why are deep neural networks hard to train?
Imagine you're an engineer who has been asked to design a computer from scratch. One day you're working away in your office, designing logical circuit
分类:Web程序   时间:2016-03-20 14:21:22    阅读次数:832
SIFT
计算机视觉课堂笔记 参考:David G. Lowe, Distinctive Image Features from Scale-Invariant Keypoints, International Journal of Computer Vision, Vol. 60, Page 91-110,
分类:其他好文   时间:2016-03-19 19:36:29    阅读次数:208
PYTHON之路(八)
http://www.cnblogs.com/alex3714/articles/5227251.htmlSocket语法及相关socket概念A network socket is an endpoint of a connection across a computer network. Tod
分类:编程语言   时间:2016-03-19 16:24:31    阅读次数:344
What Your Computer Does While You Wait
转: CPU的等待有多久? 原文标题:What Your Computer Does While You Wait 原文地址:http://duartes.org/gustavo/blog/ [注:本人水平有限,只好挑一些国外高手的精彩文章翻译一下。一来自己复习,二来与大家分享。] 本文以一个现代的
分类:其他好文   时间:2016-03-19 00:56:32    阅读次数:450
1007 - Mathematically Hard
Mathematically some problems look hard. But with the help of the computer, some problems can be easily solvable. In this problem, you will be given tw
分类:其他好文   时间:2016-03-18 20:09:02    阅读次数:239
OpenCV图像平滑处理
本教程教您怎样使用各种线性滤波器对图像进行平滑处理,相关OpenCV函数如下: Note 以下原理来源于Richard Szeliski 的著作 Computer Vision: Algorithms and Applications 以及 Learning OpenCV 平滑 也称 模糊, 是一项
分类:其他好文   时间:2016-03-18 16:12:24    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!