CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - cpu设计

搜索资源列表

  1. JCHENG

    0下载:
  2. 设计有n个进程的程序,其中每个进程控制块PCB中包括: 进程名(ID),进程优先数(Priority),进程进入CPU的时间(Intime),程序需要运行的时间(Alltime) 将PCB块联接在一个单链表(数据结构)中,并在屏幕上显示其内容-n design process procedures, which each process control block PCB include : process (ID), the process priority (Priority), the p
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1995
    • 提供者:姚紫欣
  1. JCHENG2

    0下载:
  2. 设计一个程序模拟进程管理的过程,采用时间片轮转法,进程占用CPU的时间片有每个进程的优先数来确定。(约定:每个优先数对应10分钟)-design a simulation process management process using time-Web, the process of CPU time for each and every piece of the process to determine the priority number. (Agreement : each corre
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1882
    • 提供者:姚紫欣
  1. complexcpu_design

    0下载:
  2. 主要介绍一个很好的设计思想,介绍复杂cpu设计的框图。-introduces a very good design, introduced cpu design of complex diagram.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:96337
    • 提供者:刘永
  1. GetProcessorID

    1下载:
  2. labview的源代码,用于获得CPU的序列号,对于软件的安全设计意义重大。实际应用如:自己设计的软件别人使用时,可采用机器序列号唯一对应的授权号,这样可以避免自己的劳动成果被别人占有-PC source code for access to the CPU serial number, software for the safety design of great significance. Practical applications such as : their design softw
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:129587
    • 提供者:wangliang
  1. UCOSIIkernalschedinganalysis

    0下载:
  2. 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:161385
    • 提供者:Jacky
  1. infromation

    0下载:
  2. vc++课程设计做的一个系统信息程序,包括CPU占用,内存的使用等等系统信息。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:174187
    • 提供者:gp
  1. CPUAndDiskReg

    0下载:
  2. 根据CPU序列号和磁盘序列号设计软件注册程序
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16677
    • 提供者:david
  1. CPUAndDiskReg

    0下载:
  2. 这是一个根据CPU序列号、磁盘序列号设计软件注册程序的源码,实用性很强。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:19492
    • 提供者:王先生
  1. cpu

    0下载:
  2. 这个是操作系统的cpu调用的设计,很简单的,但是完全符合要求
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:18752
    • 提供者:gao
  1. Linux程式设计之四

    0下载:
  2. 共享记忆体是指同一块记忆体区段被一个以上的行程所分享。这是我们所知速度最快的行程间通讯方式。使用共享记忆体在使用多CPU的机器上,会使机器发挥较佳的效能。-shared memory is with a memory segment was more than one trip to share. We know this is the fastest means of communication between the itinerary. The use of shared memory i
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:118350
    • 提供者:飞杨
  1. CPU

    0下载:
  2. Intel的并不是在一个芯片上集成四个硬件核心,而是采用双芯片的组合方式,Intel只需要生产双核Core 2 Duo处理器,然后再将芯片封装在一起,成为四核心的Core 2 Quad。不过,Core 2 Quad 双芯片四核设计存在问题,虽然Core 2 Duo芯片内部的双核心可以共享二级缓存,具有较高的协作效率-Intel is not in a hardware chip four-core, instead of using the two-chip combination of the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2555515
    • 提供者:阿泰
  1. wangka

    0下载:
  2. 网卡序列号设计软件注册程序 根据cpu序列号、磁盘序列号设计软件注册程序-Card serial number of the registration process design software
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:5526
    • 提供者:周玉佳
  1. miniPentium

    0下载:
  2. 此代码主要根据自己设计的一套编码规则,在VC环境学下模拟cpu的运行过程- simulate runing of cpu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:171172
    • 提供者:chenbing
  1. CPU

    0下载:
  2. cpu累加器。主要用于在RISC_CPU设计中的累加器module中,同时还包含cpu的其他模块-cpu accumalation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:113211
    • 提供者:majiajun
  1. CPU

    1下载:
  2. 用VC++模拟单周期cpu,是体系结构课程的一次作业,包括硬件设计,指令设计等,仅十几条汇编指令啦,程序还支持堆栈操作,能进行算术运算,输入运算表达式就能自动生成汇编代码,代码装载后可以调试运行,支持单步和全速运行-Using VC++ simulation of single-cycle cpu, is a one-stop course architecture, including hardware design, instruction design, only dozens of as
  3. 所属分类:Windows Kernel

  1. CPU

    0下载:
  2. CPU亲和性代码,案例中2个CPU可以根据情况自己设计-CPU affinity code, case 2 the situation can design their own CPU
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:134617
    • 提供者:flower.chen
  1. SystenInfor

    0下载:
  2. 可以显示系统信息,如硬盘,cpu,mac等等,不错-Can display system information, such as hard disk, cpu, mac, etc., well
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:574230
    • 提供者:林德发
  1. cpu

    0下载:
  2. 通过一台模型机的设计过程,明确计算机的控制原理与控制过程,巩固和灵活应用所学的理论知识,掌握计算机组成的一般设计方法-General design approach through a model of the design process, clear the computer' s Control Principle and process consolidation and flexible application of the theoretical knowledge, mast
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:2336629
    • 提供者:纳兰歌
  1. prodesb

    0下载:
  2. 有是一个简单的cpu设计的开发过程!里面 有代码,和分析-There is a simple CPU design development process.
  3. 所属分类:Network Security

    • 发布日期:2017-12-15
    • 文件大小:78848
    • 提供者:saacs
  1. sdcc-src-2.9.0.tar

    1下载:
  2. sdcc是为51等小型嵌入式cpu设计的c语言编译器源码(sdcc to 51 other small-scale embedded cpu design c compiler sourecode)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-02
    • 文件大小:3764224
    • 提供者:yld51
« 12 »
搜珍网 www.dssz.com