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

搜索资源列表

  1. neicun

    0下载:
  2. 我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为 struct node { char* p int memosize int flag struct node* next } 这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为一个标志量,表示内存块是否被占用。用 1 和 0 来表示被占用和不被占
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2706
    • 提供者:ruikobe
  1. minglingjieshiqi

    0下载:
  2. void mydir( ) //列出目录及文件 void mycd( ) //改变当前文件夹 void mycopy( ) //复制文件 void mydel //删除目录 void mypwd //显示当前目录名 -void mydir ()// List directories and files void mycd ()// change the current folder void mycopy ()// copy the files void mydel//
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:1696
    • 提供者:区铭辛
  1. operating-system

    0下载:
  2. 计银行家算法,void FCFS(int Han,int DiscL[]) //先来先服务算法(FCFS) void SSTF(int Han,int DiscL[]) //最短寻道时间优先算法(SSTF) int SCAN(int Han,int DiscL[],int x,int y) //扫描算法(SCAN) void CSCAN(int Han,int DiscL[]) //循环扫描算法(CSCAN) void N_Step_SCAN(int Han1,int DiscL
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:240639
    • 提供者:suhuhu
  1. require-the-use-of-a-linked-

    2下载:
  2. 题目说明:   要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入:   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输
  3. 所属分类:OS Develop

    • 发布日期:2016-11-21
    • 文件大小:2048
    • 提供者:xy
  1. lesson5

    0下载:
  2. proteus单片机仿真 数码管 #include <reg51.h> unsigned char code Tab[] {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90} void Delay() { unsigned char i,j for(i 0 i<255 i++) for(j 0 j<255 j++) } void main() { uns
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:38958
    • 提供者:吴空其
  1. lesson6

    0下载:
  2. proteus单片机仿真-数码管(动态) #include<reg51.H> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} unsigned char tmp,i,j unsigned char s 0 void delay(int n) { int i for(i 0
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:88584
    • 提供者:吴空其
  1. lesson7

    0下载:
  2. proteus单片机仿真-有源蜂铃器 #include<reg51.h> sbit Buzzer P0^0 void main(void) { int i,n n 60 while(1) { Buzzer 1 for(i 1 i<n i++) Buzzer 0 for(i 1 i<n i++) } }-Proteus single-chip microcomputer simu
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:42693
    • 提供者:吴空其
  1. lesson8

    0下载:
  2. proteus单片机仿真 继电器 #include<reg51.h> sbit S1 P3^2 sbit S2 P3^3 sbit Relay P0^0 void main() { while(1) { if(S1 0) Relay 1 if(S2 0) Relay 0 } }-Proteus single-chip microcomputer simulation- relay # include <
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:45109
    • 提供者:吴空其
  1. lesson9

    0下载:
  2. proteus单片机仿真 数码管、风铃器、继电器综合系统 #include<reg51.h> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} sbit JDQ P1^0 sbit Buzzer P3^0 void sound() -Proteus single-chip
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:48610
    • 提供者:吴空其
搜珍网 www.dssz.com