Welcome![Sign In][Sign Up]
Location:
Search - random set

Search list

[AI-NN-PR模拟退火源码

Description: 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S 'S' = S+ sign (). delta where given for the step, [-1,1] Random Number
Platform: | Size: 55296 | Author: | Hits:

[Other Riddle gamesPinTwo

Description: 拼图游戏,可以载入的BMP图档,设定好分割数,然后再按乱数排列,之后就可以开始游戏,游戏用键盘的上下左右键控制-pieces of the jigsaw may be included in the BMP image files, set a few good segmentation, and then click the random number with, and then start the game, the game of the keyboard keys to control levels have! !
Platform: | Size: 741376 | Author: 林世伟 | Hits:

[Fractal programgraphics_fenxing

Description: 主要模拟了荡漾的水面,使用的方法是:随机给定矩形水面四个角的高度,用随机中点位移法生成一幅分形水面,然后使水波按照一定的传播机制扩散、衰减,从而模拟出水波荡漾的效果。-simulated a ripple on the surface, the methods used are : to set random four corners of the rectangular surface and with a random midpoint displacement method generated a fractal surface, and then make wavelets according to a certain mechanism for the dissemination of proliferation, attenuation, which simulate wave rippling effect.
Platform: | Size: 2234368 | Author: 珠海 | Hits:

[BREWdisgaosi

Description: 利用VC++实现,产生服从高斯分布随机数。其中A,B可以自己设定-VC produce obedience Gaussian distribution random number. Where A and B can be set for
Platform: | Size: 9216 | Author: transformer | Hits:

[AlgorithmConvexHull

Description: 使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。-The use of C++ Realize the Graham scan method (for solving convex hull problems), can be set to generate a random number of points, patterns, and at the same time to support the set display range, display algorithm processing time and the use of document features such as import and export points. (File format for the first four bytes is the number of points, after all points are x coordinates and y coordinates, each account for 4-byte value).
Platform: | Size: 51200 | Author: 王晓桐 | Hits:

[VHDL-FPGA-Verilogvhdl

Description: 伪随机序列发生器的vhdl算法 设计一个伪随机序列发生器,采用的生成多项式为1+X^3+X^7。要求具有一个RESET端和两个控制端来调整寄存器初值(程序中设定好四种非零初值可选)。 -Pseudo-random sequence generator algorithm VHDL design of a pseudo-random sequence generator, using the generation polynomial for the 1+ X ^ 3+ X ^ 7. RESET has a client request and the two control registers client to adjust the initial value (procedures set of four non-zero initial value optional).
Platform: | Size: 1024 | Author: 文成 | Hits:

[Mathimatics-Numerical algorithmsC-source-set

Description: C语言算法集:插值算法、非线性方程组、极值问题、线性代数方程组、数值积分、随机数产生-C language algorithms: interpolation algorithm, nonlinear equations, extremal problems, linear algebraic equations, numerical integration, random number generator
Platform: | Size: 144384 | Author: holy | Hits:

[3G developCHF

Description: 设定无线接入点能够始终提供最大吞吐量,终端节点的冗余通信模块各自的网络信道信噪比值随机变化,由此计算得冗余网络各自的CHF值。CHF切换机制根据冗余网络各自的采样值大小进行切换判决,考虑门限的CHF切换机制根据设定的上下切换门限值进行切换判决-Configure wireless access points can always provide the maximum throughput, end-node redundant network communication module respective channel signal to noise ratio value of random changes, which calculated the respective redundant network CHF values. CHF redundant network switching mechanism in accordance with their respective values of the size of the sampling switch decision, consider the threshold of CHF switch mechanism according to set upper and lower limit switch door switch decision
Platform: | Size: 1024 | Author: 王一 | Hits:

[Otherwlan_transmitter

Description: WLAN仿真-发送机 wlan No Comments 设置完系统参数后,开始产生发送数据。 1. 产生随机的发送bit(tx_bits),这里不考虑信道编码。 2. QAM映射 3. 将数据映射到不同载波,形成OFDM符号 4. 产生pilot,并将pilot插入OFDM符号中 5. 加入dc和guard子载波 6. 进行ifft,将频域信号变到时域,并加入循环前缀 7. 对信号进行overlap window 8. 在时域产生short preamble 9. 在时域产生long preamble 10. 将preamble和数据符号组成packet 11. 升采样 得到信道传输的数据Tx_signal_up 具体程序见附件 wlan_transmitter.m-WLAN Simulation- wlan No Comments transmitter system parameters set finished, the beginning to have to send data. 1. Have sent random bit (tx_bits), here does not consider channel coding. 2. QAM mapping 3. The data is mapped to a different carrier to form OFDM symbols 4. Have a pilot, and pilot inserted OFDM symbols 5. Adding dc and guard subcarriers 6. To carry out ifft, will change the frequency domain signal to time domain, and add cyclic prefix 7. the signals overlap window8. In the time domain have a short preamble9. In the time domain have a long preamble10. the preamble and data symbols packet11. or sampling received data transmission channel Tx_signal_up specific procedures see Annex wlan_transmitter.m
Platform: | Size: 1024 | Author: 福东方 | Hits:

[Graph programVo

Description: Random Set/Point Process in Multi-Target Tracking. 关于PHD滤波实现多目标跟踪很好的课件。-Random Set/Point Process in Multi-Target Tracking. On PHD filter multi-target tracking good courseware.
Platform: | Size: 657408 | Author: 周奇 | Hits:

[CSharpRandom

Description: 简单的随机电话号码生成,电话号码位数可以设定。-Simple to generate random telephone numbers, telephone numbers can be set to the median.
Platform: | Size: 684032 | Author: 李小勇 | Hits:

[Windows Developos

Description: 1.设某年级有n位学生,名单以文本文件方式(见下页)存放在盘上,试编一程序随机抽取m位学生并输出其名单。 2.试编一程序分别建立随机事件链表和事件队列。 -1. Set up a grade has n students, the list to a text file method (see next page) stored in the disk, the trial procedures 1 m randomly selected students and their list of the output. 2. Trial procedures separately set up a random one case list and event queue.
Platform: | Size: 2048 | Author: yilijuan | Hits:

[Graph RecognizeRandom

Description: 如果学习随机集有关的知识,最好先看看这个课件,一个澳大利亚人的学术报告.大概内容是随机集在目标跟踪中应用发展过程-If you want to study something of the random sets of knowledge, the good idea to take a look at this software, an Australian academic. About the contents of a random set of target tracking in the application development process
Platform: | Size: 658432 | Author: mengxue | Hits:

[Education soft systembook

Description: 网上图书系统 图书管理、借出登记、归还登记-Geometric Level Set Methods in Imaging,Vision and Graphics- Osher, Paragios(Springer 2003).pdf Image Analysis,Random Fields and Dynamic Monte Carlo Methods-Winkler(Springer).pdf Level Set and Dynamic Implicit Surfaces- Osher, Fedkiw (Springer 2003).pdf Level Set Methods and Fast Marching Methods-J.A.Sethain(CAMBRIDGE UNIVERSITY PRESS 2002).pdf-level set, PDE image processing books----- 5 translate : Geometric Level Set Methods in Imaging, Vision and Graphics-Osher. Paragios (Springer 2003). pdf Image Analysis, Random Fields and Dynamic Monte Carlo Methods- Winkler (Springer). pdf and Dynamic Level Set I mplicit Surfaces- Osher. Fedkiw (Springer 2003). pdf a Level Set Methods Fast Marching Methods nd- J.A.Sethain (CAMBRI DGE UNIVERSITY PRESS 2002).
Platform: | Size: 593920 | Author: oudeliang | Hits:

[Special EffectsExample-Based_Automatic_Portraiture

Description: 摘  要  提出了一种基于样本学习的人脸肖像画自动生成算法.文章采用非均匀的马尔科夫随机场模型来描述肖 像画与人脸图像之间的统计关系 ,并使用基于训练样本的非参数化的概率表示 ,在贝叶斯优化的框架下设计了迭 代采样算法 ,可以自动的从人脸图像生成特定风格的肖像画.在该方法中 ,使用非均匀的统计模型是保持肖像中人 脸结构准确性的关键.文中所提供的例子表明了该文方法的有效性-Abstract In this paper , we present a new approach for automatically generating a life2like port rait f rom a f rontal face image. We learn the port raiture f rom a set of real artwork examples. Different f rom previous texture synthesis and image synthesis works that assumed modeling is homogeneous , Inhomo2 geneous Markov Random Field Model is employed as the statistical model , and a non2 paramet ric sam2 pling scheme is used to capture the complex statistical characteristics of face image and corresponding artist drawing in this paper . In our st rategy , only those pixels corresponding to a port rait point are sampled. Such a st rategy is crucial for maintaining facial st ructure and guaranteeing coherence of por2 t rait lines. Experimental result s demonst rate the effectiveness and life 2likeness of our approach.
Platform: | Size: 282624 | Author: alsocc | Hits:

[AlgorithmTheory-Of-Random-Sets

Description: 介绍随机集的经典的书,Springer出版社出版的啊,经典-a classic book for random set, which is published by Springer, classic
Platform: | Size: 2547712 | Author: ydl | Hits:

[OtherRandom-Set-Models

Description: 一本讲随机有限集模型粒子滤波器的书,比较新,对从事多目标跟踪算法研究的工作者很有帮助。-A book about random finite set model particle filter, relatively new, to the workers engaged in multiple target tracking algorithm research is very helpful.
Platform: | Size: 4822016 | Author: 里维斯 | Hits:

[OtherParticle-Filters-for-Random-Set-Models

Description: Particle Filters for Random Set Models By: Branko Ristic -Particle Filters for Random Set Models By: Branko Ristic
Platform: | Size: 4557824 | Author: Gomaa Haroun | Hits:

[Program docBranko-Ristic-(auth.)-Particle-Filters-for-Random

Description: Particle Filters for Random Set Models
Platform: | Size: 4557824 | Author: hossein | Hits:

[OtherParticle Filters for Random Set Models by Branko Ristic (auth.) (z-lib.org)

Description: Particle Filters for Random Set Models by Branko Ristic (auth.) (z-lib.org) 随即有限集 粒子群算法
Platform: | Size: 4614032 | Author: yujiaao123@126.com | Hits:
« 12 3 4 5 6 7 8 9 10 ... 33 »

CodeBus www.codebus.net