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

搜索资源列表

  1. 最佳置换算法

    0下载:
  2. 该代码实现了操作系统中的最佳置换算法,相关代码可以实现功能的拓展,代码只提供最基本的思路和实现(The code implements the best replacement algorithm in the operating system,the related code can realize the expansion of function,Code provides only the most basic ideas and Implementation)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:1024
    • 提供者:wwwssh
  1. VxWorkskfjc_pdf

    0下载:
  2. 一本很好的vxworks操作系统指导资料,用于熟悉系统和编程(vxworks programming guideline)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1985536
    • 提供者:风云游子
  1. zuoyediaodu

    0下载:
  2. 操作系统的进程调度实验,可运行可实现,非常好用好好学(This is a very good programe about c)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-07
    • 文件大小:41984
    • 提供者:wt666666
  1. 生产者消费者作业02

    0下载:
  2. C#编写的有关操作系统中生产者与消费者问题的实例,画面美观,生动形象的描绘了生产者与消费者之间的关系,代码部分简介易懂。(C# is an example of the problem of producers and consumers in the operation system. The picture is beautiful, vividly depicting the relationship between producers and consumers, and the cod
  3. 所属分类:C#编程

    • 发布日期:2018-01-08
    • 文件大小:5148672
    • 提供者:炙热的眼
  1. 15427018-凌恺-4

    0下载:
  2. 操作系统实验题,学会操作linux系统的学习基础,学会在linux系统编写c语言。(The operating system experiment questions, learn to operate the learning base of Linux system, and learn to write c voice in the Linux system.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:330752
    • 提供者:玲玲妖
  1. YHJSF

    0下载:
  2. 操作系统书籍中,银行家算法实验C#窗体代码,简易(In the operating system books, the banker's algorithm experiment C# form code is simple and simple.)
  3. 所属分类:C#编程

  1. 新建文件夹

    0下载:
  2. 基于C语言的操作系统首次适应算法内存分配的模拟(Distribution of simulated first adaptive algorithms)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:mmmdddddd
  1. 1511410-张浩然-信息安全-lab1&lab2

    0下载:
  2. 操作系统 MIT 2014 实验1和实验2(OS MIT 2014 LAB 1 & 2 C code)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:4532224
    • 提供者:prin1127
  1. FileManageSystem

    0下载:
  2. 用C编写和调试一个文件系统,功能使用命令行的方式实现。模拟文件管理的工作过程。 说明: 1)每个目录项16个字节(在2.2中有具体定义),所以根目录下只允许建立4个子目录或者文件。 2)i-node位图1块64字节,共512位,可以描述512个i-node的使用情况 3)位图的数据结构可以参考“位域”数据结构类型。 4)Data Block区的数据块,是三种类型。包括索引块,文本文件数据块,目录文件数据块。定义时使用union类型(A file system is written a
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:FeedK
  1. 操作系统-模拟动态分区分配

    0下载:
  2. 使用C语言实现模拟动态内存分区分配,运用最佳适应算法,最先适应算法以及最坏适应算法进行分区的动态扽陪管理,分多种情况进行分区的合并以及回收(The use of C language simulation of dynamic memory allocation, using the best fit algorithm, the adaptive algorithm and the worst fit algorithm with dynamic drag partition manageme
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:翼展
  1. 操作系统

    0下载:
  2. 此程序的使用方法和资源管理器类似,因为是可视化的界面,操作还是比较方便的.(The use of this program is similar to the resource manager, because it is a visual interface, and it is more convenient to operate.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-18
    • 文件大小:1429504
    • 提供者:浩emmmm
  1. pca-master (1)

    0下载:
  2. 此源代码使用Eigen C ++库在C ++中实现了PCA算法。 运行代码所需的组件: - 安装Visual Studio 2012(Express Edition工作正常) - Windows操作系统(Windows 7或更高版本) 如何运行源代码: - 打开文件。\ pca \ PrincipalComponentAnalysis \ PrincipalComponentAnalysis \ Program.cpp - 在行和列变量中设置矩阵的尺寸。 - 在m变量中设置
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:10320896
    • 提供者:HJL Kevin
  1. linux操作系统编程标准实验报告

    0下载:
  2. 本实验报告涉及ls,cp,lscp,线程,进程,生产者消费者,哲学家进餐(This is a Linux C report, which includes the source code of ls, cp, lscp, producter & consumer and philospher.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-19
    • 文件大小:1823744
    • 提供者:cos哥
  1. OPENCV图像处理的函数说明

    0下载:
  2. OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。它轻量级而且高效--由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。 OpenCV用C++语言编写,它的主要接口也是C++语言,但是依然保留了大量的C语言接口。该库也有大量的Python, Java and MATLAB/OCTAVE (版本2.5)的接
  3. 所属分类:图形图象

    • 发布日期:2018-04-22
    • 文件大小:370688
    • 提供者:yuxuefenfei
  1. 动态分区算法

    0下载:
  2. 直接打开visual c++ 6.0,支持在window2010打开。(Open visual c++ 6 directly, and support open at window2010.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:342016
    • 提供者:javaweb小白
  1. Cpp1

    0下载:
  2. C语言编写的查询,存储,保存,学生信息等一些操作(Inquire about student information)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:980203
  1. 程序源码-codeblocks写的

    0下载:
  2. 使用C++实现操作系统·进程状态转换与管理模块的模拟实现(Simulation Implementation of operating system / process state conversion and management module using C++)
  3. 所属分类:系统/网络安全

    • 发布日期:2018-04-18
    • 文件大小:296960
    • 提供者:小小明啊
  1. Producer_Consumer

    0下载:
  2. 在windows平台下使用C++编写的生产者-消费者问题。模拟了多线程处理。(Producer-consumer using C++)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:kagamisama
  1. main.cpp

    0下载:
  2. 操作系统实验中的进程调度算法之抢占式SJF算法(Preemptive shortest-job-first algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:ZYLCrystal
  1. 时间片轮转

    0下载:
  2. 操作系统课程设计 时间片轮转算法 C++语言(The design of the operating system course Round Robin C++ language)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:218112
    • 提供者:fafa05
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com