登录
首页 » matlab » hybrid_pseudo_L

hybrid_pseudo_L

于 2013-08-28 发布 文件大小:63KB
0 258
下载积分: 1 下载次数: 182

代码说明:

  高超声速飞行器上升轨迹优化计算。采用勒让德伪谱法直接优化方法。(trajectory optimization of hypersonic craft program with legendre method)

文件列表:

hybrid_pseudo_L
...............\atmos84.m,2818,2012-09-23
...............\computeD.m,2242,2012-10-08
...............\cpp_state_compute.cpp,12096,2011-11-26
...............\cpp_state_compute.mexw32,13824,2011-11-26
...............\creatLagrange.asv,268,2012-09-28
...............\creatLagrange.m,246,2012-10-08
...............\creatLegendre.m,350,2012-10-08
...............\differential.m,3424,2011-11-26
...............\differentialI.m,3281,2011-11-26
...............\differential_integral.m,2432,2012-09-13
...............\hs_err_pid12220.log,17894,2012-10-05
...............\hybrid-pseudo-spectral.m,4202,2011-11-26
...............\hyL.mat,752,2011-11-26
...............\mkpic.m,3351,2011-11-27
...............\MyOdeI.m,199,2011-11-26
...............\nolcon.m,106,2012-10-08
...............\obj.m,317,2011-11-26
...............\pseudo-spectral.asv,7408,2012-10-02
...............\re
...............\..\cpp_state_compute.cpp,12096,2011-11-26
...............\..\cpp_state_compute.mexw32,13824,2011-11-26
...............\..\mkpic.m,2329,2012-11-19
...............\..\x_shoot_sqp10node.mat,362,2011-11-26
...............\..\x_shoot_sqpfeasible19.mat,511,2011-11-26
...............\resL
...............\....\x_hybrid_L1.mat,1209,2011-11-23
...............\....\x_hybrid_L19.mat,1207,2011-11-25
...............\....\x_hybrid_L37.mat,1987,2011-11-25
...............\....\x_modifyloc.mat,1265,2012-10-07
...............\....\x_shoot0.mat,452,2011-11-23
...............\rk_integral.m,1337,2012-09-13
...............\shoot0.mat,2643,2011-11-26
...............\shoot37.mat,2189,2011-11-26
...............\shoot_sqp0.mat,911,2011-11-26
...............\statecompute.m,3745,2011-11-26
...............\state_an.m,646,2011-11-26
...............\state_compute_integral.m,3134,2012-10-02
...............\test_lengred_root.m,881,2011-11-26
...............\x_hybrid_L10.mat,787,2011-11-26
...............\x_hybrid_L37.mat,2224,2011-11-26
...............\x_shoot_sqp10node.mat,362,2011-11-26
...............\x_shoot_sqp19node.mat,505,2011-11-26
...............\x_shoot_sqpfeasible19.mat,511,2011-11-26
...............\z.xls,14336,2011-11-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 11087 统逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • data_nihe
    曲线拟合的最小二乘法要解决的问题,实际上就是求以下超定方程组的最小二乘解的问题。(Least squares curve fitting to solve the problem, in fact, find the following overdetermined least squares solution for the problem group.)
    2021-03-02 21:09:33下载
    积分:1
  • PloySpline
    实现多项式样条利率期限结构参数求解,方面做国债研究人员借鉴(Polynomial spline interest rate term structure parameters for solving aspects of the bond researchers draw)
    2012-04-17 21:48:18下载
    积分:1
  • zxecf
    一个集交互式和命令式于一体的程序,采用最小二乘法进行曲线的拟合(A set of interactive and command-style in one program, using least-squares curve fitting method)
    2009-12-15 10:49:31下载
    积分:1
  • lixiangshiliuyouxianyuanqiujie
    理想流体势流的有限元求解程序,简单易懂,适合初学者对该方法编程的一个初步认识,程序内有详细的注释(Potential flow of ideal fluid finite element solver, easy to understand, this method is suitable for beginners programming a preliminary understanding of the program with detailed notes)
    2013-11-13 09:47:37下载
    积分:1
  • Newton
    C++编写的电力系统潮流计算程序,采用牛顿法,并考虑到节电优化编号,5,14,57,300节点验证正确(Power flow calculation program, C++ written using Newton' s method, taking into account the number to the power-saving optimization, 5,14,57,300 node authentication)
    2021-04-29 10:28:43下载
    积分:1
  • mgjyxl
    第一个把专家青睐的数学模型技术(NNM 算法模型)引入词汇记忆软件中,并取得了巨大的成功。NNM 算法模型与经典的“艾滨豪斯遗忘曲线”真正的融合于一体,使得该著名的理论在计算机与数学模型下第一次得到了淋漓尽致的发挥。(First a mathematical model of the popular technology expert (NNM algorithm model) the introduction of vocabulary learning software, and has achieved great success. NNM algorithm model and the classic " Ai Bin House forgetting curve" true integration in one, making the well-known theory in computer and mathematical models has been most vividly the first time under play.)
    2011-07-23 17:03:32下载
    积分:1
  • juzhenganjian
    矩阵按键程序,用的是C。本人还是学生,做得不好请大家多多指教(Matrix button procedure is used in C. I am still a student, doing a lot of bad advice please)
    2009-05-07 22:38:32下载
    积分:1
  • dragg
    说明:  fluent中udf的实例 计算曳力的例程 可以作为参考以及udf帮助手册(The example of UDF in fluent can be used as a reference to calculate the traction)
    2020-05-06 19:02:16下载
    积分:1
  • numerical-method-of-noline
    非线性方程数值解法的数学基础,有牛顿法,割线法等(Mathematical foundations of numerical solution of nonlinear equations, Newton method, secant method)
    2015-01-05 19:07:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载