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

搜索资源列表

  1. zhanghua

    0下载:
  2. 改程序采用C++语言实现首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链表来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-The program uses the C++ language for the first time to adapt to the dynamic algorithm and the best-fit algorithm partition process alloc () and recovery
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3740
    • 提供者:张华
  1. ex2

    0下载:
  2. 化为实训题目 1002 在中国,形容夫妻恩爱的词汇中,大家用的比较多的就是“夫妻相”。所谓“夫妻相”,就是两个人看上去比较般配,长相、身材等某些方面有一定的相似度。本题则另辟蹊径,从人的姓名维度,以字母重复个数来寻找最具“夫妻相”的人。题目中预先给定一组女士的姓名拼音。输入男士的姓名拼音(拼音中间可以有空格,字母全部小写),依预先给定姓名拼音的先后遍历所有姓名,输出字母重复数最多的女士姓名。 规则1:如果字母重复数最多的女士有多位相同,则以最先匹配的女士做为最具“夫妻相”
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:218557
    • 提供者:zhang jiasheng
  1. c.c

    0下载:
  2. Converting a number from one base to another Write a program that prompts the user for a nonzero hexadecimal number, uses getchar() to read the input, and prints out its value in decimal. The input can be preceded or followed by blanks and will
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1096
    • 提供者:Cynthia Lee
  1. high-pass-filter-of-Butterworth

    0下载:
  2. 高通滤波的matlab实现,用过之后感觉还可以,推荐下载。第一次上传,是否合要求请站长及各位大侠指教。-An algorithm of High pass filter in matlab,I think it is better,but i do not know whether it is fit or not,because it is my first upload,so please givve me some suggestion.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:558
    • 提供者:李会
  1. OSTest2

    0下载:
  2. 模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。采用最先适应法、最佳适应法、最坏适应法分配主存空间。 -Simulation of the operating system main memory allocation, the use of variable storage management algorithm partition of main memory allocation and recovery procedures, and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:4699
    • 提供者:艾原媛
  1. memory_malloc

    0下载:
  2. 模拟动态内存分配的首次适应法和最佳适应法-Simulation of dynamic memory allocation for the first time to adapt to law and the best fit
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2098
    • 提供者:zhaohui
  1. 1002Husband-and-wife-

    0下载:
  2. 在中国,形容夫妻恩爱的词汇中,大家用的比较多的就是“夫妻相”。所谓“夫妻相”,就是两个人看上去比较般配,长相、身材等某些方面有一定的相似度。本题则另辟蹊径,从人的姓名维度,以字母重复个数来寻找最具“夫妻相”的人。题目中预先给定一组女士的姓名拼音。输入男士的姓名拼音(拼音中间可以有空格,字母全部小写),依预先给定姓名拼音的先后遍历所有姓名,输出字母重复数最多的女士姓名。 规则1:如果字母重复数最多的女士有多位相同,则以最先匹配的女士做为最具“夫妻相”的人选。 规则2:人名中的相同字母,按重
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:696513
    • 提供者:luyanyi
  1. os

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Page replacement algor
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1777841
    • 提供者:周明明
  1. PCA_Fisher

    0下载:
  2. Matlab写的fisher 分类器,很简单适合初学者,体验机器学习的过程-Fisher Linear Discriminant Analysis in Matlab。It fit the people who learning the Machine Learning at first time.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:55621
    • 提供者:zhou
  1. Foundations-of-Science-of-War

    0下载:
  2. T7te Foundations of the Science of War is a compilation of material presented by Fuller when he was chief instructor, Staff College, Camberley. Dating 1926, it is the culmination of his theoretical writings and an early attempt to fit mechaniza
  3. 所属分类:Communication

    • 发布日期:2017-05-18
    • 文件大小:4969635
    • 提供者:fangfang
  1. Nearest_Orthonormal_Matrix

    0下载:
  2. Finding the Nearest Orthonormal Matrix In some appoaches to photogrammetric problems (perhaps inspired by projective geometry), an estimate M of an orthonormal matrix R representing rotation is recovered. It is then desired to find the “nearest
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:30305
    • 提供者:Archanadevi
  1. rx_almt22

    0下载:
  2. Both these questions can be answered by assuming a restrictive yet simple doubly-selective channel model. More specifically, we assume ablock fading CCE-BEMchannel, which is defined as a block fading channel where the time-variation subblock to
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:829
    • 提供者:phuong
  1. eh50

    0下载:
  2. There used to be a bug where we d assert your first reservation had to fit in external storage if you used it. This would crash in debug mode. -There used to be a bug where we d assert your first reservation had to fit in external storage if you u
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3790
    • 提供者:pmhnsun
  1. KineticDataFit

    0下载:
  2. 用微分法进行动力学数据分析,先用最小二乘法你和函数,拟合满意后进行单变量线性拟合计算动力学参数-The kinetic data were analyzed using the differential method, you first use the least squares method and function, univariate linear fit after satisfactory fit kinetic parameters were calculated
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:777
    • 提供者:王红帅
  1. allocation

    0下载:
  2. 在可变分区管理方式下采用最先、最佳和最差适应算法实现主存分配和实现主存回收。-Variable partition management mode, using the first,the best and the worst fit algorithm main memory allocation and recovery of the main memory.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:8299
    • 提供者:
  1. matlab-graymodel

    0下载:
  2. 灰色预测,已知部分年的值,用来预测将来年的值。先建立模型,然后得出系数,再校核系数的精度,精度合适则能够用来进行预测未来年值。-Prediction, known portion of the value that is used to predict the future of values. The first model, and then come coefficient, and then check the accuracy of the coefficient, the accur
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:11455
    • 提供者:杨修
  1. PersonalFinance

    0下载:
  2. 安卓记账本自带登录注册功能,第一次使用需要先注册一个帐号,注意如果你的手机或者模拟器的分辨率小于1280×720有可能看不到注册按钮(被挤掉了,这一点作者做的适配不好),另外注册的时候邮箱和手机验证也没有做,不过没关系了反正也是单机版,注册帐号登录以后上方可以看到账单总的收支和一个收支比例统计饼状图,中间部分是添加账单信息和修改用户信息的链接按钮,下方是一个按照日、月、年来统计的详单统计,点击任意详单统计可以看到更为详细的条目,本项目有注释默认编译版本4.4.2编码GBK。-This comes
  3. 所属分类:android

    • 发布日期:2017-05-14
    • 文件大小:3157450
    • 提供者:周永杰
  1. fiunou

    0下载:
  2. 该函数用来计算任意函数的一阶偏导数(数值方法),实现六自由度运动学逆解算法,利用最小二乘算法实现对三维平面的拟合。- This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Six degrees of freedom to achieve inverse kinematics algorithm, Least-squa
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:4470
    • 提供者:tanlieban
  1. expression-functions

    0下载:
  2. 切比雪夫 用切比雪夫多项式逼近已知函数 勒让德 用勒让德多项式逼近已知函数 帕德 用帕德形式的有理分式逼近已知函数 lmz 用列梅兹算法确定函数的最佳一致逼近多项式 ZJPF 求已知函数的最佳平方逼近多项式 方舟子 用傅立叶级数逼近已知的连续周期函数 事实上的部队 离散周期数据点的傅立叶逼近 SmartBJ 用自适应分段线性法逼近已知函数 SmartBJ 用自适应样条逼近(第一类)已知函数 multifit 离散试验数据点的多项式曲线拟合 LZXEC 离散
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:8229
    • 提供者:houguoq
  1. 简单php数据库jiandan

    0下载:
  2. 数据的增删改查,学生成绩查询,简单系统,适合初学者!(achievement; score; result; mark inquiry; query; polling; inquire about simple; uncomplicated; briefness fit; suit; rightness; idoneity beginner; tyro; learner in the first stage; abecedarian; catechumen)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-23
    • 文件大小:9216
    • 提供者:昨日重现
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com