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

搜索资源列表

  1. 银行家法

    0下载:
  2. 一、实验目的: 熟悉银行家算法,理解系统产生死锁的原因及避免死锁的方法,加深记意。 二、实验要求: 用高级语言编写和调试一个描述银行家算法的程序。 三、实验内容: 1、 设计一个结构体,用于描述每个进程对资源的要求分配情况。包括:进程名——name[5],要求资源数目——command[m](m类资源),还需要资源数目——need[m],已分配资源数目——allo[m]。 2、 编写三个算法,分别用以完成:①申请资源; ②显示资源;③释放资源。(动态完成)-an ex
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24353
    • 提供者:陈晨
  1. audiodma

    0下载:
  2. DSP音频处理示例The benefits of real-time analysis provided by DSP/BIOS are often required in programs that were engineered without it. When the program is not built from the ground up using the DSP/BIOS kernel and real-time analysis features, the lack
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:6034
    • 提供者:小挥
  1. 布线问题(分支限界算法应用)

    0下载:
  2. 六 程序实现: #include <stdio.h> typedef struct { int row int col }Position int FindPath (Position start, Position finish, int &PathLen, Position *&path) { //计算从起始位置start到目标位置finish的最短布线路径,找到返回1,否则,返回0 int i if ((start.row =
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11873
    • 提供者:敖斌
  1. 多重信号分类music

    0下载:
  2. 谱估计的非参数DOA(Dorection of Arrive)方法----MUSIC(Multi Signal Classification,多重信号分类)算法-spectrum estimation of parameters DOA (Dorection of Arrive) method-M USIC (Multi Signal Classification, multiple signal classification) algorithm
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1118
    • 提供者:卜爱华
  1. 银行家算法 2

    0下载:
  2. .数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. 银行家算法的二解

    0下载:
  2. 数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)如
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. motion-3.2.3

    0下载:
  2. Motion up to version 3.1.8 was created and maintained by Jeroen Vreeken. Versions 3.1.9-3.1.12 was maintained by Kenneth Lavrsen (http://www.lavrsen.dk/) and Folkert van Heusden (http://www.vanheusden.com/). -Motion up to version 3.1.8 was crea
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:315712
    • 提供者:妙飞
  1. exam

    0下载:
  2. 一个可沿地面黑线行走,并可设置行驶路程,显示速度(m/s)的小车,使用51完成,c51编程-a black line along the ground running and can set distance traveled, showing speed (m / s) are small, the use of 51 completed, c51 Programming
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:332253
    • 提供者:吕江波
  1. Immune

    1下载:
  2. 人工免疫算法的源程序。由主程序和子程序等十几个m文件组成。-artificial immune algorithm of the source. From the main program and subprogram m dozen other documents.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7266
    • 提供者:周正
  1. os_2

    0下载:
  2. 本程序需要用到数据结构中队列的概念完成。用指针指出下一个进程的PCB首地址,最后一个进程中指针为“0”。该调度算法是从后备队列中选择一个或若干个估计运行时间最短的作业,将其调入内存运行。当要求运行时间不为0时,将PCB加入队列(按优先数大小插入,且置队首标志);若要求运行时间为0,则把它的状态修改为“结束”(),并退出队列。-the procedures need to resort to queue data structure to complete the concept. Using i
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1087
    • 提供者:紫水晶
  1. 汇编学生成绩管理系统

    3下载:
  2. 用汇编语言编写的一个简单的学生成绩管理系统,用户有6种选择: (1) 按’m’,则显示功能菜单。 (2) 按’L’,则显示学生姓名和各学科成绩(数学,英语,语文)。每次显示10条记录并暂停,按’g’继续显示余下记录。 (3) 按’I’,则可按格式插入记录到规定文件中。 (4) 按’M’,则可按格式修改记录。 (5) 按’D’,输入行数,清空该行指定的记录。 (6) 按’Q’,按格式输入学生姓名进行查询,列出该生的成绩记录。 (7) 按’E’,则退出程序。 -ass
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2622
    • 提供者:俞薛永
  1. 判断点集在多边形内部

    0下载:
  2. 此程序基于二分法的判断点集中的m个点是否在n边形内部.-dichotomy of this procedure based on the judgment of the focus points of m n whether the shape of the internal.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3861
    • 提供者:贾德
  1. unix_V

    0下载:
  2. 著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 -famous AT
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:158927
    • 提供者:马克
  1. GraphAlgorithms

    0下载:
  2. Lagrange插值函数lagr1(x0,y0,x)的matlab源程序: function y=lagr1(x0,y0,x) n=length(x0) m=length(x) for i=1:m z=x(i) -Lagrange interpolation function lagr1 (x0, y0, x) Matlab source : lagr1 function y = (x0, y0, x) n = length (x0) m = length (x) for
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:4058
    • 提供者:李从
  1. Symbian_OS_2D_Game_Engine_Example_v1_0

    0下载:
  2. Symbian OS: 2D Game Engine Example file name: Symbian_OS_2D_Game_Engine_Example_v1_0.zip descr iption: This C++ example application shows how to make a portable and efficient 2D game on top of Symbian OS. The application supports different displ
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:1076531
    • 提供者:南天箭
  1. 做的硬盘MP3资料

    1下载:
  2. 1IC网友 做的硬盘MP3资料公开 该播放器使用了美国atmel公司出品的mp3播放器专用芯片at89c51snd1c. 本芯片特性如下: 1)MCS51内核,可以利用单片及开发软件Keil软件方便开发mp3播放器,无需特殊软件平台; 2)MPEG I/II-Layer 3 hardware decoder .独立MP3 Decoder .支持48,44.1,32,24,22.05,16khz取样频率 .支持软件31阶音量控制,高中低音均衡控制
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1008633
    • 提供者:史比
  1. rawsniffer

    0下载:
  2. Example: rawsniffer -p TCP -dp 25,110 -o f:1.txt -m -sniffpacket 嗅探指定规则数据抱并保存到文件 rawsniffer -sniffsmtp 只嗅探smtp,输出到屏幕 rawsniffer -sniffall -dp 0 -o f:1.txt 嗅探smtp,pop,ftp,post,telnet保存到文件,[-dp 0]过滤无用包 rawsniffer -sniffall -dp 0 -o f:1.txt
  3. 所属分类:系统编程

    • 发布日期:2017-03-23
    • 文件大小:50316
    • 提供者:贺鹏
  1. comasm

    0下载:
  2. This little program shows how to use COM technology in Win32Asm. When it s run it lets the user freely decide about the presence of the program with the WS_EX_TOOLWINDOW style on the taskbar. The main goal is to show the easiest possible
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:4963
    • 提供者:gogo
  1. SGALAB1003beta3withdoc

    0下载:
  2. run the SGALAB_MO_VEGA_demo.m in command windows. to get beta3 version here: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=5882 What s new: 1)fixed a critical bug in selection operation 2)update the 13 c
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:163290
    • 提供者:戴朝华
  1. mchpmsd

    0下载:
  2. pic mcu code:This application note describes the design and implementation of a USB Mass Storage Device (MSD) using a Secure Digital card, which should prove useful to developers of USB mass storage solutions. This application may be used as
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:469551
    • 提供者:赵伟刚
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com