码迷,mamicode.com
首页 >  
搜索关键字:computer opencart 主题模板 abc-0060    ( 3143个结果
转:CPU与内存的那些事
下面是网上看到的一些关于内存和CPU方面的一些很不错的文章. 整理如下:转: CPU的等待有多久?原文标题:What Your Computer Does While You Wait原文地址:http://duartes.org/gustavo/blog/[注:本人水平有限,只好挑一些国外高手的精...
分类:其他好文   时间:2014-11-18 13:20:14    阅读次数:219
华盛顿大学计算机视觉课程笔记(一)
课程的第一节,是一个综述性的课。对于这节课,我总结为以下几个问题:(一)什么是计算机视觉;(二)怎样实现计算机视觉(怎么让机器看懂图像)(三)计算机视觉的应用有哪些。那么首先解决第一个问题:什么是计算机视觉。Computer vision is a field that includes metho...
分类:其他好文   时间:2014-11-16 18:32:25    阅读次数:186
什么是string interning(字符串驻留)以及python中字符串的intern机制
In computer science, string interning is a method of storing only one copy of each distinct string value, which must be immutable. Interning strings makes some string processing tasks more tim...
分类:编程语言   时间:2014-11-16 12:06:31    阅读次数:221
Upgrading an ASP.NET MVC 2 Project to ASP.NET MVC 3 Tools Update
ASP.NET MVC 3 can be installed side by side with ASP.NET MVC 2 on the same computer, which gives you flexibility in choosing when to upgrade an ASP.NE...
分类:Web程序   时间:2014-11-16 09:22:48    阅读次数:186
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!