码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
CNN for Visual Recognition (02)
参考:http://cs231n.github.io/classification/图像分类(Image Classification),是给输入图像赋予一个已知类别标签。图像分类是计算机视觉(Computer Vision)问题中一个基本问题,也是很要的一个问题。诸如物体检测、图像分割等可以利用图...
分类:其他好文   时间:2015-01-12 17:11:21    阅读次数:241
Uniform Generator
Uniform Generator Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 18735 Accepted Submission(s): 7348 Problem Description Computer simu...
分类:其他好文   时间:2015-01-11 12:28:58    阅读次数:194
BestCoder25 1001.Harry and Magical Computer(hdu 5154) 解题报告
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5154题目意思:有 n 门 processes(编号依次为1,2,...,n),然后给出 m 种关系: a,b。表示 process b 要在 process a 之前完成。问经过 m 种关系之后,有没有...
分类:其他好文   时间:2015-01-11 00:53:25    阅读次数:238
HDU 5154 Harry and Magical Computer bfs
Harry and Magical ComputerTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 499Accepted Submission(s...
分类:其他好文   时间:2015-01-10 20:58:01    阅读次数:195
OpenMP初步(英文)
Beginning OpenMPOpenMP provides a straight-forward interface to write software that can use multiple cores of a computer. Using OpenMP you can write c...
分类:其他好文   时间:2015-01-10 18:08:55    阅读次数:412
Foundations of Computer Science
1, Iteration, Induction and Recursion2, the running time of program3, combinatorics and probability4, the tree data model5, the list data model6, the ...
分类:其他好文   时间:2015-01-10 16:33:33    阅读次数:133
Medical Image Processing Conference and Journal 医学图像处理会议与期刊
会议:Information Processing in Medical Imaging,IPMIIPMI2013International Conference on Medical Image Computing and Computer Assisted Intervention,MICCAI...
分类:其他好文   时间:2015-01-10 06:33:34    阅读次数:166
【JavaScript】02.基础语法学习
【JavaScript】02.基础语法学习引言: 老农认为(老农是我对自己的昵称),学习任何一门计算机程序语言都要先从它的语法知识开始。计算机程序语言由一堆预定义的字符和书写这些字符的规则组成。这些预定义的字符在语言里面叫做关键字或者保留字,书写这些字符的规则叫做语法。计算机语言(Computer....
分类:编程语言   时间:2015-01-09 22:15:00    阅读次数:258
无线调试Android设备
今天看有关Android USB的文档的时候发现一个灰常好的技能——通过无线调试Android Device! 这适合于解决Android Device 通过OTG连接上其他设备而无法连接电脑,导致logcat信息不好查看以及调试的问题。 Connect the Android-powered device via USB to your computer. From your SD...
分类:移动开发   时间:2015-01-09 19:20:00    阅读次数:202
hdu 5154 Harry and Magical Computer(BestCoder Round #25)
Harry and Magical Computer                                                       Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)                                  ...
分类:其他好文   时间:2015-01-09 14:20:44    阅读次数:152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!