Welcome![Sign In][Sign Up]
Location:
Search - process cpu

Search list

[Other resourceCPU模拟

Description: 本软件实现了模拟cpu的基本工作原理和工作过程,可以实现机器指令级和微指令级的操作,同时又可在编辑窗口内自行变编辑指令,对于初学者学习CPU的结构和工作原理是很有帮助的-the software simulation cpu the basic working principle and the process, the machine can achieve the task of instruction-level and the operational level, but also within the edit window to change editorial direction, the CPU for beginners to learn the structure and working principle is very helpful
Platform: | Size: 121163 | Author: 叶靥 | Hits:

[Other resourcewb-cpu

Description: 该套软件用于提取王码98(或者其他版本)的五笔数据,精简后应用于嵌入式系统,如单片机。在DOS下,用TC模拟调试通过。很容易移植到单片机上。含五笔数据提取过程,输入时两分法查找的子程序。全部为C代码-the software used to extract Wangma 98 (or any other version), the five data streamlined used in embedded systems, such as SCM. In DOS, using simulation debugging through TC. Easily transplanted to MCU. With five data extraction process, the importation of two points when the subroutine you. All of the C code
Platform: | Size: 791924 | Author: WYS | Hits:

[OS programprocess

Description: 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 -prepared a simulation and debugging process scheduling procedures, "Priority number of the highest priority" Scheduling Algorithm of five scheduling process. "Priority number of the highest priority" scheduling algorithm The basic idea is to place the CPU allocated to the parade were the highest priority in the process. Static priority is the creation of a number of processes identified, and the entire process will not change during operation.
Platform: | Size: 9408 | Author: 111111 | Hits:

[Process-ThreadProcContrlTest

Description: 本程序实现ProcControl类,提供了enumerate各进程的功能(进程信息包括:进程ID,进程名称,用户名,内存使用情况,CPU情况等) 还提供启动进程,按进程名杀死进程,按进程ID杀死进程的功能。-ProcControl the program category, providing enumerate the functions of the process (process information, including : process ID, process name, user name, memory usage, CPU, etc.), also provided to initiate the process by killing the process from the process, the process by killing the process ID function.
Platform: | Size: 39936 | Author: 童彬 | Hits:

[ARM-PowerPC-ColdFire-MIPSCPU模拟

Description: 本软件实现了模拟cpu的基本工作原理和工作过程,可以实现机器指令级和微指令级的操作,同时又可在编辑窗口内自行变编辑指令,对于初学者学习CPU的结构和工作原理是很有帮助的-the software simulation cpu the basic working principle and the process, the machine can achieve the task of instruction-level and the operational level, but also within the edit window to change editorial direction, the CPU for beginners to learn the structure and working principle is very helpful
Platform: | Size: 120832 | Author: 叶靥 | Hits:

[OS programprocess

Description: 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 -prepared a simulation and debugging process scheduling procedures, "Priority number of the highest priority" Scheduling Algorithm of five scheduling process. "Priority number of the highest priority" scheduling algorithm The basic idea is to place the CPU allocated to the parade were the highest priority in the process. Static priority is the creation of a number of processes identified, and the entire process will not change during operation.
Platform: | Size: 176128 | Author: 111111 | Hits:

[Other Embeded programat45db321_m55800

Description: at45db321完整读写程序,cpu为m558-at45db321 integrity of the reading and writing process, cpu for m558
Platform: | Size: 4096 | Author: 黄黄 | Hits:

[Software EngineeringCPU

Description: 设计一个CPU的具体过程,包括实验目的,逻辑图-CPU design a specific process, including experimental purposes, the logic diagram
Platform: | Size: 14336 | Author: ncf | Hits:

[VHDL-FPGA-Verilogcpu

Description: Verilog实现的CPU程序,简单应用哈-Verilog realization of CPU process, simple application of Kazakhstan
Platform: | Size: 3072 | Author: liu | Hits:

[VHDL-FPGA-VerilogCPU

Description: 简单的16位CPU的VHDL设计 vhdl代码和cpu设计过程-Simple 16-bit CPU design of the VHDL code and VHDL design process cpu
Platform: | Size: 1488896 | Author: kilva | Hits:

[Software Engineeringguide

Description: 虚拟化是一个广义的术语,在计算机方面通常是指计算元件在虚拟的基础上而不是真实的基础上运行。虚拟化技术可以扩大硬件的容量,简化软件的重新配置过程。CPU的虚拟化技术可以单CPU模拟多CPU并行,允许一个平台同时运行多个操作系统,并且应用程序都可以在相互独立的空间内运行而互不影响,从而显著提高计算机的工作效率。-Virtualization is a broad term, in the computer usually refers to components in the calculation based on virtual rather than real based on the run. Virtualization technology can expand the capacity of the hardware to simplify the software re-configuration process. CPU virtualization technology can single-CPU simulation of multi-CPU parallel, allowing a platform to run multiple operating systems and applications can be independent of each other space to operate互不影响, thereby significantly improve the efficiency of the computer.
Platform: | Size: 188416 | Author: xiongjun | Hits:

[VHDL-FPGA-VerilogCPU

Description: 本人主要是介绍CPU和运算器级联的程序,采用的是VHDL语言-I was to introduce the CPU and the main computing device cascade process, using the VHDL language
Platform: | Size: 1024 | Author: 夜之灵 | Hits:

[OS programCPU

Description: 一个delphi开发的读CPU温度的程序-A delphi development of CPU time the process temperature
Platform: | Size: 475136 | Author: 刘军 | Hits:

[Windows Developprocess

Description: 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列是自己写的结构,用一个数组来实现队列,其实是实现了循环队列。在用一个变量running(int)来表示当前运行的进程(当然,这里也是进程数组的下标)。当进程调度时,其进程状态也相应改变,只是对两个队列和running的操作,同时改变该进程的状态(state)。 关键字:操作系统 进程调度 -In order to more fully use the CPU, must manage the process and the process of scheduling inter-relations, this experiment is to simulate the process of scheduling between the methods. In the experiment, only three state simulation of the activation process between, in order to facilitate observation of the activation process, I used manual mode of operation (that is, operator input in accordance with an order to do the conversion). In the procedure for the process to recommend a structure to set up an array of this type, with all the process of information storage also proposed for two out of the FIFO (ready, blocked) used to store the current process in place and the process of waiting for resources (in the process the two queues is stored in the storage process, the process of array subscript, used as a subscript uniquely identify and access, but not a pid). To write out the structure of their own, using an array to achieve the queue is a queue cycle. Using a variable in the runnin
Platform: | Size: 1136640 | Author: white Snow | Hits:

[Othercpu

Description: 简单CPU 能处理10条简单CPU指令 不包括IO指令-Simple CPU can process 10 a simple CPU instructions do not include IO commands
Platform: | Size: 1024 | Author: 谭国强 | Hits:

[Process-Threadmaxyang_ShowUseage

Description: 自制Windows任务管理器源码 一个以假乱真的任务管理器(界面有点像,但功能差远了),此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果,取CPU利用率的算法等都非本人原创的(作了部分修正)。-Home Source Windows Task Manager A highly advanced task manager (interface a bit like, but much worse function), the main implementation of this program to take the system s application list, taking the system all processes related to information (Image Name, PID, CPU time, memory usage), real-time CPU-use statistics obtained by the wave line rate and to describe real-time access memory usage records, and to the wave line to describe. Also achieved, the end of the task, new tasks, and switch to other functions. "Options menu" just realized "always best before", "View menu" just realized "update speed." Main function is not implemented, is to take each process CPU utilization and in the system tray display CPU line results. Some users use the program works algorithms: the picturesque background of the effect of CPU utilization, CPU utilization of the algorithm and so take my non-original (made partial amendments).
Platform: | Size: 46080 | Author: 1178 | Hits:

[OS programsigar-cpu-mem-process

Description: sigar获取系统信息 如内存CPU使用率 等-sigar1.6.4 source code used to obtain system information such as CPU utilization, memory
Platform: | Size: 27648 | Author: 中华 | Hits:

[Software EngineeringCPU-IC

Description: CPU卡一些资料,CPU IC卡系统通讯协议及底层程序的设计,CPU卡详解-CPU card with some information, CPU IC card system communication protocol and the underlying process of design, CPU card Detailed
Platform: | Size: 478208 | Author: xiaojiang | Hits:

[Shell apiProcess-CPU-Usage08132006

Description: This source code list the processes running and their individual CPU usage: for each process, you get his of processor time, exactly like in the windows task manager- This source code list the processes running and their individual CPU usage: for each process, you get his of processor time, exactly like in the windows task manager
Platform: | Size: 7168 | Author: Farooq | Hits:

[OtherCPU源码

Description: 可以优化指定的进程减少CPU占用,适合进程多开时使用(Optimize the process to reduce CPU occupancy)
Platform: | Size: 40960 | Author: Setall | Hits:
« 12 3 4 5 6 7 8 9 10 ... 32 »

CodeBus www.codebus.net