码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
shopt
本文出自 “Mr_Computer” 博客,请务必保留此出处 Bash Shell有个extglob选项,开启之后Shell可以另外识别出5个模式匹配操作符,能使文件匹配更加方便。开启方法很简单,使用shopt命令:shopt -s extglob 关闭,,使用shopt命令:shopt -u ex ...
分类:其他好文   时间:2016-08-12 07:54:33    阅读次数:121
ACM: Gym 100935F A Poet Computer - 字典树
Gym 100935F A Poet Computer Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Gym 100935F A Poet Computer Description standard inpu ...
分类:其他好文   时间:2016-08-11 00:56:46    阅读次数:213
MD5
综述 MD5的全称是message-digest algorithm 5(信息-摘要算法),在90年代初由mit laboratory for computer science和rsa data security inc的ronald l. rivest开发出来,经md2、md3和md4发展而来。它 ...
分类:其他好文   时间:2016-08-11 00:51:17    阅读次数:183
字典树 - A Poet Computer
The ACM team is working on an AI project called (Eih Eye Three) that allows computers to write poems. One of the problems they stumbled upon is findin ...
分类:其他好文   时间:2016-08-10 22:42:20    阅读次数:299
磁盘管理
常见的总线: IDE,SATA,SCSI,SAS,USB hd*: IDE(ATA)sd*: SATA,SCSI(small computer system interface),SAS,USB 主分区(最多有4个,剩余空间不可用) (想划分超过4个分区,需要借助扩展分区和逻辑分区) 0磁道0扇区是 ...
分类:其他好文   时间:2016-08-10 19:20:11    阅读次数:163
Objective-C文件操作之NSCoding协议之小练习
如果类遵循了NSCoding协议,则在类中必须实现该协议的编码和解码这两种实例方法。此功能提供了基础的归档和解档功能。 小练习: 1.定义一个Computer类 实例变量:float width;NSString *name; 方法:一个带两个参数的初始化函数; print()函数 dealloc函 ...
分类:其他好文   时间:2016-08-10 16:15:28    阅读次数:119
论文笔记之:Playing for Data: Ground Truth from Computer Games
Playing for Data: Ground Truth from Computer Games ECCV 2016 Project Page:http://download.visinf.tu-darmstadt.de/data/from_games/index.html arXiv Pape ...
分类:其他好文   时间:2016-08-10 06:31:33    阅读次数:161
覆盖与隐藏的区别 (一个列子)
例子: class Student1{ int math = 70; static int computer = 80; int english = 65; public Student1(){ study(); exercise(); } public void study(){ System.o ...
分类:其他好文   时间:2016-08-09 20:40:43    阅读次数:140
Objective--C Practice and source code
Qustion:(MRC下) 1、定义一个Computer类 实例变量:float width; NSString *name; 方法:一个带两个参数的初始化函数;print()函数;dealloc()函数; 2、定义一个Person类 实例变量:NSString *name; Computer * ...
分类:其他好文   时间:2016-08-09 14:59:04    阅读次数:165
Complexities
This webpage covers the space and time Big-O complexities of common algorithms used in Computer Science. When preparing for technical interviews in the past, I found myself spending hours crawling the internet...
分类:其他好文   时间:2016-08-08 22:51:24    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!