码迷,mamicode.com
首页 >  
搜索关键字:computer vision    ( 3069个结果
zoj 3829 Known Notation(2014年牡丹江区域赛k题)
Known Notation Time Limit: 2 Seconds      Memory Limit: 131072 KB Do you know reverse Polish notation (RPN)? It is a known notation in the area of mathematics and computer science. It is also kn...
分类:其他好文   时间:2014-10-12 18:52:18    阅读次数:319
Project 2
我于周四、周五上午十点至十二点在山东大学齐鲁软件园校区圆形报告厅聆听了由Prof.Foley主持的精彩讲说,观看了Prof.Foley的最新研究成果以及对Computer Graphics的独到见解,我有如下的体会。 第一:计算机图形学的目标是实现与真实世界的完美融合,而不仅仅是迷惑观者的眼睛、.....
分类:其他好文   时间:2014-10-11 20:38:06    阅读次数:218
HDU Computer Transformation1041 题解
Problem Description A sequence consisting of one digit, the number 1 is initially written into a computer. At each successive time step, the computer simultaneously tranforms each digit 0 into the...
分类:其他好文   时间:2014-10-11 20:04:56    阅读次数:221
Charles-很好用的WEB DUBUGGING工具
Charles-很好用的WEB DUBUGGING工具 ABOUT CHARLES Charles is a web proxy (HTTP Proxy / HTTP Monitor) that runs on your own computer. Your web browser (or any other Internet application) is then conf...
分类:Web程序   时间:2014-10-11 13:57:35    阅读次数:180
UML的基本图(三)
??An artifact diagramshows the physical constituents of a system on the computer. Artifacts include files, databases, and similar physical collections...
分类:其他好文   时间:2014-10-09 17:58:47    阅读次数:122
shell 获取网关 以及修改ip 启用网卡
shell 获取网关 以及修改ip 启用网卡#!/bin/bash#autho freefei#script is a init computer eth#data 2014 10 09 192.168.1.1netstats=$(netstat -r|grep default|cut -f 10....
分类:其他好文   时间:2014-10-09 17:53:47    阅读次数:214
POJ 1330 LCA裸题~
POJ 1330 DescriptionA rooted tree is a well-known data structure in computer science and engineering. An example is show...
分类:其他好文   时间:2014-10-09 13:40:33    阅读次数:300
计算机必读书籍
漫长的三年过去了,我们摸爬滚打,没有指路的明灯。我也在摸索中走了不少的弯路,向我的软件班的同学引荐别人推荐几本好书(我也是在查漏补缺),希望有志者能少走些弯路。 一、 科学哲学和管理哲学【1】 “程序开发心理学”(The Psychology of Computer Programming : Si...
分类:其他好文   时间:2014-10-09 01:49:37    阅读次数:396
更改计算机名称
Function Rename-Computer( $NewName,$AutoRestart=$false ){ $computer=Get-WMIObject Win32_ComputerSystem $computer.Rename( $NewName ) | out-null ...
分类:其他好文   时间:2014-10-09 00:45:27    阅读次数:255
Application binary interface and method of interfacing binary application program to digital computer
An application binary interface includes linkage structures for interfacing a binary application program to a digital computer. A function in a reloca...
分类:移动开发   时间:2014-10-08 16:41:45    阅读次数:302
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!