码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
【csapp读书笔记二】关于整数和浮点数的日常
PART I: IntegerThere are two types of integer : unsigned integer(only positive) & signed integer(positive,negative and 0)So how does a computer storag...
分类:移动开发   时间:2015-03-09 20:45:20    阅读次数:148
Xtool VAG401 - VCDS VAGCOM alternative for VAG diagnostics
My VCDS VAGCOM (clone) cable would not work recently and I could not find a place to buy a new cheap one. Anyway, I love VCDS, but I wanted a computer...
分类:其他好文   时间:2015-03-09 17:30:20    阅读次数:186
Linux 内核分析 之一:How Computer Works 实验
说明欧长坤原创作品转载请注明出处《Linux内核分析》MOOC课程http://mooc.study.163.com/course/USTC-1000029000这学期学校恰好有操作系统的课程,上个学习就开始寻思研究研究Linux内核代码,恰好MOOC有这个课程,遂选了此课。一、实验过程首先,我们将...
分类:系统相关   时间:2015-03-09 15:50:00    阅读次数:143
CF327D (dfs)
After too much playing on paper, Iahub has switched to computer games. The game he plays is called "Block Towers". It is played in a rectangular grid with n rows and m columns (it contains n?×?m cel...
分类:其他好文   时间:2015-03-09 14:33:43    阅读次数:151
How the Computer Works (based on X86/Linux)
注明李振业原创作品转载请注明出处《Linux内核分析》MOOC课程http://mooc.study.163.com/course/USTC-1000029000一、实验过程 首先创建一个C语言文件vimain.c接着编写一段C语言代码intg(intx) { returnx+32; } intf(intx) { returng(x); } intmain(void) { returnf(6)+1; ..
分类:系统相关   时间:2015-03-09 01:48:40    阅读次数:274
在TFS 2013上,使用tf workspace命令删除其他用户的工作区
在使用Team Foundation Server (TFS)的过程中,由于用户重装或切换了计算机,再次连接到TFS服务器的过程中可能会碰到错误提示“出错: 工作区 ComputerName;TFSUser 已存在于计算机 computer上。”,在这种情况下,用户可以使用tf workspace命...
分类:Web程序   时间:2015-03-09 00:18:32    阅读次数:2874
HardInfo表视图
selectComputers.Factoryas廠別, Computers.Departas部門, Computers.idas財產編號, Computers.Owneras使用者, Computers.Accountas帳戶, Computers.Locateas存放位置, Hardware.OSas操作系統, Hardware.CPU, Hardware.Computer_Typeas主機型號, Hardware.Ramas內存, concat(ce..
分类:其他好文   时间:2015-03-08 01:37:42    阅读次数:161
<汇编语言系列>计算机硬件系统与汇编
寒假时,有幸拜读了卡内基-梅隆大学(CMU)的Randal E.Bryant 和 David R.O'Hallaron的名著——深入理解计算机系统(Computer System: A Programmer's Perspective)。这本书是来自CMU的一门叫做“计算机系统导论”的课程。让人.....
分类:编程语言   时间:2015-03-07 23:58:32    阅读次数:349
(1)计算机是如何工作的
存储程序计算机(The stored program computer)内存存储指令和数据CPU解释指令X86实现(X86 implementation)Registers(寄存器)通用寄存器(General-Purpose Registers)段寄存器(Segment Registers)标志寄存...
分类:其他好文   时间:2015-03-07 19:54:03    阅读次数:101
ACM Computer Factory(dinic)
ACM Computer FactoryTime Limit:1000MSMemory Limit:65536KTotal Submissions:5596Accepted:1922Special JudgeDescriptionAs you know, all the computers used...
分类:其他好文   时间:2015-03-07 13:37:12    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!