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

搜索资源列表

  1. DrakeCompiler

    0下载:
  2. 这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。-this but my DEDECATES production, from the play of parser, written in their o
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:91071
    • 提供者:中国
  1. 网络布线程序正式发行版

    0下载:
  2. 很有意思的网线布局的编程,用到了prim算法。完全原创!课程设计时的作品-very interesting line distribution network programming, a prim algorithm used. Completely original! Curriculum design works
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:305266
    • 提供者:毕成功
  1. memory manager

    0下载:
  2. 这是一个内存分配管理程序。在一些实时通讯系统中,需要经常分配和释放内存,会造成较多的内存碎片。这个程序可以在一开始分配一大片内存,从而避免频繁申请和释放内存。大大提高程序的执行效率。-This is a memory allocation management procedures. In some real-time communication systems, the need for frequent distribution and release memory, the memory
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3490
    • 提供者:中国人
  1. 动态地址分配

    0下载:
  2. 包含分配DOS存储段,改变数据段空间分配,分配主存储器,从远堆中释放一块 ,重新分配主存, 改变数据段空间位置-include DOS memory allocation, data change of space allocation, distribution main memory, far from the rubble release of a redistribution of the main deposit, change of the spatial data, etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2186
    • 提供者:
  1. T函数产生方法

    0下载:
  2. 由于vc系统随机函数产生的数均匀分布,有时要用到正态分布和分布,这是两个小函数,让你们见笑了-vc system because of the random number function evenly distributed, and sometimes we had to use normal distribution and distribution, which is two small functions so that you laughed at the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:995
    • 提供者:朱晓峰
  1. 求具有abcd=(ab+cd)2性质的四位数

    0下载:
  2. 3025这个数具有一种独特的性质:将它平分为二段,即30和25,使之相加后求平方,即(30+25)2,恰好等于3025本身。请求出具有这样性质的全部四位数。 *题目分析与算法设计 具有这种性质的四位数没有分布规律,可以采用穷举法,对所有四位数进行判断,从而筛选出符合这种性质的四位数。具体算法实现,可任取一个四位数,将其截为两部分,前两位为a,后两位为b,然后套用公式计算并判断。 -3025, the figure has a unique character : it divide
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1062
    • 提供者:姚紫欣
  1. 存储管理源代码

    1下载:
  2. 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6101
    • 提供者:Joly
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. heatdistribution-mpi

    2下载:
  2. 一个MPI程序,用来解决热分布问题。 热分布是一个经典的并行计算问题。 源代码还附上了测试结果和说明文档。-An MPI procedure, the distribution of hot problem to solve. Heat distribution is a classical problem of parallel computing. Source code is also attached to the test results and documentation.
  3. 所属分类:MPI

    • 发布日期:2016-06-14
    • 文件大小:72385
    • 提供者:disheng
  1. chap08

    0下载:
  2. ex6_1 ~ ex6_3二项分布的随机数据的产生 ex6_4 ~ ex6_6通用函数计算概率密度函数值 ex6_7 ~ ex6_20常见分布的密度函数 ex6_21 ~ ex6_33随机变量的数字特征 ex6_34 采用periodogram函数来计算功率谱 ex6_35 利用FFT直接法计算上面噪声信号的功率谱 ex6_36 利用间接法重新计算上例中噪声信号的功率谱 ex6_37 采用tfe函数来进行系统的辨识,并与理想结果进行比较 ex6_38 在置信度为0
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:7543
    • 提供者:张满超
  1. normal

    0下载:
  2. C++模擬normal distribution-C++ simulate normal distribution
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:587
    • 提供者:王祥
  1. MPI.Heat

    0下载:
  2. This a parallel program that solve the heat distribution problem in array mode.the 6.11 prorblem of chapter 6 in parallel programing techniques and application using networked workstations and parallel copmuters by barry wilkinson -This is a parallel
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1342
    • 提供者:Navid Yamini
  1. SpeechProbabilityDistribution

    0下载:
  2. Speech Probability Distribution.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-17
    • 文件大小:283326
    • 提供者:金鼎奖大
  1. TW-Distribution-Functions-

    0下载:
  2. 里面包含了Random matrix theory里Tracy-widom分布的函数,以及其详尽说明-It contains Random matrix theory in Tracy-widom distribution function, as well as its detailed descr iption of it
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:555835
    • 提供者:bxp
  1. MANET Service Distribution Protocol

    0下载:
  2. this code is a new technique for service distribution in MANET using repository node
  3. 所属分类:其它

    • 发布日期:2013-11-06
    • 文件大小:1140934
    • 提供者:ahmedsamy
  1. THL-DE-temperature-DISTRIBUTION

    1下载:
  2. 用于流体动力润滑,主要用于求解润滑油膜的温度分布情况-Used for hydrodynamic lubrication, mainly used for solving the temperature of the lubricating oil film distribution
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1063
    • 提供者:王兆言
  1. Distribution

    0下载:
  2. 以Delphi開發的資料分析軟件(分佈資料轉換用)-Data analysis (distribution of data conversion)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-26
    • 文件大小:198556
    • 提供者:andrews
  1. Normal-distribution-software

    0下载:
  2. Normal distribution software
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:40775
    • 提供者:赵曙光
  1. cumulative-distribution-function

    0下载:
  2. 标准正态分布函数的累积分布及其逆函数,适用于将复杂分布简化为多个简单分布-Its cumulative distribution function of the inverse of the standard normal distribution function for complex distribution function reduces to a simple plurality of distribution functions
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:283634
    • 提供者:wanls
  1. TSM(S)-Intraday-HL-Distribution

    0下载:
  2. TS策略15 TSM Intraday HL Distribution-TradeStation System TSM TSM Intraday HL Distribution
  3. 所属分类:ELanguage

    • 发布日期:2017-04-12
    • 文件大小:1144
    • 提供者:robin12345678
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com