码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Sicily 1282. Computer Game
题目地址:1282. Computer Game思路: KMP算法,网上有很多资料,参考了一些网上的解题,收获很大,很感谢那些大神们!!! 通过这道题简单说说我对KMP算法的理解吧(大神们勿喷,虽然没人看我的orz~~~~囧)。 首先输入的是要匹配的字符串,如果这个字符串的首字母在整个字符串不...
分类:其他好文   时间:2014-11-14 21:00:22    阅读次数:137
hdu 3695 Computer Virus on Planet Pandora(AC自动机)
题目连接:hdu 3695 Computer Virus on Planet Pandora 题目大意:给定一些病毒串,要求判断说给定串中包含几个病毒串,包括反转。 解题思路:将给定的字符串展开,然后匹配一次后反转后再匹配一次。 #include #include #include #include #include #include using namespace s...
分类:Web程序   时间:2014-11-13 00:36:32    阅读次数:215
Palindrome(最长回文串manacher算法)O(n)
PalindromeTime Limit:15000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionAndy the smart computer science student was attend...
分类:编程语言   时间:2014-11-12 21:00:46    阅读次数:231
删除Linux自带的桌面图标
yuminstallgconf-editor运行gconf-editor,双击apps-nautilus-desktop通过勾选即可删除我的电脑等图标
分类:系统相关   时间:2014-11-12 18:12:02    阅读次数:190
Turn any Linux computer into SOCKS5 proxy in one command
Turn any Linux computer into SOCKS5 proxy in one command
分类:系统相关   时间:2014-11-12 13:33:02    阅读次数:627
呼叫中心相关术语
CTI CTI技术是从传统的计算机电话集成(Computer Telephony Integration)技术发展而来的,最初是想将计算机技术应用到电话系统中,能够自动地对电话中的信令信息进行识别处理,并通过建立有关的话路连 接,而向用户传送预定的录音文件、转接来话等。而到现在,CTI技术已经发展成...
分类:其他好文   时间:2014-11-12 00:24:31    阅读次数:303
Trees on the level
Background Trees are fundamental in many branches of computer science. Current state-of-the art parallel computers such as Thinking Machines' CM-5 are based on fat trees. Quad- and octal-trees are f...
分类:其他好文   时间:2014-11-11 22:56:41    阅读次数:239
C#面向对象编程-猜拳游戏
1.需求 现在要制作一个游戏,玩家与计算机进行猜拳游戏,玩家出拳,计算机出拳,计算机自动判断输赢。 2.需求分析 根据需求,来分析一下对象,可分析出:玩家对象(Player)、计算机对象(Computer)、裁判对象(Judge)。 玩家出拳由用户控制,使用数字代表:1石头、2剪子、3布 计算机出拳由计算机随机产生 裁判根据玩家与计算机的出拳情况进行判断...
分类:Windows程序   时间:2014-11-11 22:51:19    阅读次数:312
HDOJ 2196 Computer 树的直径
由树的直径定义可得,树上任意一点到树的直径上的两个端点之一的距离是最长的... 三遍BFS求树的直径并预处理距离....... Computer Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3522    Acce...
分类:其他好文   时间:2014-11-11 21:12:20    阅读次数:206
UVALive 5103 Computer Virus on Planet Pandora Description 求模式串出现的种数 AC自动机
题目链接:点击打开链接 题意: case数 n个模式串 一个母串。 问:n个模式串出现的种数(一个模式串多次出现只算一次) 对于 "ABC" , 若母串出现了"CBA"这样的反串,也算出现了。 所以: 1 ABC CBA  ans = 1 #include #include #include #include #include using namespace st...
分类:Web程序   时间:2014-11-11 00:53:31    阅读次数:306
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!