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

搜索资源列表

  1. 最佳适应法

    0下载:
  2. 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:69285
    • 提供者:吴晓辉
  1. 内存管理( 首次适应算法)

    0下载:
  2. 内存管理( 首次适应算法)没什么说的内行人都明白-memory management (initial adaptation algorithm) said nothing of insiders understand
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:60569
    • 提供者:于籽粒
  1. mame0101s

    0下载:
  2. 改编用的MAME模拟器的源代码,主要是用C编,没有密码,-MAME adaptation of the source code simulator, it is mainly used C series, no password,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11236288
    • 提供者:zp
  1. 存储管理源代码

    1下载:
  2. 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6101
    • 提供者:Joly
  1. 动态分区分配

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to dynamic partitioning algorith
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:363092
    • 提供者:陈任全
  1. Lesson19Code

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-dynamic link library of writing. Static and Dynamic Library for the disti
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:174081
    • 提供者:刘祥景
  1. memory_release

    0下载:
  2. 本程序采用最佳适应法,编写可变分区存储模拟系统,该系统中包括以下功能:查询、分配、回收、退出,并能通过良好的用户界面体现出来。(注:用“拼接”和“搬家”技术处理存储碎片)-the adoption of best adaptation, through the preparation of variable storage simulation system, which includes the following functions : inquiries, distribution, re
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43018
    • 提供者:我的的
  1. APIPB

    0下载:
  2. API函数的PB定义,适应用作PB开发时需要调用系统API函数的个源代码实例,适用于PB朋友下载!-PB API function definition, Adaptation for PB development requires calling system API function of the source-code examples, applicable to download PB friends!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31587
    • 提供者:雷天俊
  1. zuijiashiyingfa

    1下载:
  2. 关于操作系统存储分配的最佳适应法,它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按大小从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算法保留大的空闲区,但造成许多小的空闲区。-distribution of the operating system stored in the best adaptation, it all from the free zone to identify me
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3083
    • 提供者:烟仔
  1. DSP-Mitra

    1下载:
  2. 本软件资源为《数字信号处理——基于计算机的方法(第三版-英文改编版)》-the software resources as "digital signal processing -- computer-based methods (third edition-adaptation of the English version)"
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:14381700
    • 提供者:长衫
  1. Memory_assign

    0下载:
  2. 操作系统实验模拟,存储器动态分配空间 可选首次适应算法和最佳适应算法-experimental operating system simulation, dynamic memory allocation options first space adaptation algorithm and the best fit algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9505
    • 提供者:王卫国
  1. ZCKJFPHS

    0下载:
  2. 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-main memory space for the distribution and recovery. Using variable storage area management, the use of the first-fit algorithm, the first cycle of adaptation algorithms, best adaptation algorit
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:280536
    • 提供者:罗小明
  1. dongtaiguanli

    0下载:
  2. 在对数据结构有一定掌握程度的情况下设计合理的数据结构来描述存储空间,实现分区存储管理的内存分配功能,应该选择最合适的适应算法(首次适应算法,最佳适应算法,最后适应算法,最坏适应算法),实现分区存储管理的内存回收算法,在这些存储管理中间必然会有碎片的产生,当碎片产生时,进行碎片的拼接,等等相关的内容-structure of the data in a certain degree of master of rational design of the data structure to desc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:306934
    • 提供者:sunwei
  1. clock2007

    0下载:
  2. 定时关机,提醒,定时锁定系统,适应操作系统为forxp,2k.win98还没有测试过,-time off to remind, regular lock system, adaptation to forxp operating system, 2k.win98 have not tested,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:578556
    • 提供者:scb
  1. chq

    0下载:
  2. 采用最佳适应算法模拟实现内存管理-在VC++环境下编译通过,通过初始化空闲区、分配空闲区、回收空闲区实现模拟的内存管理。-best adaptation algorithm simulation memory management-the VC environment compile, free zone through the initialization, distribution idle, idle zones recovery simulation of memory manageme
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7459
    • 提供者:chen启
  1. gain-adaptation

    0下载:
  2. 自适应量化。读取wav文件,使用2到12比特量化。抽样频率8khz
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1721
    • 提供者:kenny
  1. MemoryFit.rar

    0下载:
  2. 模拟内存的动态分配,可以选择首次适应算法或者最佳适应算法进行分配,结构小巧功能简单,Simulation of the dynamic allocation of memory, you can choose the first or the best adaptation algorithm to adapt to the allocation algorithm, the structure features a simple compact
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1116821
    • 提供者:陈华龙
  1. adaptation

    0下载:
  2. 语音识别自适应训练原理的论文,包括MLLR,MAP-adaptation for speech recognition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:987267
    • 提供者:梁伟文
  1. Speech_Adaptin_using_MLLR_and_MAP

    0下载:
  2. 说话人自适应是提高非特定人语音识别系统识别性能的有效手段,本文针对非母语说话人,结合常规的白适应技术MLLR和MAP,探索云南纳西族和傈僳族两种母语说话人的汉语普通话语音识别问题,实验结果显示有显著效果。-Speaker adaptation is a powerful means of improving the performance of speakerindependent speech recognition system.Aimed at Yunnan minority Naxi a
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:363748
    • 提供者:自然快乐
  1. Speaker-Adaptation

    0下载:
  2. 语音识别中的说话人自适应研究, 清华大学博士后研究报告, 2-Speech Recognition Speaker Adaptation Research, Tsinghua University, Postdoctoral Research Report, 2000
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-07
    • 文件大小:194668
    • 提供者:wish
« 12 3 4 »
搜珍网 www.dssz.com