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

搜索资源列表

  1. prime

    0下载:
  2. 快速求素数,用到了概率算法。可以求出相当大范围内的素数,远远优于普通的素数算法-Fast seek primes, using a probability algorithm. Can be obtained within the scope of a large prime number, which is far superior to an ordinary prime number algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1660
    • 提供者:shazi
  1. Random_generate

    0下载:
  2. 生成给定分布律的随机数 % r=specrnd(x,p)返回一个来自分布律P(x)=p的随机数 % r=specrnd(x,p,m,n)返回m*n随机数矩阵 % p的默认值为等概率-Generate a given distribution law of random number r = specrnd (x, p) returns a from the distribution law P (x) = p of the random number r = specrnd (x,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1036
    • 提供者:haiyan
  1. ftarget

    0下载:
  2. 本程序研究在单个脉冲发现概率一定的条件下,对目标辐射源发现概率随时间的变化。 %采用蒙特卡罗过程仿真方法;-This procedure study found that the probability of a single pulse under certain conditions, sources on the target discovery probability changes over time. Monte Carlo simulation methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:10943
    • 提供者:柏林
  1. SimulatedAnnealing

    0下载:
  2. 模拟退火算法解旅行商问题,读入的文件描述城市的位置,采用康立山等人的方法,能以较大的概率接触最优解-Simulated annealing algorithm traveling salesman problem, read the document describes the city s location, KANG Li-shan, who adopted the method, to a greater probability of exposure to the optimal sol
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1601
    • 提供者:赵九鑫
  1. math_experiment

    0下载:
  2. 数学实验,包括高等数学、概率统计、线性代数等的讲解,全部用matlab实现-Mathematical experiment, including advanced mathematics, probability and statistics, linear algebra and so on, all with the realization matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:5838848
    • 提供者:moon
  1. VCVB

    0下载:
  2. 本书是所随带的VC++和BC++数值分析类库光盘的使用手册。此VC++和BC++数值分析类库涵盖了数值分析领域中大部分常见算法,还包括线性和非线性最优化问题的多种算法以及概率统计中的一些基本算法。此类库中将矩阵和向量当成如char,int,double一样的基本变量类型,为矩阵和向量提供了几乎是随心所欲的操作函数。因此,可以在此数值类库的基础上进行二次开发。类库的各项功能均经过严格的检测,并与MATLAB作了比较,结果准确无误,效率不相上下。书中以菜单的方式对数值分析类库的每项功能作了详尽的解释
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:249861
    • 提供者:wt
  1. LPIinterceptFactor

    1下载:
  2. 用于低截获概率雷达设计,计算出低截获概率的截获因子-For LPI Radar design, calculate LPI interception factor
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1967
    • 提供者:傅雄军
  1. MAP_cpm

    2下载:
  2. 连续相位调制CPM的最大后验概率MAP解调-Continuous phase modulation CPM maximum a posteriori probability of the MAP demodulator
  3. 所属分类:matlab例程

    • 发布日期:2014-01-14
    • 文件大小:2187
    • 提供者:刘贤
  1. gailv_yu_shuli_tongji

    0下载:
  2. 这是概率与数理统计的习题选解,对于学这门课程的人应该有很大的指导意义。-This is the probability and mathematical statistics solution of exercises selected for the study this course should have great guiding significance.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:456582
    • 提供者:Wuxinmin
  1. Huffmancode

    0下载:
  2. 霍夫曼编码解码。基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Hoffman codec. Fundamental principle is frequently used data in lieu of using a short code, and less use of the data used in lieu o
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:9207
    • 提供者:王瑾
  1. tuxiangchuli

    0下载:
  2. 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:764938
    • 提供者:SANMIL
  1. AC_Encoding

    0下载:
  2. 程序为一种二进制算术编码程序,其概率模型为JBIG采用的编码模型,。-Procedures as a binary arithmetic coding procedures, the probability model used for JBIG coding model.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:2849
    • 提供者:孙红昭
  1. MatlabToolbox1

    0下载:
  2. matlab 应用数学工具箱的使用,包括概率统计、偏微分方程等。-matlab toolbox of applied mathematics, including probability and statistics, such as partial differential equations.
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:3220914
    • 提供者:guo guo
  1. matlab6.0shuxueshouce

    0下载:
  2. matlab 6.0数学手册,系统介绍了matlab在 高等数学,数值分析,线性代数,概率统计和优化理论中的应用。-matlab 6.0 mathematics manuscr ipts,it provided the application of matab in numerical analysis,matrix theory, probability theory and optimization theory.
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1761410
    • 提供者:feimaxiao
  1. matlab

    0下载:
  2. matlab环境下目标函数为求最大值,且解非负整数解 %bounds 边界约束 %Myfun 为目标函数 %num 初始种群数 %N 最大迭代次数 %CP 交叉概率 %P 突变概率 %f 目标最优解 %x 最优解向量-matlab environment for the sake of the objective function value, and the solution of non-negative integer solutions% bounds b
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1886
    • 提供者:ccy
  1. zouxiang_i

    1下载:
  2. 沉陷变形计算。本程序可以给予概率积分模型计算沉陷变形的水平移动。-Subsidence deformation. This procedure can give probability integration model calculation of the level of subsidence deformation mobile.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3886
    • 提供者:zzj
  1. hash_functions_src

    0下载:
  2. 散列函数源代码,散列表通常是关键字和值对应的数据结构,散列函数用于把关键字映射到相应的数组索引号,由于散列表中每个元素访问到的概率不同,所以应该选用不同的散列函数,以提高程序的查找效率.-Hash function source code, hash table is usually the value of keywords and corresponding data structure, hash function used for the keywords mapped to the c
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:81377
    • 提供者:wuzh
  1. generic2

    0下载:
  2. 遗传算法求解极值的源程序,只需将要求函数在源文件中输入,即可,种子数100,变异概率和交叉概率可调-Extremes of genetic algorithm source code, simply will be asked to function in the source file type, you can, seed number of 100, mutation probability and crossover probability adjustable
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:297639
    • 提供者:stefwang
  1. generic_tsp

    0下载:
  2. 用遗传算法求解TSP问题,种子数100,遗传概率和交叉概率可以在源程序中修改。-Genetic Algorithm with TSP problem, a few hundred seeds, genetic probability and crossover probability can modify the source program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:272888
    • 提供者:stefwang
  1. suanshubianma

    0下载:
  2. 算术编码是将累积分布函数的区间(0,1)分成许多互不重叠的小区间,每个信源符号对应于各个小区间,每个小区间的长度等于这个信源符号的概率分布值,在此小区间内取一点,取该点二进制小数点后l位作为这个信源符号的码字。把这基本思想运用到信源符号序列中来,能计算出信源符号序列的累积分布函数,使每个符号序列对应于累积分布函数上的不同区间,在此区间上取一点,将其二进制小数点后l位作为这符号序列的码字,只要这些区间不重叠,编的的码即为算术编码。-Arithmetic coding is the cumulati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1215
    • 提供者:张继红
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com