码迷,mamicode.com
首页 >  
搜索关键字:computer opencart 主题模板 abc-0060    ( 3143个结果
HDOJ-1041 Computer Transformation(找规律+大数运算)
http://acm.hdu.edu.cn/showproblem.php?pid=1041有一个初始只有一个1的串 每次都按①0 -> 10;②1 -> 01;这两条规则进行替换形如:n = 1 1 n = 2 01 n = 3 1001 ...求经过n步替换之后 串中只含复数个0的连...
分类:其他好文   时间:2015-02-21 22:15:29    阅读次数:211
用C语言编写简单的病毒
[摘要]在分析病毒机理的基础上,用C语言写了一个小病毒作为实例,用TURBOC2.0实现.[Abstract] This paper introduce the charateristic of the computer virus,then show a simple example writte...
分类:编程语言   时间:2015-02-19 18:37:22    阅读次数:272
URAL 1557 Network Attack 图论,连通性,tarjain,dfs建树,分类讨论 难度:2
http://acm.timus.ru/problem.aspx?space=1&num=15571557. Network AttackTime limit: 2.0 secondMemory limit: 64 MBIn some computer company, Mouse Inc., th...
分类:Web程序   时间:2015-02-18 00:54:26    阅读次数:365
重新写的Gridland
这道题是我很久以前的时候写的,今天我同学问我这道题怎么做,本想偷懒来着,直接看看,但是,没有任何的线索告诉我从那个角度出发,哎,这也是我不足的地方,下面先给题目,分析在后面。 BackgroundFor years, computer scientists have been trying to find efficient solutions to different computing pro...
分类:其他好文   时间:2015-02-17 15:23:24    阅读次数:191
HDOJ 5154 Harry and Magical Computer floyd判环
floyd判环 Harry and Magical Computer Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1005    Accepted Submission(s): 404 Problem ...
分类:其他好文   时间:2015-02-15 23:10:32    阅读次数:189
Graph Cut and Its Application in Computer Vision
Graph Cut and Its Application in Computer Vision原文出处:http://lincccc.blogspot.tw/2011/04/graph-cut-and-its-application-in.html网络流算法最初用于解决流网络的优化问题,比如水管网...
分类:移动开发   时间:2015-02-15 20:34:44    阅读次数:212
【OP001】opencv强大的视频图形图像处理
OpenCV是什么?   OpenCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通...
分类:其他好文   时间:2015-02-15 13:36:55    阅读次数:137
Geometry Made Simple
Geometry Made SimpleDescriptionMathematics can be so easy when you have a computer. Consider the following example. You probably know that in a right-angled triangle, the length of the three sides a, b...
分类:其他好文   时间:2015-02-13 22:28:43    阅读次数:222
Update Tutorial for FVDI Driver from V2.10 to V2.8.14
I would like to share how to upgrade your FVDI Driver from V2.10 to V2.8.14.1. Open Computer Management, and then find USB Serial Converter, subsequen...
分类:其他好文   时间:2015-02-13 13:04:39    阅读次数:159
how to forget about delta cycles for RTL design
A delta cycle is a VHDL construct used to makeVHDL, a concurrent language, executable on asequential computer.For RTL design, you can adopt some simpl...
分类:其他好文   时间:2015-02-12 12:21:29    阅读次数:111
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!