Welcome![Sign In][Sign Up]
Location:
Search - RK算法

Search list

[Other resourcerk_str

Description: RK算法:Rabin Karp string search algorithm,一种高效的字符串搜索算法-RK algorithm : Rabin Karp string search algorithm, An Efficient Algorithm String Search
Platform: | Size: 5164 | Author: zbchun | Hits:

[Other resourcerk

Description: 常微分方程的龙格库塔法系列程序,从二级到四级的算法。-Ordinary Differential Equations Runge - Kutta method series of procedures, from two to four algorithms.
Platform: | Size: 1549 | Author: 陈涛 | Hits:

[Other resourceMissileTrajectorySimulation

Description: 通用弹道仿真计算程序V1.0 本程序包为vxLand提供的经典版的通用导弹、炮弹、火箭弹等的弹道仿真计算程序,适 用于无控弹药,用户可以需要根据加入三点法、比例导引等导引方法,修改、扩充成相 应的有控、制导模拟仿真弹道程序。 程序包中MissileTrajectorySimulationRk.h的rk()是经典的4阶龙格库塔方法求常微分 方程的数值算法的函数子程序,大家可参考使用。 MissileTrajectorySimulation_Input.dat是输入数据文件。 由于时间关系,相应的matlab语言版本暂时没有整理出来。 关键词:导弹 弹道 炮弹 火箭弹 三点法 比例导引 无控 有控 制导 仿真 模拟 计算 通用 龙格库塔
Platform: | Size: 67069 | Author: donotspam | Hits:

[CSharpStringMatch

Description: 四种字符串匹配算法: RK,KMP,BMH及QS算法。
Platform: | Size: 5124 | Author: 曹猛 | Hits:

[Other resourcepid_ctrl

Description: PID algorithm simulation program, including rk 四阶算法。-PID algorithm simulation program, including four bands rk algorithm.
Platform: | Size: 44544 | Author: 陈月辉 | Hits:

[AlgorithmRF模拟圆周运动

Description: 二体问题模拟 rk8阶算法
Platform: | Size: 1247663 | Author: 372187725@qq.com | Hits:

[AI-NN-PRpid_ctrl

Description: PID algorithm simulation program, including rk 四阶算法。-PID algorithm simulation program, including four bands rk algorithm.
Platform: | Size: 51200 | Author: 陈月辉 | Hits:

[Data structsrk_str

Description: RK算法:Rabin Karp string search algorithm,一种高效的字符串搜索算法-RK algorithm : Rabin Karp string search algorithm, An Efficient Algorithm String Search
Platform: | Size: 5120 | Author: zbchun | Hits:

[Algorithmrk

Description: 常微分方程的龙格库塔法系列程序,从二级到四级的算法。-Ordinary Differential Equations Runge- Kutta method series of procedures, from two to four algorithms.
Platform: | Size: 1024 | Author: 陈涛 | Hits:

[transportation applicationsMissileTrajectorySimulation

Description: 通用弹道仿真计算程序V1.0 本程序包为vxLand提供的经典版的通用导弹、炮弹、火箭弹等的弹道仿真计算程序,适 用于无控弹药,用户可以需要根据加入三点法、比例导引等导引方法,修改、扩充成相 应的有控、制导模拟仿真弹道程序。 程序包中MissileTrajectorySimulationRk.h的rk()是经典的4阶龙格库塔方法求常微分 方程的数值算法的函数子程序,大家可参考使用。 MissileTrajectorySimulation_Input.dat是输入数据文件。 由于时间关系,相应的matlab语言版本暂时没有整理出来。 关键词:导弹 弹道 炮弹 火箭弹 三点法 比例导引 无控 有控 制导 仿真 模拟 计算 通用 龙格库塔-err
Platform: | Size: 66560 | Author: donotspam | Hits:

[CSharpStringMatch

Description: 四种字符串匹配算法: RK,KMP,BMH及QS算法。-Four kinds of string-matching algorithm: RK, KMP, BMH and the QS algorithm.
Platform: | Size: 5120 | Author: 曹猛 | Hits:

[Algorithmshuzhijifen

Description: 基于VC环境的面向方程的数值积分算法,本程序以卫星在空中运行的运动方程为例,采用四阶-龙格库塔算法解微分方程,以bmp图片给出输入参数和界面,很好的阐述了如何利用四阶-RK解微分方程-VC-based environment equation-oriented numerical integration method, this program runs the satellite equations of motion in the air, for example, using fourth-order- Runge-Kutta algorithm for solving differential equations, in order to bmp image shows the input parameters and interface, very good exposition of how to use the four-order-RK solution of differential equations
Platform: | Size: 211968 | Author: 俞峻 | Hits:

[AI-NN-PRrk4andadams

Description: 四阶经典RK算法和四阶Adams预测-校正算法是求解微分方程时经常用的方法,本文进行了比较,提供了算例和程序-Classical RK method of fourth order and fourth-order Adams predictor- corrector algorithm is often used to solve the differential equation method, this article compares and provides examples and procedures
Platform: | Size: 15360 | Author: 陈岩 | Hits:

[Data structsRabin-Karp

Description: 字符串模式匹配的RK算法,其中的滚动哈希很有价值-RK string pattern matching algorithm, in which the rolling hash valuable
Platform: | Size: 1007616 | Author: linge | Hits:

[Data structsRK

Description: 实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of Hash methods and prime number theory, first of all define a Hash Function (hash (r) = r mod q), then the pattern string P and text string T of length m substring using Hash function to convert values . Clearly only those with the pattern string comparison Hash function values ??with the same substring. Of course, the existence of the conflict because of Hash, but also further string comparison, but as long as selecting the appropriate prime q, Hash is very small the probability of conflict
Platform: | Size: 218112 | Author: chenb | Hits:

[AI-NN-PRRK

Description: 字符串模式匹配与模糊匹配算法,本rar压缩包内是rk算法的源码-String pattern matching and fuzzy matching algorithms, the rar-compressed package is rk algorithm source code
Platform: | Size: 1024 | Author: 邱卫国 | Hits:

[Data structse^n

Description: 采用泰勒展开和RK算法在vs2005下求解e的x次方(x可从-10到10),精确到小数点后30位-Taylor and RK algorithm used in vs2005 solution under the e-th power of x (x can be from-10 to 10), accurate to 30 decimal
Platform: | Size: 1441792 | Author: 王帅 | Hits:

[Data structsrk

Description: RK算法是一个模式匹配算法中的重要应用,它相较其他算法更加高效。-RK algorithm is an important application in a pattern matching algorithm, the more efficient it is compared with other algorithms.
Platform: | Size: 460800 | Author: 华朝 | Hits:

[transportation applicationsRK

Description: 龙格库塔方法,简单的算法,思路清晰,可以轻松获取-RK method, a simple method which is signicant for the learner,!!!!!!!!!! it is easy to understand
Platform: | Size: 1024 | Author: 李刚强 | Hits:

[CommunicationEDFA-980nm

Description: 模拟单模光纤中的掺铒光纤的放大,泵浦源为980nm。使用了RK算法计算的。-Simulation of single-mode fiber in the erbium-doped fiber amplification, the pump source is 980nm. Using the RK algorithm.
Platform: | Size: 7168 | Author: 邱昌仁 | Hits:
« 12 »

CodeBus www.codebus.net