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

搜索资源列表

  1. 源代码转换工具_SourceTo

    0下载:
  2. SourceTo概述 SourceTo是一个源代码转换工具。它对于需要将源代码转成其他文本格式(比如HTML,RTF)的人来说将是一个好帮手。如果你有在网站上发表技术文章的习惯,赶快获得一个SourceTo,它将为你的文章增色不少... -SourceTo outlined SourceTo is a source code conversion tools. It will require the source code into the other text format (such as
  3. 所属分类:操作系统开发

    • 发布日期:2010-07-09
    • 文件大小:1463141
    • 提供者:莫选齐
  1. ShfuCOS

    0下载:
  2. ucOS-II到S3C44B0的移植源代码,已经成功移植,并添加了几个自己写的测试任务。-ucOS-II S3C44B0 transplant to the source code, which has been successfully transplanted and add a few of his own writing and testing task.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:101981
    • 提供者:孙明
  1. OSmulu

    0下载:
  2. MDO1铺设好了数据结构和主调函数。但是发现在输出显示目录和添加删除时比较麻烦,所以想改用结构体,双向链表和栈实现。 MDO2实现了用栈显示出当前路径 MDO3实现了cmd中输入路径名成查找到当前目录的问题。各种情况和cmd的路径一样。 MDO4实现了MD,MK,RD,DEL功能,但是只能在当前目录下操作创建删除文件夹。 -MDO1 laying of a good data structure and function of melody. However found in t
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10319
    • 提供者:billdong
  1. ossystem

    0下载:
  2. 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4139
    • 提供者:Li
  1. vbthread

    0下载:
  2. VB编的多线程示例,可以自己添加线程.个数基本不限制-VB series multithreading example, can add their own thread. Without limiting the number of basic
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-15
    • 文件大小:8383
    • 提供者:chengfan
  1. zaixiankaoshitong

    0下载:
  2. 可添加、删除、列出试题答案、修改密码等功能-can add, delete, list answer questions, such as password change function
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-15
    • 文件大小:32061
    • 提供者:倩倩
  1. 操作系统试验报告

    2下载:
  2. 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。-Test Objective : To study the Linux threading mechan
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8533
    • 提供者:张飞
  1. Right-click

    0下载:
  2. 在系统的右键菜单添加显示/隐藏系统文件+扩展名的小程序,非常实用。-Add in the context menu of the system to display/hide system files+ extension program, very useful.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1180
    • 提供者:7k
  1. program

    0下载:
  2. 设计实现4bit FIFO, 数据深度为8, 产生满, 空状态标志-The diagram of FIFO is shown in figure 1. The FIFO consists of two component: FIFO control logic and RAM. The control logic generates the address (ADD) and write enable (WE) to the RAM so that the fi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:3079
    • 提供者:shao
  1. pintos

    0下载:
  2. pintos源码,在原基础上实现了一些简单的修改,实现了线程调度,文件系统和内存管理-pintos source, add a few simple modifications on the basis, to achieve the thread scheduler, file system and memory management
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:360615
    • 提供者:caonima
  1. fenzhi

    0下载:
  2. 已知两个整数变量A和B,试编写完成下述操作的程序: (1)、若两个数中有一个是奇数,则将奇数存入A中,偶数存入B中。 (2)、若两个数均为奇数,则两数分别加1,并存回原变量。 (3)、若两个数均为偶数,则两变量不变。 -The known two integer the variables A and B, try to write complete the following operating procedures: (1), if two number one is o
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:781
    • 提供者:skyfish
  1. 焦玉超

    1下载:
  2. 操作系统课程设计生产者-消费者模拟算法。(我上传的为几种不同的算法,我这里还有好多,大家可以加我QQ联系)- The operating system curriculum designs the producer- consumer to simulate the algorithm. (On me passes on is several different algorithms, my here also has many, everybody may add my QQ relati
  3. 所属分类:操作系统开发

    • 发布日期:2013-06-27
    • 文件大小:2009909
    • 提供者:陈国强
  1. ZLGGUIuCOS-II

    0下载:
  2. ZLGGUIUCOS部分功能以改变,添加BUTTON控件,窗口关闭改为右上角显示-ZLGGUIUCOS some functions to change, add BUTTON control, replaced the upper right corner to close the window display
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:656547
    • 提供者:宋小福
  1. OS-FileSystem

    1下载:
  2. 简单模拟了操作系统文件系统的操作,其中包括:添加文件夹,文件,修改文件名,删除文件,格式化等操作-Simple simulation of the operating system, file system operations, including: Add a folder, file, modify file names, delete files, formatting and other operations
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:740370
    • 提供者:HT
  1. RS232

    0下载:
  2. 自己写的串口调试程序,添加了很多功能,良好的界面-Writing their own serial debugger, add a lot of features, good interface
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:2016250
    • 提供者:李林
  1. caozuoxitong

    0下载:
  2. 程序实现了两个生产者和两个消费者的生产者消费者问题(当生产者消费者数目再多时加上几个子进程就可以了)为了防止程序陷入死循环,给生产者限定了生产次数,同时为了方便截图,将次数限定的比较少。下面是我的程序:-Program has achieved two producers and two consumers and producers of consumer issues (when the number of producers and consumers to add a few more
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:62074
    • 提供者:曾华
  1. OS_51

    0下载:
  2. 已经移植好的51ucos源代码 可以直接加任务就能用了-Good 51ucos source code has been transplanted directly add the task can be used
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:197637
    • 提供者:chenkesu
  1. Matrix

    0下载:
  2. 本程序实现两个矩阵相加、相减和相乘的运算和求稀疏矩阵的转置矩阵-Implementation of this program add two matrices, subtraction and multiplication operations and seek sparse matrix transpose
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1907
    • 提供者:
  1. 1.7.7

    0下载:
  2. 数据库编程,添加表格和表项目功能属性等功能,性能较好-Database Programming, add tables and menu items feature properties and other functions, good performance
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:440905
    • 提供者:眸眸
  1. DefineDosDevice

    1下载:
  2. 对操作系统中的磁盘盘符,进行增加、删除。 操作的是符号连接。-To Add/Delete Disk drive letter
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:325797
    • 提供者:usbkeeper
« 12 3 »
搜珍网 www.dssz.com