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

搜索资源列表

  1. CP0902_EFFPULSE

    0下载:
  2. 计算一个输入脉冲在抽样频率为fc时的有效持续时间tm-calculation input pulses in a sampling frequency fc for the effective duration tm
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:830
    • 提供者:王正刚
  1. sum_cpp

    0下载:
  2. 给定n 个整数n a , a , ,a 1 2  组成的序列,试设计一个O(n)时间算法,计算其最大覆盖区间长度。-given integer n n a, , a 1 2
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:829
    • 提供者:fannyv
  1. bank

    0下载:
  2. 关于银行系统的业务模拟,可以计算出一天内客户的平均服务时间。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2805
    • 提供者:安抚
  1. VHDL语言100例(普通下载)

    4下载:
  2. VHDL语言100例 VHDL语言100例 第1例 带控制端口的加法器 第2例 无控制端口的加法器 第3例 乘法器 第4例 比较器 第5例 二路选择器 第6例 寄存器 第7例 移位寄存器 第8例 综合单元库 第9例 七值逻辑与基本数据类型 第10例 函数 第11例 七值逻辑线或分辨函数 第12例 转换函数 第13例 左移函数 第14例 七值逻辑程序包 第15例 四输入多路器 第16例 目标选择器 第17例 奇偶校验器 第18例 映射单元库及其使用举 第19
  3. 所属分类:书籍源码

    • 发布日期:2009-04-15
    • 文件大小:344064
    • 提供者:wfl.a@163.com
  1. pipeline

    0下载:
  2. 某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置,即使各油井到主管道之间的输油管道长度总和最小的位置?证明可在线性时间内确定主管道的最优位置。 给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。-Oil pipeline Problem iadhf djsfhl sdhnfkj sl
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:2142
    • 提供者:谢天喜
  1. timeit

    1下载:
  2. 能够计算每次完成任务所需要的时间复杂度。-Each task to calculate the time required for complexity.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:2142
    • 提供者:lu_xy
  1. Benchmark_Src

    0下载:
  2. 对代数公式进行算法优化 可以节省大量计算时间 希望大家喜欢-When you have a formula, you could see if some of the operations could be optimized and you could see if the integer to float conversions could be simplifying for the formula. I will demonstrate this by using the alphabl
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:86023
    • 提供者:test2008
  1. HeatTransferandFluidFlowNumericalSimulation

    1下载:
  2. 这是帕坦卡的<<传热与流体流动的 数值计算>>,是译本关于传热和流体模拟的经典资料,希望对有时间有兴趣的初学者有所帮助-This is the帕坦卡< < heat transfer and fluid flow numerical calculation> > is on the heat transfer and fluid translation of a classic analog data, in the hope that intere
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:4468244
    • 提供者:hry
  1. machinetranslation

    0下载:
  2. 这是用c编写的机器翻译代码,包括分词,交叉测试,计算测试时间,希望对大家有帮助-This is written in machine translation with c code, including word segmentation, cross-testing, test time calculations, we want to help
  3. 所属分类:source in ebook

    • 发布日期:2017-05-10
    • 文件大小:2136262
    • 提供者:李娟
  1. ElecWater

    0下载:
  2. 问题描述 设计一个水电管理信息系统,能够对高校的水电费用进行管理,包括了登记费用,查询费用,以及住户信息管理等。在设计时要考虑到学生和教工在用水电时的不同,学生可以免费使用一定额度的水电,超过这个额度的随便以后必须自费使用,且自费部分水电费的价格标准要高于教工的收费标准(主要是节约资源)。 基本要求  实现对用户信息的录入  实现水电煤气数据的录入  计算并查询用户应缴费用  查询未缴纳费用名单 测试数据
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1871
    • 提供者:ewitt
  1. Visual-CPP400source-code

    0下载:
  2. Visual C++范例大全 400+的实例源码 光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制输出 实例008——产生随机数 实例009——实现排序
  3. 所属分类:source in ebook

    • 发布日期:2017-06-14
    • 文件大小:22656950
    • 提供者:陈霸天
  1. solar_calc

    0下载:
  2. 计算规定日期的规定时间的太阳能电池位地平方位角和视高度角-Sun position calculation C program
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:1785
    • 提供者:zhumf
  1. java

    0下载:
  2. 计算机图形学中的用DDA算法画直线,计算出运行时间。-Calculated run time drawing a straight line with DDA algorithm in computer graphics.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:3021
    • 提供者:given
  1. java

    0下载:
  2. 计算机图形学用Bresenham算法画直线,计算出运行时间。-Computer graphics draw a straight line using Bresenham algorithm to calculate the running time.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:2670
    • 提供者:given
  1. java

    0下载:
  2. 计算机图形学用中点Bresenham算法,计算出运行时间。-Computer graphics with the midpoint of the Bresenham algorithm, the calculated run time.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:2878
    • 提供者:given
  1. Test

    0下载:
  2. 做高频交易编程的朋友要在500毫秒内计算出结果,这是个计算程序运行消耗时间的程序模块,希望对做高频交易的朋友有用。以后打算写交易策略这方面的程序,我同时也上传了经典入门书籍《Quantitative Trading》(量化交易),也希望在这里能找到同样对高频交易有兴趣的朋友,如果你是,站内联系哦-Friends do high frequency trading programming to calculate the results, in less than 500 milliseconds
  3. 所属分类:source in ebook

    • 发布日期:2015-06-02
    • 文件大小:2722816
    • 提供者:1234
  1. datetime

    0下载:
  2. 计算两个日期之间相差的天数,时间之间相差的小时数-The difference between the number of days between two dates
  3. 所属分类:source in ebook

    • 发布日期:2017-11-19
    • 文件大小:5537
    • 提供者:
  1. aa

    0下载:
  2. 利用分治法,写一个二分检索的递归算法,在计算机上编程实现,同时进行时间复杂性分析。(要求用递归方法实现)-Divide-and-conquer method, write a recursive algorithm to retrieve a dichotomy, computer programming, and simultaneously the time complexity of the analysis. (Using recursive method to achieve)
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:30834
    • 提供者:熊磷
  1. work3

    0下载:
  2. 计算普通褶积与循环褶积,分别使用时间域与频率域两种方法进行正、反演计算,指出循环褶积计算时所存在的边界效应现象;编写一个做相关分析的源程序-Ordinary convolution and circular convolution, respectively, using the two methods of time domain and frequency domain inversion calculation, pointing out that the phenomenon of ci
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:62726
    • 提供者:江懋才
  1. activity

    0下载:
  2. 小张子作为学生会的一名,要将足够多的会场安排给一批活动,同事又希望所使用会场 尽可能的少。 第一行为一个正整数 k (1< k< 10000),表示待安排的活动的个数。接下来有 k 行, 每行均有两个正整数,表示第 k 个活动的开始时间和结束时间,时间计算从 0 开始,每分 钟多 1。 -Zhang s son as a student, to a sufficient number of venues to arrange a number of activ
  3. 所属分类:source in ebook

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