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

搜索资源列表

  1. 模拟二级文件系统

    3下载:
  2. 用C语言编写程序,模拟二级目录的文件系统 建立一个模拟文件系统,能实现建立、打开、删除、关闭、复制、读、写、查询等功能-use C language write programmes,simulate two-level directory file systems,create a simulated file systems in order to realize the functions such as create,open,delete,close,copy,read,write,f
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:19001
    • 提供者:唐瑜
  1. TURBO C 文件管理器及其源码

    0下载:
  2. turbo c 编写的文件管理器。有源程序。-paper prepared by the manager. A source.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:33845
    • 提供者:tang
  1. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:300420
    • 提供者:Yang
  1. ThreadMetric.rar

    1下载:
  2. 实时操作系统的时间参数测试代码,只要用于ThreadX,同时它具有可移植性,并有port.c文件来方便开发人员进行代码移植。C写的时间参数测试用例。,RTOS test suite,for ThreadX.also can be used in Linux or uc/os. Test the time parameter for RTOS,such as ContextSwitch time and response time.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:81745
    • 提供者:郑志
  1. caozuoxitongshiyandaima

    0下载:
  2. 操作系统实验源代码 用C++写的 包括 进程调度,内存分配与回收 文件管理 -Experiment with the operating system source code C++ Writing, including process scheduling, memory allocation and recovery of document management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:41701
    • 提供者:wtl
  1. c

    0下载:
  2. 要求: 1。实现三种算法: 1。先来先服务 2。最短寻道优先(老师会给当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-Requirements: 1. The realization of the three algorithms: 1. First Come First
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1748
    • 提供者:
  1. Operatingsystemscurriculumdesignsimulationofhefile

    0下载:
  2. 操作系统课程设计,模拟文件系统算法的C编写-Operating systems curriculum design, simulation of the file system algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:69551
    • 提供者:hhb
  1. Linux

    0下载:
  2. 对linuix 文件系统的模拟,包含了若干文件命令,是用c语言实现的。-Linuix file system on the simulation, the order contains a number of documents is achieved with c language.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:347499
    • 提供者:lutao
  1. firstsuit

    0下载:
  2. 文件的首次适应算法和最佳适应算法,实验平台是vc.-Documents the first time the best algorithm and adapt to meet the algorithm, the experimental platform is vc.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:898909
    • 提供者:王一奇
  1. socket

    0下载:
  2. UNIX中实现基本远程socket通信的代码,主要是将客户端一个文件复制到服务器端-UNIX remote socket to achieve the basic communication code, the client is mainly a file copied to the server-side
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:4028
    • 提供者:林毅
  1. c

    0下载:
  2. 一个简单的操作系统,采用微内核结构,具有进程管理,文件系统,内存管理等内容,适合操作系统的入门学习!-A simple operating system, the use of micro-kernel structure, with process management, file system, memory management, etc., the entry for the operating system to learn!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:370927
    • 提供者:sinix
  1. Os_cpu_a

    0下载:
  2. UCOSII在XC164芯片上的移植程序中所要修改的其中一个文件。-In the XC164 chip UCOSII transplant program in which you want to modify a file.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4218
    • 提供者:tianyouguo
  1. fat32.C

    0下载:
  2. 这种格式采用32位的文件分配表,使其对磁盘的管理能力大大增强,突破了FAT16对每一个分区的容量只有2 GB的限制。由于现在的硬盘生产成本下降,其容量越来越大,运用FAT32的分区格式后,我们可以将一个大硬盘定义成一个分区而不必分为几个分区使用,大大方便了对磁盘的管理。而且,FAT32具有一个最大的优点:在一个不超过8GB 的分区中,FAT32分区格式的每个簇容量都固定为4KB,与FAT16相比,可以大大地减少磁盘的浪费,提高磁盘利用率。目前,支持这一磁盘分区格式的操作系统有Win97、Win9
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:827
    • 提供者:樊晓博
  1. File

    0下载:
  2. 操作系统课程设计,文件管理系统的c++源码,有文件增加,删除,创建目录,修改文件,保存当前状态等功能。-Operating systems curriculum design, document management system c++ source code, there are files to add, delete, create directories, modify files, save the current state functions.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4722
    • 提供者:eewcee
  1. c-open()

    0下载:
  2. 有关C语言fread()函数和fwrite()函数的详细讲解,有助于帮助你了解有关C的文件操作-The C language fread () function fwrite () function explained in detail to help to help you learn more about C file operations
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:80104
    • 提供者:李兵兵
  1. 模拟操作系统

    0下载:
  2. os模拟操作系统案例,附加实验指导书(理解操作系统文件系统的某些工作原理,学习文件操作命令的设计方法)(OS simulation operation)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-02
    • 文件大小:27648
    • 提供者:boboby
  1. 新建文件夹

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

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:mmmdddddd
  1. filesystem

    0下载:
  2. 实现了简单的操作系统的文件系统,运用的是c++语言,适用于操作系统课程作业(A file system that implements a simple operating system)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:一叶、之秋
  1. 二级文件系统

    0下载:
  2. 通过C++完成的基本的二级文件系统框架,可以有多用户,该系统有Create、delete、open、close、read、write这些功能(Through the basic two level file system framework completed by C++, there can be multiple users, which have the functions of Create, delete, open, close, read, and write.)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-30
    • 文件大小:165888
    • 提供者:阿姐
  1. 新建文件夹

    0下载:
  2. 基于C语言的操作系统开发,实现消费者与生产者的关系(The operation system based on C language realizes the relationship between consumers and producers.)
  3. 所属分类:操作系统开发

    • 发布日期:2018-05-01
    • 文件大小:24576
    • 提供者:海本
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com