计算机病毒的定义是: 计算机病毒(Computer Virus)是编制者在计算机程序中插入的破坏计算机功能或者数据的代码,能影响计算机使用,能自我复制的一组计算机指令或者程序代码。 由此可见 计算机病毒的两大特点是...
分类:
其他好文 时间:
2014-11-27 16:35:31
阅读次数:
274
http://rooftrellen.com/blog/computer-systems-a-programmers-perspective-chapter-2-homework-problem/
分类:
其他好文 时间:
2014-11-26 20:52:19
阅读次数:
183
Spring Security默认的用户登录表单 页面源代码Login PageLogin with Username and Password User: Password: Remember me on this computer.
分类:
编程语言 时间:
2014-11-26 13:35:55
阅读次数:
229
Computer TransformationTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6084Accepted Submission(s):...
分类:
其他好文 时间:
2014-11-25 18:00:25
阅读次数:
201
Types of visual descriptors[edit]
Descriptors are the first step to find out the connection between pixels contained in a digital
image and what humans recall after having observed an image or a ...
分类:
其他好文 时间:
2014-11-25 16:32:32
阅读次数:
293
题意:给t、n,t个案例,n个字符串 下面给n+1个字符串,n个互不相同的小串,最后一个是模式串 模式串会出现[qx]的形式,q为数字,x为一个字母问n个小串在模式串中出现的个数,正着出现、反着出现都算。蛮裸的ac自动机,本来想着在query里面把找到过的end清零,把模式串展开正着反着找两遍,.....
分类:
Web程序 时间:
2014-11-25 00:03:45
阅读次数:
267
Dynamic RankingsTime Limit:10 Seconds Memory Limit:32768 KBThe Company Dynamic Rankings has developed a new kind of computer that is no longer satisfi...
分类:
其他好文 时间:
2014-11-24 22:27:40
阅读次数:
416
Cache Definition: computer memory with short access time used for the storage of frequently or recently used instructions or data(i-cachhe and d-cache...
分类:
其他好文 时间:
2014-11-23 15:40:24
阅读次数:
221
The 3n + 1 problem
时间限制:1000 ms | 内存限制:65535 KB
难度:2
描述Problems in Computer Science are often classified as belonging to a certain class of problems (e.g., NP, Unsolvable, Recursive)....
分类:
其他好文 时间:
2014-11-23 00:42:44
阅读次数:
219
1.需求现在要制作一个游戏,玩家与计算机进行猜拳游戏,玩家出拳,计算机出拳,计算机自动判断输赢。2.需求分析根据需求,来分析一下对象,可分析出:玩家对象(Player)、计算机对象(Computer)、裁判对象(Judge)。 玩家出拳由用户控制,使用数字代表:1石头、2剪子、3布 计算机出拳由计算...