CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - priority

搜索资源列表

  1. eno&weno.rar

    5下载:
  2. 数值计算程序,基于非结构有限体积法的eno和weno的计算格式.-Numerical procedure, based on the volume of non-structural priority issue
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-10
    • 文件大小:10687
    • 提供者:
  1. Poland

    0下载:
  2. 自动计算公式,会根据优先级 输入5+9*9,会计算出86 -automatic formula, according priority to import 5 9 * 9, reckoned 86
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12408
    • 提供者:家斌
  1. jincheng.cpp

    0下载:
  2. 模拟进程通讯,可以模拟操作系统的进程调度,按优先级调度-modeling process communications, the operating system can simulate the process of scheduling, priority scheduling
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1292
    • 提供者:liwei
  1. eno-and-weno-2d-riemann

    2下载:
  2. 数值计算程序,基于非结构有限体积法的eno和weno的计算格式.-Numerical procedure, based on the volume of non-structural priority issue
  3. 所属分类:Algorithm

    • 发布日期:2014-04-25
    • 文件大小:1013760
    • 提供者:李岩图
  1. main

    0下载:
  2. 表达式运算(计算器),用栈的方法求表达式的值,包括括号及优先级-Expression operator (Calculator), using the stack method of expression for the value, including the brackets and Priority
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1642
    • 提供者:苏若水
  1. TaskOrder

    0下载:
  2. 用VBA在Excel中实现的数据生成与分析程序 问题类别:任务调度 问题原型:N个任务,每个任务都有起始时间、结束时间和利润值,同一时间只能自行一个任务 功能:规定时间段内的利润最大化问题,并给出任务执行次序。-Using VBA in Excel to achieve the data generation and analysis procedure categories: task scheduling problem prototype: N task, each task
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:14051
    • 提供者:tedachun
  1. scientificcalculator

    0下载:
  2. 具有一定容错功能的科学性计算器,具有算法的优先级-Has certain fault tolerance scientific calculator, with a priority algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:633994
    • 提供者:chenqin
  1. BestFirstSearch_HeapAlgo

    0下载:
  2. 1. 此程式執行將從路徑讀取一個文字檔 ( 路徑:C:INPUT.TXT ) 2. 執行結束會產生一個排序後的文字檔 ( 路徑:C:OUTPUT.TXT ) 3. 給定的初始盤面一定有解 本程式採用的演算法策略為Best-first search with branch-and-bound algorithm 1. 使用Max heap 實作Priority queue 2. 使用bound function 估計目前盤面走至答案最少需要幾步 第一部分 所謂 h
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1926
    • 提供者:zelda
  1. DivideAndConquer_Algo

    0下载:
  2. 1. 依照介面提示輸入yes 或 no 2. 每局結束後會印出你心中猜想的兩個數字並計算當次花費的回合數 3. 每局之間可連續 本程式採用的演算法策略為divide-and-conquer algorithm 1. 先將範圍盡量縮小,優先程序為先從小範圍求出一解 2. 盡量以2的次方數取範圍做分割尋找一個數字時,平均最佳的方法必是二分法。 因此如何以最小步數找到第一個解?若搜尋範我採用的方法,就是以最小步數先尋找到一個解,接著再用二分法找出剩餘的一個解。為了讓
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1940
    • 提供者:zelda
  1. vbyouxian

    0下载:
  2. 实现运算的优先级别 实现运算的优先级别实现运算的优先级别 -To achieve the priority level of operation to achieve the priority level of operation to achieve the priority level of operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:10191
    • 提供者:黄慧
  1. chenlieguan

    2下载:
  2.  世界名画陈列馆由nm × 个排列成矩形阵列的陈列室组成。为了防止名画被盗, 需要在陈列室中设置警卫机器人哨位。每个警卫机器人除了监视它所在的陈列室外,还可以监视与它所在的陈列室相邻的上、下、左、右4 个陈列室。试设计一个安排警卫机器人哨位的算法,使得名画陈列馆中每一个陈列室都在警卫机器人的监视之下,且所用的警卫机器人数最少。 算法设计: 设计一个优先队列式分支限界法,计算警卫机器人的最佳哨位安排,使得名画陈列馆中每一个陈列室都在警卫机器人的监视之下,且所用的警卫机器人数最
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:885462
    • 提供者:wakaka
  1. syyx

    0下载:
  2. 实现编译原理中的算符优先算法,输出算法实现中的各阶段的数据-Principle of the operator to achieve compile priority algorithm, the output algorithm in the various stages of data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:32658
    • 提供者:wangle
  1. PRIORITY

    0下载:
  2. Priority scheduling algorithm in C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:658
    • 提供者:kvk
  1. calculator

    0下载:
  2. 计算器,包含加减乘除,优先级运算,不包括进制转换-Calculator, including Math, priority operations, not including hex conversion
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:8811
    • 提供者:破灭
  1. FCFS

    0下载:
  2. 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。进程的优先数由随机数产生。-Number of priority by the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority in the process) and a first-come first-served algorithm. Process pri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2064
    • 提供者:朱超
  1. Calculator

    0下载:
  2. 实现了一个简单的计算器功能,能够准确完成括号的匹配和运算符优先级的判别-Implements a simple calculator function, can accurately complete the matching brackets and operators determine priority
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1072806
    • 提供者:赵子骄
  1. Program

    0下载:
  2. 矩阵转换问题 行与列的个数均为n 的矩阵称为n 阶方阵。假定矩阵中的每个元素的值在0到9之间,则可以将矩阵中的所有元素按行依次排列得到一个“单行矩阵字符串”。-Matrix conversion, the number of rows and columns of the matrix n are called n-order square. Assume that each element of matrix value in the 0 to 9, you can press all t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:599
    • 提供者:cp
  1. priorityQueue

    0下载:
  2. opencv implementation of priority queue with editing of inserted objects
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1322
    • 提供者:Sannko
  1. Matrix

    0下载:
  2. VC++ 矩阵运算程序及技术文档,主要是进行矩阵的输入、输出运算,本程序能根据矩阵表达式来进行表达式求解。也就是说程序能判定各个运算符的优先权,然后进行分析计算。同时它还可对具有相同行数和列数的矩阵间的加法、减法运算,符合矩阵乘法规则要求的矩阵间的乘法运算,方阵间的除法,方阵的求逆,矩阵的求转置矩阵等运算。 -VC++ matrix operations procedures and technical documentation, primarily the matrix of the i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:53527
    • 提供者:
  1. jisuanqi

    0下载:
  2. 在计算器的设计中,加减乘除和括号功能是有优先级的,括号优先于乘除,乘除优先于加减。-In the calculator design, addition, subtraction and parentheses have priority functions, parentheses precedence over multiplication and division, multiplication and division take precedence over addition and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:281109
    • 提供者:王磊
« 12 »
搜珍网 www.dssz.com