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

搜索资源列表

  1. 00648116_wanxing_os_practice_1

    0下载:
  2. 系统进程线程压力测试,创建时间,创建最大数目,有测试文档及说明-System process thread stress tests, create time, to create the maximum number, there are test documents and notes
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:643741
    • 提供者:wangxing
  1. MyGA

    0下载:
  2. 一个简单的改进的遗传算法,用来求五维函数最大值,算法简单,对初学者有很好的帮助-Improvement of a simple genetic algorithm to seek the maximum five-dimensional function, the algorithm is simple, for beginners there is a very good help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:26366
    • 提供者:刘冰
  1. maxflowandmincut

    0下载:
  2. 最大流最小分割算法的实现。maxflow -Maximum flow minimum partition algorithm. maxflow
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:15222
    • 提供者:herong
  1. zuidasiranyima

    0下载:
  2. 最大似然译码 最大似然译码 最大似然译码-Maximum likelihood decoding of maximum likelihood decoding of maximum likelihood decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3081
    • 提供者:蔡敏时
  1. mymeter

    0下载:
  2. 一个实用的仪表控件,用户可以根据需要进行设置或增减功能。 主要函数介绍如下: SetNeedleColor(COLORREF colorNeedle) 设置指针颜色 SetRange(double dMin, double dMax) 设置仪表最大值最小值 SetScaleDecimals(int nDecimals) 设置刻度显示精度(小数点后位数) SetValueDecimals(int nDecimals) 设置数值显示精度(小数点后位数) S
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:52801
    • 提供者:红枫
  1. shunxu

    0下载:
  2. //顺序表的建立、查找、插入与删除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define ListSize 100 //表最大长度 //结构定义 typedef struct SeqList { int node[ListSize] //存放表结点 int length //当前表长度 } SeqList //插入元素
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1211
    • 提供者:珈旖
  1. NewtonSorMethod

    0下载:
  2. 通过牛顿-SOR迭代法求解线性方程 不同的迭代因子有不同的迭代效率,从0至2迭代次数先减少后增加,在1.2附近迭代次数最少,而在0和2 附近次数最多。-Through the Newton-SOR iterative method for solving linear equations iterative different factors have different iteration efficiency, from 0-2 to reduce the number of itera
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:5194
    • 提供者:xulin
  1. SystemExperiment2

    0下载:
  2. VC系统同时存在最大进程数,线程数,打开文件数的测试小程序-VC system at the same time the existence of maximum number of processes, threads, open the file to test a small number of procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:31986
    • 提供者:覃文库
  1. 2

    1下载:
  2. 银行家算法可以避免死锁。算法结构 n : 系统中进程个数 m :系统中的资源类数 1)available(m):现有资源向量 2) max(n,m):资源最大申请量 3)allocation(n,m):资源分配矩阵 4)need(n,m):进程以后还需要的资源矩阵 5)request(n,m):进程申请资源矩阵-Banker s algorithm to avoid deadlock. Algorithm structure n: the system proc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1054
    • 提供者:斜阳
  1. bigandsmall

    0下载:
  2. 一个简单的用来实现输入以及输出,回显最大值和最小值的汇编代码-Used a simple input and output, maximum and minimum values echo the assembly code
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:811
    • 提供者:dsb
  1. maxheap

    0下载:
  2. maximum heap and print
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:790
    • 提供者:TT
  1. tttttttttttt

    0下载:
  2. 物体处在运动正方向的端点时,速度和加速度都达到最大值; (B) 物体位于平衡位置且向负方向运动时,速度和加速度都为零; (C) 物体位于平衡位置且向正方向运动时,速度最大,加速度为零; (D) 物体处在负方向的端点时,速度最大,加速度为零。 -Objects in the direction of movement is the endpoint, the velocity and acceleration have reached the maximum (B) the l
  3. 所属分类:Document

    • 发布日期:2017-04-09
    • 文件大小:1057970
    • 提供者:周小强
  1. BigNum

    0下载:
  2. 大整数问题 设n是一个k(1≤k≤80)位的十进制正整数。 问题1:对于给定的任意整数n,编程计算满足p3+p2+3p≤n的位数为m的p的个数。 问题2:对于给定的任意整数n,编程求解满足p3+p2+3p≤n的p的最大值。 要求: 对于给定的每一个测试文件(形如:numberX_input.txt),分别生成一个结果文件(形如:numberX_out.txt)。比如,对于测试文件number1_input.txt,对应的结果文件为number1_out.txt。 参
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:18711
    • 提供者:ouyang
  1. dierzhangxianxinbiaoer

    0下载:
  2. 线性表顺序存储结构特点:逻辑关系上相邻的两个元素在物理存储位置上也相邻; 优点:可以随机存取表中任一元素,方便快捷; 缺点:在插入或删除某一元素时,需要移动大量元素 需要预先确定数据元素的最大个数。-Linear sequence table storage structure characteristics: the logic of the relationship between the two adjacent elements in the physical stora
  3. 所属分类:Data structs

    • 发布日期:2016-01-27
    • 文件大小:35266
    • 提供者:周小强
  1. jingcheng

    0下载:
  2. 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法 -The process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:1812
    • 提供者:陈伟
  1. bp

    0下载:
  2. bp人工神经网络,可控制隐层和输出层输出量最大循环次数,-bp artificial neural network, can control the hidden layer and output layer output the maximum cycle number,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2027
    • 提供者:唐世兴
  1. sy5

    0下载:
  2. 寻找最大值和最小值的汇编语言程序,简单,易懂,实用。-Find maximum and minimum values of the assembly language procedures, simple, understandable and practical.
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:910
    • 提供者:唐世兴
  1. veterbi416

    0下载:
  2. 实现(4,1,6)卷积码的维特比译码源程序,采用了最大似然算法-The realization of (4,1,6) convolutional code Viterbi source using the maximum likelihood algorithm
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-04
    • 文件大小:10618
    • 提供者:alex
  1. 01c++

    0下载:
  2. 一个旅行者有一个最多能用m公斤的背包,现在有n件物品,它们的重量分别是W1,W2,...,Wn,它们的价值分别为C1,C2,...,Cn.若每种物品只有一件求旅行者能获得最大总价值。 -A traveler can have a maximum of m kilograms of backpack, there are n items, and their respective weights are W1, W2 ,..., Wn, respectively, the value of
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1128
    • 提供者:lp
  1. TEMP

    0下载:
  2. 这个是基于单片机的温度测量的程序.这个可以测量外界的温度(除芯片的自身的温度外),并且可以手动设置温度的最高和最低值.如果温度低于最低或高于最高值,LED灯就会亮,如果是低于最低温度2度或最高温度2度,蜂鸣器就会响,报警-This is based on single-chip temperature measurement procedure. This can measure the temperature of the outside world (in addition to its o
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-03
    • 文件大小:4514
    • 提供者:apple
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com