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

搜索资源列表

  1. 获得ip地址剪贴板操作系统托盘图标实现代码aa

    0下载:
  2. 获得ip地址剪贴板操作系统托盘图标实现代码-access ip address clipboard operating system tray icon to achieve code
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14292
    • 提供者:陈鹏
  1. 操作系统进程内存管理模拟特别版

    1下载:
  2. 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:70635
    • 提供者:锡文
  1. 图书馆操作系统

    0下载:
  2. 本系统可以被管理员、图书馆工作人员、和读者三种身份的人员通过帐号和密码以不同身份登陆到本系统,并实现各自的功能操作。-Intruction: Administrator, worker in library and readers can log in this system according to the user name and password respectly,then do some operations granted.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11605
    • 提供者:陈宏轩
  1. 关于操作系统进程调度实验报告

    1下载:
  2. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操作实现进程互斥.-process scheduling process manage
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:103081
    • 提供者:姚天伟
  1. 操作系统课程设计之哲学家问题

    0下载:
  2. 这个好程序实现了操作系统中最著名的哲学家问题,很好的界面让人耳目一新-procedures for the good of the operating system and the most famous philosopher, a very good fresh and new interface
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:1224772
    • 提供者:李里
  1. 操作系统课程设计之内存分配问题

    0下载:
  2. 这是操作系统中实现内存分配好好的程序,界面很美观,功能强大-This is the operating system to achieve good memory allocation procedure, the interface is very attractive and powerful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:165265
    • 提供者:李里
  1. 作业调度算法实现

    0下载:
  2. 这是一个关于作业调度和进程调度的算法实现,操作系统的试验程序!-This is one of the job scheduling and process scheduling algorithm, the operating system of testing procedures!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3199
    • 提供者:杨新
  1. 如何实现托盘程序

    0下载:
  2. 在Windows操作系统中,任务栏的右边(托盘)会常驻几个图标,如输入法切换图标、音量控制图标等,此外我们还经常遇到具有托盘图标的软件,如金山词霸、实时监测功能的杀毒软件等。这些软件在后台运行,通常不占用太多的屏幕资源,只在通知栏上放一个小小的标志,必要时我们可以通过用鼠标点击图标对其进行选单操作或激活其主窗口。该源代码给出了具体实现托盘程序-the Windows operating system, the right side of the task bar (tray) Permanent
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2726410
    • 提供者:jacky
  1. 模拟操作系统的实现

    0下载:
  2. 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配 ,虚拟存储管理器的页面调度.-operating system, the process of scheduling, memory management simulation memory management and allocation, and virtual storage management pages of scheduling.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18030
    • 提供者:黄兴
  1. 进程调度算法实现

    0下载:
  2. 操作系统——进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。-operating system -- the process of scheduling algorithm to achieve the main procedures of the process of scheduling priority to the most common algorithms and several Web-time algorithm.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:5195
    • 提供者:交易会
  1. 模拟操作系统

    0下载:
  2. 有机会获得处理器运行,这项工作被称为“作业调度”。实现这部分功能的程序就是“作业调度操作系统根据允许并行工作的道数和一定的算法从系统中选取若干作业把它们装入主存储器,使它们程序”。-have access to processor operation, which was known as the "Job Scheduling." To achieve this part of the procedure is to function "Job Schedulin
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:737673
    • 提供者:谢谦
  1. 操作系统_作业调

    0下载:
  2. 操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1228
    • 提供者:尹亮
  1. 操作系统大作业(内存分配)

    0下载:
  2. 这是一个操作系统作业的小程序,实现的工能是模拟内存分配。-This is a small operating system operating procedures, the public will realize it is the memory allocation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:271508
    • 提供者:巫昌凯
  1. 操作系统实习

    0下载:
  2. 在linux下实现文件的复制功能 对高校操作系统实习的非常有用-in achieving document reproduction function of the college internship operating system very useful
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:17904
    • 提供者:张华
  1. os

    0下载:
  2. 操作系统实验之模拟操作系统实现时间片转轮算法,包含自建头文件等-Experimental realization of the operating system to simulate the operating system time slice wheel algorithm, including self-built header files, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:9825
    • 提供者:boy
  1. DSP实时多任务操作系统设计与实现

    0下载:
  2. dsp 实时操作系统 学习非常实用,供大家学习,参考(DSP real time operating system learning)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:10717184
    • 提供者:llbpp
  1. www.java1234.com 操作系统设计与实现 第3版 上

    1下载:
  2. dsp 操作系统 使用说明,经典之作,共同进步,希望供帮助大家进步(DSP operating system instructions, classic, and common progress, we hope to help you progress)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:51991552
    • 提供者:llbpp
  1. 实验楼-操作系统的引导-代码

    0下载:
  2. 对应实验楼里的操作系统实验二,修改bootsect.s和setup.s,实现启动输出语句的改写和打印内存信息(Corresponding to the experimental building operating system experiment two, modify the bootsect.s and setup.s, to achieve the start and output statements rewritten and print memory information)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:599040
    • 提供者:davidluan
  1. 操作系统作业

    0下载:
  2. 里面实现了操作系统的随机生成虚拟页面并分配至物理页框的结构(Inside the operating system to achieve the random generation of virtual pages and assigned to the physical page frame structure)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3713024
    • 提供者:Parallel
  1. 基于C语言实现的模拟操作系统文件系统

    1下载:
  2. 模拟linux操作系统,期末课程设计,实现linux基本功能,显示所有文件,返回目录(Simulation of linux operating system, final course design, realize the basic functions of linux, display all files, return to the directory)
  3. 所属分类:其他

    • 发布日期:2020-05-26
    • 文件大小:2367488
    • 提供者:帕西法尔
« 12 3 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com