CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - computer systems a programmer

搜索资源列表

  1. PE-51

    0下载:
  2. 51单片机增强型学习系统是将实验板、编程器、 ISP下载线集成在同一系统中,配合通用控制软件,可以直接支持51系列单片机的烧写和实验。您只需一套51单片机增强型学习系统和一台电脑而不需要其它任何设备即可轻松学习51系列单片机,是初学者入门的最佳选择-51 microcontroller-enhanced learning system is the experimental boards, programmer, ISP download cable integrated in the same
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.47mb
    • 提供者:路江华
  1. Instructors-Solution-Manual.pdf.tar

    1下载:
  2. 《深入理解计算机系统》课后作业答案(英文版)-<computer systems : a programmer perspective> instructor s solution manual
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:235.78kb
    • 提供者:joe
  1. serial2

    0下载:
  2. WIN32串口通信源代码,封装良好,使用方便。-Serial Communication for WIN32 Each programmer knows that accessing the hardware ports of a computer is getting more and more complicated. The software presented here intends to ease the development of applications using the
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:62.27kb
    • 提供者:zzj
  1. code-all

    0下载:
  2. Computer Systems: A Programmer s Perspective Randal E. Bryant and David R. O Hallaron This directory contains the code examples in the CS:APP text. The code shown in the text is included automatically from the files in this directory, with
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:7.87mb
    • 提供者:jacklu
  1. ComputerSystems--AProgrammersPerspective

    0下载:
  2. 从程序员的角度看计算机操作系统~ 很不错的书 大家都加油了-Computer Systems--A Programmer s Perspective
  3. 所属分类:OS Develop

    • 发布日期:2017-05-16
    • 文件大小:4.16mb
    • 提供者:puppy
  1. shchuan

    0下载:
  2. ics(计算机系统基础)课程第1学期的13个作业,有答案。配套书籍(深入理解计算机系统computer system:a programmer s perpective)-ics (computer system based) courses 1 semester of 13 operations, with some answers. Complete books (in-depth understanding of computer systems computer system: a pr
  3. 所属分类:Linux-Unix program

  1. Computer_Systems_A_Programmers_Perspective.pdf.zi

    0下载:
  2. This book is for programmers who want to write faster and more reliable programs. By learning how programs are mapped onto the system and executed, readers will better understand why programs behave the way they do and how inefficiencies arise. Compu
  3. 所属分类:SCM

    • 发布日期:2017-05-16
    • 文件大小:4.21mb
    • 提供者:teddy.danials
  1. 016052-01.RAR

    0下载:
  2. 从使用者的角度看,操作系统使得计算机易于使用。从程序员的角度看,操作系统把软件开发人员从与硬件打交道的繁琐事务中解放出来。从设计者的角度看,有了操作系统,就可以方便地对计算机系统中的各种软、硬件资源进行有效的管理。-From the user' s point of view, the operating system makes the computer easy to use. From a programmer' s point of view, the operating s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3.04mb
    • 提供者:jiafb
  1. Computer-Systems

    0下载:
  2. 这本书中文名为深入理解计算机系统,作者从一个程序员得角度对计算机系统进行了深入的剖析,这本书能帮助广大的程序员走上高手之路。本书为英文原版,如果大家需要中文版我可以上传。-This book can be called classic, the author was from the perspective of a programmer-depth computer system analysis, this book will help the majority of the program
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2.99mb
    • 提供者:成名
  1. code

    0下载:
  2. Computer Systems A Programmer s Perspective code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:51.22kb
    • 提供者:snowpeak
  1. A-Programmers-Perspective.pdf

    0下载:
  2. 本书适用于那些想要写出更快、更可靠程序的程序员。通过掌握程序是如何映射到系统上,以及程序是如何执行的,读者能够更好的理解程序的行为为什么是这样的,以及效率低下是如何造成的。粗略来看,计算机系统包括处理器和存储器硬件、编译器、操作系统和网络互连环境。而通过程序员的视角,读者可以清晰地明白学习计算机系统的内部工作原理会对他们今后作为计算机科学研究者和工程师的工作有进一步的帮助。它还有助于为进一步学习计算机体系结构、操作系统、编译器和网络互连做好准备。   本书的主要论题包括:数据表示、C程序的机
  3. 所属分类:Compiler program

    • 发布日期:2017-06-20
    • 文件大小:30.63mb
    • 提供者:乔雪原
  1. computer_systems_a_programmers

    0下载:
  2. 深入理解计算机操作系统 英文 2th 本书从程序员的视角详细阐述计算机系统的本质概念,并展示这些概念如何实实在在地影响应用程序的正确性、性能和实用性。全书共12章,主要内容包括信息的表示和处理、程序的机器级表示、处理器体系结构、优化程序性能、存储器层次结构、链接、异常控制流、虚拟存储器、系统级I/O、网络编程、并发编程等。书中提供大量的例子和练习,并给出部分答案,有助于读者加深对正文所述概念和知识的理解。   本书的最大优点是为程序员描述计算机系统的实现细节,帮助其在大脑中构造一个层次型
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4.16mb
    • 提供者:阿联
  1. CSAPP_datalab

    0下载:
  2. 卡耐基梅隆大学-深入理解计算机系统datalab参考-Carnegie Mellon University- Computer Systems-A Programmer s Perspective datalab bits.c reference
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4.3kb
    • 提供者:刘铭名
搜珍网 www.dssz.com