查询词典 algorithm
- 与 algorithm 相关的网络例句 [注:此内容来源于网络,仅供参考]
-
In this paper a genetic algorithm four-dimension data assimilation system was applied to the more complex MM5 model, we verify the performance of the genetic algorithm assimilation system, we take the a heavy rainfall process during 04-05, July, 2003 as the experimental research object, and carry out data assimilation experiment of actual observation data, compare the experimental results of the genetic algorithm assimilation system and MM5 adjoint model assimilation system with the experimental results without assimilation, the following is the result:genetic algorithm assimilation system is used not only in a barotropic primitive equation but also in the complex model, MM5, for example, in the ideal experiment the result of the genetic algorithm assimilation system is better than the MM5 adjoint model assimilation system, in the assimilation experiment of actual observation data, whichever assimilation system is used, the initial field of numerical prediction model is effectively improved and the prediction effect of physical field and rainfall are somewhat enhanced.
本文将遗传算法的四维同化系统运用到更复杂的MM5模式中,在理想实验中验证遗传算法同化系统的性能,并以2003年7月4日"南京暴雨"作为研究对象,进行了实际观测资料的同化,并将遗传算法同化系统和MM5伴随模式同化系统得到的结果跟未同化的结果进行了比较,结果如下:遗传算法同化系统不仅可以用在正压原始方程模式上,同样也可以用在MM5等复杂模式上,理想实验证明了遗传算法同化系统优于MM5伴随同化系统,在实际观测资料同化中,采用两种方法的同化系统都能有效地改善数值预报模式的初始场,能在一定程度上提高物理量场和降水量的预报效果。
-
Firstly, it discusses the principle of adaptive interference chancellor, including broad band signal and narrow band signal; Secondly, it analysises one common algorithm used in adaptive interference chancellor, that is, LMS algorithm and its anamorphosis algorithm especially normalized LMS algorithm pointing out their relationship. After then, the paper talks about the structure and reality of canceling broad band noise in narrow band signal and narrow band noise in broad band signal and gives it's result simulation analyzing the factors affecting the power of the algorithm. In the last party, it gives the hardware design and assembly language software design using TMS32OC3 1, including the result of simulating.
首先,本文讨论了自适应干扰对消的原理,并对窄带信号和宽带信号两种进行了分别分析;然后本文对自适应干扰对消中常用的算法—LMS算法进行了分析,同时也讨论了LMS算法的变形算法,尤其是归一化LMS算法,并指出了这些算法的相同和不同之处;此后,本文讨论了窄带信号中的宽带干扰对消和宽带信号中的窄带干扰对消的结构及实现方法并给出了住址的结果,分析了影响干扰对消效果的因素;在论文的最后,给出了用TMS320C31实现窄带信号中的宽带干扰对消的硬件设计和汇编程序设计,以及汇编语言程序的结果,并就此结果与高级语言程序的结果作了比较。
-
Then, combined with the implementation of Arc Tangent function, FFT algorithm, Differential Positioning algorithm, and telecommunication module, the general proposal of algorithm module implementation is presented, and the design methods of practical algorithm module implementation is proposed, together with instances illustrating the advantage of standard algorithm modules.
接着,论文结合北斗用户机研制工作中开发反正切函数、FFT、广域差分算法、指挥机电文通信模块等算法模块的设计实例,归纳出算法模块实现的通用方案和实用化规范算法模块设计方法,并以若干案例说明搭建规范化算法模块的优势。
-
So in this paper, combined the CT method and the AntNet routing algorithm, using the multi-agents technique, the artificial cognitive model--BP-CT ant routing algorithm is constructed. In this algorithm the agents have the simple artificial cognition and can interact with other agents and environment. We simulate this algorithm on OMNeT++ software platform and contrast with AntNet routing algorithm, and analyze the result of simulation.
本文将经济系统中较好体现人工认知特征的CT 交叉目标算法与蚂蚁网络路由算法相结合,使用多智能体技术,使智能体具有了简单的人工认知,通过与其他智能体和环境进行交互,构造了以计算智能为智能体核心的人工认知模型BP-CT 蚂蚁网络路由算法,并在OMNeT++网络仿真平台上加以实现,并与蚂蚁网络路由算法进行了对比,并对仿真结果进行了比较和分析。
-
Second, according to model characteristic, such as non-linear, non-convex, multiple-peaked and so on, the paper discusses limitation of traditional solving algorithm, such as branch and bound method, GBD method and OA method, puts forward penalty function-makeup integer algorithm and genetic algorithm, analyses procedures of genetic algorithm, such as selection, crossover and mutation, brings forward modifications for specific realized problems of genetic algorithm, such as selection of initial points, operator design, adoptive value adjustment, constraint treatment and so on, and works out correlated solving program.
其次针对该模型非线性、非凸、多峰等特点,讨论了分支定界法、GBD法和OA法等传统求解算法的局限性,提出了罚函数一凑整算法和遗传算法的求解思路,对遗传算法的选择、交叉、变异等过程进行分析,对遗传算法初始点选择、算子设计、适应值调整和约束处理等具体实现问题提出了改进措施,并编制了相关的求解程序。
-
The main content of this thesis includes six parts. First of all, it is a comprehensive systematic introduction about RSA algorithm including the present application situation and principle of RSA algorithm----producing big prime numbers and secret keys, the encryption arithmetic for information and the decryption for secret information, which establish the theory foundation for achieving concrete; secondly, it introduces some basic conception of RSA digital signature and theory of digital signature realizing process; thirdly, it introduces the basic principle of MD5 algorithm; fourthly, it states design and realization of RSA digital signature in detail. The main modules includes producing RSA secret keys, implementation of RSA encryption algorithm and decryption algorithm, producing message digest and realizing digital signature and verification by RSA; the fifth, it carries on testing entirely, analyzing and improving for this system;The sixth, it analyses the security of RSA digital signature and points out the development direction of RSA digital signature.
本文主要研究的内容包括:第一,对RSA算法进行了全面系统的介绍,包括RSA算法的应用现状和原理—大素数的产生、密钥对的产生、对明文的加密运算和密文的解密运算,为具体实现打下了理论基础;第二,介绍了RSA数字签名的一些基本概念和数字签名的理论实现过程;第三,对MD5算法基本原理的介绍;第四,详述了RSA数字签名的设计与实现,主要实现的模块包括RSA密钥的产生,RSA加密算法和解密算法的实现,消息摘要MD的生成以及利用RSA算法实现数字签名和签名的验证;第五,对该系统进行了整体的测试和分析改进;第六,分析了RSA数字签名的安全性,指出了RSA数字签名的发展方向。
-
The algorithm runs on the sink node and the connected dominating set educed from the algorithm forms the virtual backbone of the network. Because the algorithm gets the global information and the information is general, the size of the connected dominating set got from the centralized heuristic algorithm is smaller than that of distributed heuristic algorithm.
本文算法在中心控制或管理节点上运行,求得的连通支配集构成无线传感器网络的虚拟骨干网,并且由于算法采用网络的全局信息,获得的信息量较为全面,所以求得的连通支配集的规模相对于分布式算法更小。
-
The paper investigates both block-type pilot linear minimum mean square error algorithm and IEEE802.16 OFDM channel estimation analysis. Simulation results confirm the block-type pilot structure is more suitable for IEEE802.16 system. An optimal pilot setting algorithm, based on space frequency domain, is explored and the pilot chart is presented. The proposed algorithm finds its application in MIMO-OFDM. Simulation results show the algorithm presents a good approximation to the perfect channel state information curve, with about 2dB difference in SNR. The simulation results also demonstrate the algorithm achieves fairly high stability in the environment of fast fading, performance of the proposed algorithm is better that of pilot training channel estimation.3. Taking into account the characteristics of IEEE802.16 OFDM system, OFDM system simulation platform is constructed in Matlab, exploiting simulink as a tool. OFDM modulation and demodulation simulation system are configured on LabVIEW platform. All the system signal processing is simulated, including defining system parameters, designing modulation model, and verifying all the proposed algorithms under different environments, such as white Gaussian noise, multi-path fading, with or without guard interval etc. Bit error performance is evaluated. The research provides valid theoretical basis for practical OFDM system performance evaluation.4. Taking advantage of software radio, the paper designs a hardware platform with both 256-IFFT/FFT and 512-IFFT/FFT OFDM schemes co-existing in one platform. You can predetermine one from the two schemes to carry out almost the same model function with different system performance and parameter setting.5. Referring to IEEE802.16 standard, the paper proposes a design method for generating signals and frames suitable for laboratory investigations implemented in laboratory environment.6. Based on 6701evm digital evaluation card, combined with analogy front-end, the paper designs a DSP software model to deal with baseband signal processing. An overall OFDM scheme, with modulation and demodulation function, is accomplished.
讨论分析了MIMO-OFDM中一种基于空频域的最优导频设置算法,给出了导频图案,通过仿真实验表明,该算法与理想的信道状态信息曲线非常接近,信噪比差距约在2dB左右,并且在快衰落条件下具有较好的稳定性,其性能要优于基于前导训练的信道估计方法。3、根据IEEE802.16OFDM系统特点,论文分别在Matlab中应用Simulink工具构建OFDM系统仿真平台、在LabVIEW平台上实现了OFDM调制解调仿真系统,模拟了整个系统的信号流程,进行了OFDM仿真系统参数的选择和调制模块的仿真设计、论证各算法性能,并根据各种不同的条件:例如高斯噪声、多径衰落、有无保护间隔等,对系统的误码特性进行了评估,为正确评价实际OFDM系统的性能提供了有效的理论依据。4、论文以软件无线电思想作为指导,提出了以256点IFFT/FFT为核心和以512点IFFT/FFT为核心的两种OFDM算法模式并存于同一个硬件平台、且可预选的方案,它们在参数选取和性能指标上有所差异,均实现了相似的模块和功能。5、论文参考IEEE 802.16无线网络标准的参数设置,针对本设计系统的应用环境和系统硬件的性能速率,提出了一种应用于实验室环境的信号结构、帧格式等参数设计。6、论文基于TI公司的6701evm数字评估板卡,结合模拟前端搭建数字中频平台,设计了基带处理的DSP软件模块并进行系统调试,基本实现了一套完整的OFDM调制解调方案。
-
For a variety of hybrid flexible flowshop process route of the problem of production scheduling, analysis of production process planning and shop scheduling system integration principle, set up the target model, by a simple genetic algorithm to improve, in the integrated model set up based on the algorithm research, put the post-evolutionary genetic algorithm and improved simulated annealing algorithm an organic combination of algorithm optimization mechanism to enable the integration and optimization of the structure complement each other to form a more efficient hybrid optimization algorithm, and to solve the problem.
针对混合柔性流水车间多种工艺路线的生产调度问题,分析了生产工艺计划与车间调度系统的集成原理,建立目标模型,通过将简单遗传算法加以改进,在建立集成模型的基础上,对算法进行研究,把进化后的遗传算法和改进的模拟退火算法有机结合,使算法优化机制融合和优化结构互补,形成较为高效的混合优化算法,并对问题进行求解。
-
Experimental results show that the 3D SPEZBC algorithm has the same rate-distortion performances of three-dimensional embedded zero block coding (3D EZBC) algorithm, obviously outperforms three-dimensional set partitioned embedded block (3D SPECK) algorithm, three-dimensional set partitioning in hierarchical trees(3D SPIHT) algorithm and (AT-3D SPIHT) algorithm, and is slightly better than JPEG2000 multi-component (JPEG2000-MC) algorithm at different bit rate in the compression performances.
实验结果表明,3D SPEZBC算法具有与三维嵌入式零块编码(3D EZBC)算法相同的压缩编码性能,在各比特率下编码性能均明显优于三维集合分裂嵌入式块编码(3D SPECK)、三维等级树集合分裂(3D SPIHT)和非对称三维等级树集合分裂(AT-3D SPIHT)算法,并且略好于多分量JPEG2000编码(JPEG2000-MC)算法。
- 推荐网络例句
-
The split between the two groups can hardly be papered over.
这两个团体间的分歧难以掩饰。
-
This approach not only encourages a greater number of responses, but minimizes the likelihood of stale groupthink.
这种做法不仅鼓励了更多的反应,而且减少跟风的可能性。
-
The new PS20 solar power tower collected sunlight through mirrors known as "heliostats" to produce steam that is converted into electricity by a turbine in Sanlucar la Mayor, Spain, Wednesday.
聚光:照片上是建在西班牙桑路卡拉马尤城的一座新型PS20塔式太阳能电站。被称为&日光反射装置&的镜子将太阳光反射到主塔,然后用聚集的热量产生蒸汽进而通过涡轮机转化为电力