登录
首页 » matlab » p11_1

p11_1

于 2012-07-20 发布 文件大小:1KB
0 68
下载积分: 1 下载次数: 6

代码说明:

  同心导体球和球壳之间的电势差和感应电荷的计算(Potential difference between the concentric conducting sphere and spherical, and the calculation of the induced charge)

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

发表评论

0 个回复

  • 逆broyden迭代法
    逆BROYDEN迭代法求解非线性方程组:是一种相对比较新的一种方法,克服了牛顿迭代法需要求导数和求逆的缺点。本程序提供解法和画图流程,注意多迭代几步(Inverse BROYDEN iteration method is a relatively new method for solving nonlinear equations, which overcomes the shortcomings of Newton iteration method in derivative and inversion. This program provides solution and drawing process. Remember more several steps of iteration.)
    2019-02-10 15:37:57下载
    积分:1
  • migration(FKaPS)
    F-K域偏移法和相移法偏移程序(C语言)(FK domain migration method and the phase- shift method migration program (C language))
    2021-04-06 20:59:02下载
    积分:1
  • MatrixCalculator
    实现线性代数的矩阵运算的C++程序,矩阵计算器。(Linear algebra matrix operations C++ procedures matrix calculator.)
    2013-01-26 15:33:54下载
    积分:1
  • kraken_tl
    利用简正波理论来计算声场,其中用到的思想可以在《计算海洋声学》中找到(using the nomal mode theary to compute the sound field)
    2011-12-27 15:02:06下载
    积分:1
  • matlab
    Matlab潮流计算程序可计算任意N节点,带算例,说明十分详细(Matlab flow calculation program can calculate arbitrary N nodes, with examples, very detailed)
    2021-04-07 19:39:01下载
    积分:1
  • boykov_kolmogorov_max_flow.cpp
    Maximum Flow Graph (Boykov Kolmogorov Algorithm)
    2013-10-09 03:12:32下载
    积分:1
  • LMD
    根据LMD的原始定义自己编写的LMD代码( local mean decomposition matlab code according to it s original paper)
    2020-11-19 20:49:38下载
    积分:1
  • 11087 统逆序对
    说明:  Description 设a[0…n-1]是一个包含n个数的数组,若在ia[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 有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, 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
  • 光孤子传播过程 非线性薛定谔方程
    说明:  本模拟是采用分步傅里叶的解,求光孤子在光线内传输过程数值求解薛定谔方程。方程是激光器在光纤中传输的过程。(In this simulation, the fractional Fourier solution is used to solve the Schrodinger equation. The equation is the process of laser transmission in fiber.)
    2020-03-11 18:35:53下载
    积分:1
  • SQP
    本算法是基于数值计算中的SQP编写的MATLAB程序。非常实用的一个小程序。(This algorithm is based on the numerical calculation of SQP written MATLAB program. Very practical one small program.)
    2020-12-29 10:39:00下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载