CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 时间计算

搜索资源列表

  1. SortSource

    0下载:
  2. 用VC+ASM做的内排序比较软件,共比较6种排序,最大特色是通过汇编计算排序运行时间,详细看readme.txt-VC ASM done within sequencing software comparison, a total of six more species, in order of greatest characteristics is calculated by compiling Sort running time, a detailed look at readme.txt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18983
    • 提供者:刘景豪
  1. dataS2

    0下载:
  2. 数据结构综合实验,有各种排序算法和计算排序时间,最短路径算法,huffman编码解码.用图形界面实现.在jbuilder2006下运行通过.-comprehensive experimental data structure, various sorting algorithm and sorting time, the shortest path algorithm, Huffman encoding and decoding. Using a graphical interface to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:220044
    • 提供者:陈为
  1. ntree

    2下载:
  2. 设T 是一棵带权树,树的每一条边带一个正权。又设S 是T 的顶点集,T/S 是从树T 中 将S中顶点删去后得到的森林。如果T/S中所有树的从根到叶的路长都不超过d ,则称T/S 是一个d 森林。 (1)设计一个算法求T的最小顶点集S,使T/S是d 森林。(提示:从叶向根移动) (2)分析算法的正确性和计算复杂性。 (3)设T中有n 个顶点,则算法的计算时间复杂性应为O(n)。-based T is a right to bring a tree for every one o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:878
    • 提供者:自由人
  1. SimpleTimer

    0下载:
  2. 这是一个简单的时间计算类,我在写程序时经常用到,所以也想到大家也可能用到,-This is a simple calculation of time category, I wrote frequently used procedure, we also think that might be used. Thank you
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1970
    • 提供者:卢松
  1. Back_Simulation

    0下载:
  2. 《数据结构》清华大学的,蓝皮(c语言篇)65页 模拟银行业务,计算客户平均逗留时间-"data structure," Tsinghua University, the Blue Paper (c Language) 65 simulation banking, calculate the average length of stay customers
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2189
    • 提供者:Bittern
  1. 2_8

    0下载:
  2. 设n个不同的整数排好序后存于T[0:n-1]中。若存在一个下标I,0<I<n,使得t[I]=I,设计一个有效算法找到这个下标。要求算法在最坏情况下的计算时间为O(logn).-Let n different integer sequence after arranging deposit T [0 : n-1]. If there is a subscr ipt I, 0
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1122
    • 提供者:33
  1. factorialxxxyy

    0下载:
  2. 一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6417
    • 提供者:刘华
  1. Fast_Dijkstra

    0下载:
  2. 时间复杂度为O(ElogV)的Dijkrastra算法的实现,解决城市道路网的最短路径问题,可以计算1000×1000个节点。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1966515
    • 提供者:刘金义
  1. 计算两时间间有多少天

    0下载:
  2. 计算两天之间有多少天,可以跨年。很好用的两天之间计算
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:2090
    • 提供者:刘勇
  1. QuickSort

    0下载:
  2. 快速排序算法,有时间计算功能,用VC++6.0开发。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7502
    • 提供者:ZhaiYT
  1. MergeSort

    0下载:
  2. 归并排序算法实现,有时间计算功能,用VC++6.0开发。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7836
    • 提供者:ZhaiYT
  1. 1

    0下载:
  2. 11. 停车场管理2(9) (1) 有一个两层的停车场, 每层有6个车位, 当第一层车停满后才允许使用第二层. ( 停车场可用一个二维数组实现, 每个数组元素存放一个车牌号 ) 每辆车的信息包括车牌号, 层号, 车位号, 停车时间共4项. 其中停车时间按分钟计算 (2) 假设停车场初始状态为第一层已经停有4辆车, 其车位号依次为1—4 , 停车时间依次为20, 15, 10 , 5 . 即先将这四辆车的信息存入文件”car.dat”中( 数组的对应元素也要进行赋值 ) (3) 停车操
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2857
    • 提供者:高慧
  1. 计算性能的程序

    0下载:
  2. Unix下有time程序,可以统计程序的时间,Windows下的time没这个功能,本程序可以实现这个功能-time under Unix procedures, statistical procedures, the time Windows did not function, the procedures can achieve this function
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1486
    • 提供者:方价钱
  1. sched

    0下载:
  2. 一台精密仪器的工作时间为n 个时间单位。与仪器工作时间同步进行若干仪器维修程序。一旦启动维修程序,仪器必须进入维修程序。如果只有一个维修程序启动,则必须进入该维修程序。如果在同一时刻有多个维修程序,可任选进入其中的一个维修程序。维修程序必须从头开始,不能从中间插入。一个维修程序从第s个时间单位开始,持续t个时间单位,则该维修程序在第s+t-1 个时间单位结束。为了提高仪器使用率,希望安排尽可能少的维修时间。对于给定的维修程序时间表,该算法计算最优时间表。-Units 1 precision in
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1313
    • 提供者:yxd
  1. Strassen

    0下载:
  2. 调用随机函数输入2个矩阵,并用Strassen矩阵乘法和普通的矩阵乘法计算2个矩阵的乘积,并且记录程序运行时间作比较。 -Call the random function input 2 matrix, and matrix multiplication and Strassen matrix multiplication calculation ordinary matrix product of two, and run-time recording procedures for com
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1313
    • 提供者:logo
  1. MaxSum_ML

    0下载:
  2. 最大子段和实验之蛮力法,包括程序运行时间计算,C++表述-The largest sub-segment and experiments brute force method, including the run time calculation, C++ statements
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:807
    • 提供者:mr.z
  1. Wood-polished-to-achieve

    0下载:
  2. 木柴抛光的实现,分析源数据存储结构,使用二次排序。借此将最小的抛光时间计算出来。-Firewood polished implementation, analysis of the source data storage structure, the use of a secondary sort. Whereby the minimum polishing time calculated.
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3140644
    • 提供者:saber
  1. PrefixSpan-CPP

    1下载:
  2. PrefixSpan C++增加了时间计算,讲解非常详细-PrefixSpan C++
  3. 所属分类:Data structs

    • 发布日期:2015-04-23
    • 文件大小:38912
    • 提供者:刘如祥
  1. Tingchechangshoufeiguanli

    0下载:
  2. 车进入停车场输入到达时间和车牌号进入车库或便道,出库或便道时输入离开时间并根据离开时间与到达时间计算停车费用。-The car into the parking lot input arrival time and the license plate number into the garage or sidewalk,From the sidewalk or leave the input time and according to the time of departure and arri
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:428405
    • 提供者:
  1. 食堂打饭排队队列仿真

    1下载:
  2. 用队列模拟食堂打饭过程,并计算出每个人打饭的平均等待时间(The queue is used to simulate the canteen cooking process, and the average waiting time for each person to cook meals is calculated.)
  3. 所属分类:数据结构

    • 发布日期:2019-11-14
    • 文件大小:25600
    • 提供者:J.J1998
« 12 3 4 5 6 »
搜珍网 www.dssz.com