登录
首页 » Others » matlab

matlab

于 2013-07-23 发布 文件大小:1KB
0 124
下载积分: 1 下载次数: 36

代码说明:

  一个利用共轭梯度法的正则化实例: 通过输入矩阵的维数,利用共轭梯度法的原理,进行正则化计算;Morozov偏差原理(A conjugate gradient method using the regularization Example: Enter the dimensions of the matrix, using the principle of conjugate gradient method for regularization calculation)

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

发表评论


0 个回复

  • 4zeyunsuan
    复数的四则运算完整版,包括加减乘除,阶乘,开方等。。。(The plural arithmetic full version,, including addition, subtraction, multiplication, and division factorial, prescribing, etc...)
    2013-10-11 16:41:48下载
    积分:1
  • J.Fulleabouguer
    一款很好用的卫星重力异常布格校正Fortran90程序。(A very useful bouguer correction Fortran 90 program。)
    2010-07-22 10:53:14下载
    积分:1
  • 各种随机
    说明:  瑞利分布的随机变量,标准高斯分布的随机变量,莱斯分布的随机变量(Random Variables of Rayleigh Distribution, Standard Gauss Distribution and Rice Distribution)
    2020-06-20 01:20:02下载
    积分:1
  • FDTD_computational_electromagnetics
    很有用的一篇国外关于FDTD算法的学术论文,相信对初学者有很大帮助(Useful in a foreign academic papers on the FDTD method, I believe very helpful for beginners)
    2010-05-24 23:50:03下载
    积分:1
  • MY_PREDISTORTION2
    这是另一个改进的关于数字预失真功能仿真的matlab程序,效果不错,希望对大家有所帮助。(This is a improved matlab program about function estimation of digital estimation,and it has a good performance,really hope it can help you.)
    2012-06-01 11:31:35下载
    积分:1
  • zhuangcuo
    糊涂先生给他的五个朋友写信,他写了五封信,但是当他的朋友收到信后,都告诉他:“你的信寄错了”。那么请你计算一下:出现这种情况的概率有多少?(假设糊涂先生是随机地往信封里装信的),你能不能把所有的情况都列出来呢(Mr. foolish to write him five friends, he wrote five letters, but when his friend received a letter, told him: )
    2007-07-12 00:48:29下载
    积分:1
  • LU分解程序
    用LU和LDU分解求解方程组,给出了详细说明(The equations are solved by the decomposition of LU and LDU, and the detailed description is given.)
    2020-11-26 13:49:31下载
    积分:1
  • fortran-files
    文件1.f90:生成翼型naca0012的椭圆网格,并计算流场,给出壁面压力分布 文件2.f90:maccormack方法解一维burger s方程 文件3.f90:解一维laval管流动,其进出口均为亚音速,喉道后部有激波(File 1.f90: generate the airfoil naca0012 elliptical rotary cell, and calculate the flow field, given the wall pressure distribution file 2.f90: maccormack method to solve the burger' s equation, one-dimensional file 3.f90: solution of one-dimensional laval tube flow, its progress exports are subsonic, the back of the throat have shock)
    2012-06-10 18:21:15下载
    积分:1
  • LM_sample
    Levenberg Marquardt算法的matlab代码,简洁无误,结构清晰,便于快速学习。( LevenbergMarquardt algorithm matlab code, simple and correct, clear structure, easy to learn quickly.)
    2017-06-01 19:37:34下载
    积分:1
  • 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
  • 696518资源总数
  • 104655会员总数
  • 54今日下载