搜索资源列表

  1. vhdl

    0下载:
  2. 伪随机序列发生器的vhdl算法 设计一个伪随机序列发生器,采用的生成多项式为1+X^3+X^7。要求具有一个RESET端和两个控制端来调整寄存器初值(程序中设定好四种非零初值可选)。 -Pseudo-random sequence generator algorithm VHDL design of a pseudo-random sequence generator, using the generation polynomi
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:文成
  1. mat

    1下载:
  2. 深度优先搜索算法Matlab源码 % 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释 % 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法-Depth-first search algorithm Matlab source this procedure site collected from abroad, is the stand
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:tangjia
  1. tre

    0下载:
  2. 实现正态分布的伪随机数发生器-To achieve normal distribution of the pseudo-random number generator
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:在一
  1. random

    0下载:
  2. 利用VC++开发的随机数生成程序,可以直接运行-Use VC++ Developed procedures for random number generator, you can directly run
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:1906688
    • 提供者:梁子旭
  1. UniformRandomNumberGenerator

    0下载:
  2. Uniform Random Number Generator,copy from book
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:532480
    • 提供者:River
  1. random_walk

    0下载:
  2. 自己编的一个用随机行走法实现电路计算的例子,电路图及参数均在Partial random walk for large linear network analysis里-Own a random walk method used to achieve circuit examples, circuit diagrams and parameters in the Partial random walk for large linear
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:abigail
  1. Random_Number_generator

    0下载:
  2. 此代码用于产生系统设计仿真阶段需要的仿真数据,运行的结果是一系列随机数。编译后可生成数据产生模块,在其他工程中之间调用之作为数据输入即可,对vhdl涉及仿真有一定的帮助-This code is used for creating a system design simulation stage of simulation data, the results of running a series of random numbers.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-14
    • 文件大小:35840
    • 提供者:王弋妹
  1. yuyanbing

    0下载:
  2. crf(conditional random fields条件随机场模型)在音字转换方面的运用。-crf (conditional random fields model conditions with the airport) in the sound use of the word conversion.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:757760
    • 提供者:fancyiyang
  1. ghmm-0.6.0

    0下载:
  2. 马尔可夫随机场程序,实现了隐式马尔可夫模型-Markov random field procedures, to achieve the implicit Markov Model
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:826368
    • 提供者:曾慕柳
  1. random

    0下载:
  2. 实现了自动生成随机数,对于 C仿真有很大的帮助-Realize the automatic generation of random numbers for simulation C has a great help
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:180224
    • 提供者:阳光
  1. Random

    0下载:
  2. 网页开发实例,关于RANDOM的实例。只是个小小的功能而已-Examples of web development, on the RANDOM example. Just a little more than functional
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:linjj
  1. sv

    0下载:
  2. 随机数的产生与检验 用余数法产生(0,1)均匀分布随机数等-Random Number Generation and testing by more than a few law (0,1) uniformly distributed random numbers, etc.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:张童
  1. crf_intro

    0下载:
  2. conditional random fields是最近流行的统计模型方法,这篇paper深入浅出的介绍了这一重要的模型,是学习CRF入门的重要文章-conditional random fields is a popular method of statistical model, this paper describes in simple terms this important model is the learning of
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:89088
    • 提供者:孙雷
  1. rc4

    0下载:
  2. RC4加密算法 目前工人最安全的加密算法之一 包括初始化算法和伪随机子密码生成算法两大部分-RC4 encryption algorithm is currently the most secure workers, one of the encryption algorithm including initialization algorithm and pseudo-random password generation algori
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:23552
    • 提供者:严词
  1. random

    0下载:
  2. 北大青鸟猜随机数的程序,是用JBuilder做的,-Beida Jade Bird guess a random number of procedures, is done with JBuilder,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:20480
    • 提供者:陈强
  1. vhdl

    0下载:
  2. 伪随机码发生器的VHDL实现 随着通信理论的发展,早在20世纪40年代,香农就曾指出,在某些情况下,为了实现最有效的通信,应采用具有白噪声的统计特性的信号。另外,为了实现高可靠的保密通信,也希望利用随机噪声。然而,利用随机噪声最大困难是它难以重复产生和处理。直到60年代,伪随机噪声的出现才使这一难题得到解决-Pseudo-random code generator for VHDL realize communication wit
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-14
    • 文件大小:217088
    • 提供者:张之晗
  1. LevinEtAl07(dhxu757)

    0下载:
  2. 在图像去卷积算法引入先验模型的应用,主要是建立马尔可夫随机场先验模型.很大程度上改进了去卷积的效果,更多的保持了图像的边缘特征.-In image deconvolution algorithm Application of the introduction of a priori model, mainly the establishment of Markov random field a priori model. A large
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:718848
    • 提供者:dhxu757
  1. randwalk

    1下载:
  2. 随机游走在图像分割中的应用,它类似于图割算法,利用谱信息进行分割-Random walk in the image segmentation application, it is similar to graph cut algorithm, the use of spectral information partition
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:31744
    • 提供者:寒雪
  1. Parzen

    0下载:
  2. Parzen窗法,由样本求概密估计,例为一维正态分布和双峰均匀分布,内附随机数生成的原理说明。-Parzen window method, by the sample density estimate for estimated Example for one-dimensional normal distribution and bimodal uniform distribution, random number generator
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:134144
    • 提供者:赵瑞峰
  1. random

    0下载:
  2. 一个产生三种随机数,并可以显示的例子,有平均随机数,正态随机数和另外一个。-A three-random number generated, and can show examples have an average of random numbers, normal random number and another.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:2099200
    • 提供者:张瑞
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org