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

搜索资源列表

  1. good-random-number-generator-

    0下载:
  2. 在matlab下运行,产生标准均匀分布,正态分布和指数分布的随机数发生器程序。-In matlab running, generate standard uniform, normal and exponential distribution random number generator program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:9453
    • 提供者:lichuanjiang
  1. bujixielou

    0下载:
  2. 用于求解叶片泵在过渡区中的压力分布,不计泄漏时计算叶片泵压力分布程序-pump pressure distribution of blade calculation program with not leakage
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:913
    • 提供者:张抛砖
  1. jiruxielou

    0下载:
  2. 认为泄漏时紊流时,计入泄漏因素求解叶片泵在过渡区中的压力分布。-Think of leakage in turbulent flow, pressure distribution for vane pump leakage factor in the transition area.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:887
    • 提供者:张抛砖
  1. axisymmetricKZK

    1下载:
  2. 仿真高强度聚焦超声(HIFU)治疗生物组织温度场的二维分布情况-simulate the High intensity focused ultrasound (HIFU) in treatment of two-dimensional distribution of temperature field in biological tissue
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2299
    • 提供者:刘鹏波
  1. alphawendingfenbu

    1下载:
  2. alpha稳定分布概率密度函数产生,应用于水声环境中混响噪声信号概率密度的建模,以便于研究水下信号传输-alpha stable distribution probability density function generator, used in underwater acoustic environment reverberation noise signal probability density modeling, in order to study the underwater si
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:347779
    • 提供者:彭成
  1. crm-mvc2

    0下载:
  2. 客户关系管理CRM(MVC2)源码 程序介绍: mvc2.0开发的CRM小项目, 原来是用三层工厂模式架构 JQuery Ajax的模式做的一个简单权限管理系统, 现在在这个基本上面又添加一个项目,用MVC2.0来重新开发了一遍, 视图引擎用了Aspx和Razor两种混合来编写,主要是想自己学习一下用MVC来开发项目。 适合MVC的初学者。 主要功能有 营销管理:销售机会管理,客户开发计划 客户管理:客户信息管理,客户流失管理 服务管理:服务创
  3. 所属分类:CSharp

    • 发布日期:2017-05-19
    • 文件大小:5330570
    • 提供者:zbsxcc
  1. Renyi_simulate

    1下载:
  2. 使用m文件产生加噪声的射频信号,通过滤波得到中频信号和基带信号,然后对其取倒谱。经过门特卡罗仿真,采用统计方式,得到各点的概率分布律,然后计算结果的香农熵和互雷尼信息熵。-M files generated using the RF signal plus noise, obtained by filtering the IF signal and baseband signal, and then take its cepstrum. After the door Monte Carlo si
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:25015
    • 提供者:姜是
  1. 654743646

    0下载:
  2. 正态分布图像处理支持模块,应用程序编程源码,很好的参考资料。-The normal distribution of image processing modules, application programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:40284
    • 提供者:桂花翅子
  1. Lesson3Code

    0下载:
  2. 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and MFC Framewor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:46638
    • 提供者:奋斗不止
  1. G-test

    0下载:
  2. 本程序是通过两组数据的分布情况检测他们的相似性。从而找出相似点-This procedure is their similarity detection through the distribution of two sets of data. In order to identify similarities
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:755
    • 提供者:zhouwei
  1. jhdshjdsjh

    0下载:
  2. 根据已知岁局变量,求出他的分布规律!当然也可以画出分布图像-According to Bureau of known age variable, find his distribution! Of course, you can draw the distribution image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1100
    • 提供者:blue
  1. shiyan1

    0下载:
  2. 编写一个简单的学生成绩录入及显示系统,具体要求如下:  定义一个成绩结构体:至少包括C++、数学、英语;  定义一个学生结构体:至少包括姓名、性别、年龄、成绩结构体成员;  定义一个学生成绩录入函数,用于对学生进行成绩录入;采用动态分配的内存(new 和delete),对学生信息进行存储,要根据指定的输入数量进行内容分配;  重载函数的使用:定义二个比较函数,函数名为comp,该函数即可以对姓名进行比较也可以对成绩进
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:147881
    • 提供者:任佳
  1. GranulometryOfSnowflakes

    0下载:
  2. Granulometry determines the size distribution of objects in an image without explicitly segmenting (detecting) each object first.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:553
    • 提供者:mohammad
  1. PhaseFlow

    0下载:
  2. 基于而分流的算法,通过算法求出结果,并显示在页面中-Based on the distribution of algorithms, the algorithm calculated results, and displayed on the page
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1684480
    • 提供者:王三元
  1. topology

    0下载:
  2. 拓扑结构分析。可用于配电网的电气岛的构建。并辅以直接的数据。能够帮助加强理解。-Topology analysis. Distribution network can be used to build an electrical island. Supplemented by direct data. Can help strengthen understanding.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5405
    • 提供者:魏超
  1. 33system

    2下载:
  2. 33节点的配电网重构程序,基于粒子群算法。相当快速。但是需要再修改源码才可以重新生成数据。-33 node distribution network reconfiguration procedures, based on particle swarm optimization. Pretty fast. But the need to modify the source code before they can re-generate the data.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:30734
    • 提供者:魏超
  1. cthd3940

    0下载:
  2. 配电网潮流计算程序,基于前推回推算法。给出了具体数值在源码中。但是三相上的体现并不多。若想交流,可联系我。-Distribution power flow calculation program, based on forward and backward projection method. Specific values ​ ​ are given in the source. But not much reflected on the three-phase. If y
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1337
    • 提供者:魏超
  1. MsgDisp

    0下载:
  2. Delphi实现消息分发的程序代码,一个简单的delphi消息发送演示,适合Delphi初学者。 -Delphi to achieve message distribution program code, a simple message delphi demo for Delphi beginners.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:4281
    • 提供者:kingyuan
  1. wind-resource-assessment

    1下载:
  2. Weibull 风速分布数学模型 主要包括原始数据表格登陆、原始数据导入以及编辑、风能资源评估及报表显示和输出模块-Weibull wind speed distribution mathematical model includes raw data tables landing, import and edit the raw data, wind resource assessment and the report display and output modules.
  3. 所属分类:CSharp

    • 发布日期:2017-05-19
    • 文件大小:5364266
    • 提供者:陈政
  1. 05

    0下载:
  2. 利用蒙特卡罗方法,用洛伦兹分布对高斯分布进行舍选抽样。-Using the Monte Carlo method, using Lorentz distribution on the Gaussian distribution is rounded selection sampling.
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:671174
    • 提供者:
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com