CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - ACT

搜索资源列表

  1. 高斯列主元素消去法(C++)

    0下载:
  2. C++编写的高斯列主元素消去法。界面不够好,不过算法没问题。-C + + out of the main elements of Gaussian Elimination Act. Interface is not good enough, but Algorithm no problem.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9.64kb
    • 提供者:wf
  1. invert

    0下载:
  2. 矩阵求逆的并行算法,使用高斯约当消去法,是从一参考书中copy过来的,谢谢原作者。-matrix inversion of the parallel algorithm, about when the use of Gaussian Elimination Act, a reference book from which the copy over, Thank you, the original author.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.57kb
    • 提供者:魏东子
  1. 13709828698

    0下载:
  2. 本程序是应用数值分析对线性多元方程组的一种解法……高斯列主元消去法,把系数阵A进行对角化,再从下层至上层逐一求解。有问题请联系13709828698,李。 -this program is the application of numerical analysis of multi-linear equations of a solution ... out PCA Gaussian Elimination Act, A coefficient matrix put right for k
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39.16kb
    • 提供者:李英楠
  1. 4jf

    1下载:
  2. 偏微分方程四方法划曲线比较C源码. -PDE method is four curves C source. Euler Euler Improvement Act Runge - Kutta method Adams Act
  3. 所属分类:数学计算/工程计算

    • 发布日期:2018-12-01
    • 文件大小:37.15kb
    • 提供者:赵宇龙
  1. C++Builder_Sort

    0下载:
  2. 该程序把多种排序集中体现,包含了冒泡法排序、快速排序等多种排序方法,同时还详细讲述各种排序的分析,希望对编程初学者有一定帮助。-procedures for a variety of the sort embodied includes the Bubble Act, ranked Quick Sort and other ranking methods also explain in detail various sort of analysis, and I hope to the prog
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21.91kb
    • 提供者:谢刚
  1. qzgsxyf

    0下载:
  2. 数值分析中的求解算法 全主元高斯消去法 已经过编译测试-numerical analysis of the whole algorithm PCA Gaussian Elimination Act has been compiled test
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.09kb
    • 提供者:张薇
  1. NEWMARKmethod

    3下载:
  2. 这是求多柔体转子纽马克法的程序。以拉格朗日方程为基础,结合有限元发计算-is seeking more flexible rotor Newmark Act procedures. To Lagrange equation, the FEM calculation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:王小龙
  1. chswordV2

    0下载:
  2. Jacobi GaussSeidel法求算式的根-Jacobi GaussSeidel Act formula for the roots
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.97kb
    • 提供者:邹健
  1. 1.23

    0下载:
  2. udp通信阿达洒洒萨法萨达洒洒洒洒嗒嗒嗒萨-udp Communication Act Saddam Sa Sa Sa Sa Sa Sa Sasadadada
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:61.55kb
    • 提供者:cp
  1. yuanma

    0下载:
  2. 1.大型稀疏线性方程组的求解 A*X=b 。 2. 一维数组冒泡法排序算法 4.矩阵求逆 5. 改进的牛顿算法——弦割法 -1. Large sparse linear equations, the solution X = A * b. 2. One-dimensional array Bubble Act Sorting Algorithm 4. 5 matrix inversion. Improved Newton's algorithm -- S
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.9kb
    • 提供者:何富龙
  1. 求解线性代数方程组

    0下载:
  2. 线性代数方程组的求解全选主元高斯消去法全选主元高斯约当消去法复系数方程组的全选主元高斯消去法-linear algebraic equations to solve all the main election yuan Gaussian Elimination entire election PCA about when Gaussian Elimination of complex equations of the entire election PCA Gaussian Eliminatio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14.58kb
    • 提供者:樊继东
  1. 组合

    0下载:
  2. 对任意给定的n,用字典法和邻位互换法生成并打印全部排列。-right to the arbitrary n, using the dictionary to law and Exchange Act o-generated and print all ranked.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.09kb
    • 提供者:全子
  1. huiwen

    1下载:
  2. 所谓回文就是从左向右读和从右向左读是一样的字符串。现在我们对任一字符串进行插入操作,使得新的字符串为回文格式。要求对给定字符串进行插入操作最少的次数。如Ab3bd,至少通过两次插入操作可以得到回文 ("dAb3bAd" or "Adb3bdA"). 输入含有多个例子。每个例子两行,第一行为N,字符串长度,第二行为字符串。N<=1000。而字符串值含有26个大写字母和26个小写字母。输入以N=0为结束。 -The so-called palindrome is read fro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1kb
    • 提供者:Li
  1. FFT

    0下载:
  2. 使用FFT实现的两个多项式相乘的算法。 输入文件: 第一行为(n-1) 第二行为第一个多项式系数序列 第三行为第二个多项式系数序列 系数序列的格式为:an,an-1,an-2 ,…, a1,a0 输出文件:result5.txt 格式为结果多项式的系数序列。 序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同)-Implementation of both the use of FFT polynomial multiplicatio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:ZhouJk
  1. hjfg

    0下载:
  2. 优化设计一维搜索方法的黄金分割法,又称作0.618法!-Optimal Design of one-dimensional search method of golden section method, also known as the 0.618 Act!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:jj
  1. IntersectionPointOfTwoLines

    0下载:
  2. 该代码绝对本人原创,可根据两打直线的四个端点坐标求解交点,并判断交点为实交点或虚交点,若两直线重合或平行,则返回值为FALSE: 以下代码为求交点的函数,使用方法: rtn=InterPointTwoLine(直线A起点X,直线A起点Y,直线A终点X,直线A终点Y, 直线B起点X,直线B起点Y,直线B终点X,直线B终点Y, 返回的交点X,返回的交点Y,交点类型) 有交点时该函数返回值为True,平行或重合时返回False 最后一个参数(Inter_Type)是
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:7.63kb
    • 提供者:覃东
  1. 2

    0下载:
  2. 函数ReadDat( )实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中;请编制函数StrOR( ),其函数的功能是:以行为单位依次把字符串中所有小写字母o左边的字符串内容移到该串的右边存放,然后把小写字母o删除,余下的字符串内容移到已处理字符串的左边存放,之后把已处理的字符串仍按行重新存入字符串数组xx中。最后main()函数调用函数WriteDat()把结果xx输出到文件OUT5.DAT中。-Function ReadDat () implementation from the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:936byte
    • 提供者:房飞洒
  1. 3

    0下载:
  2. 函数ReadDat()实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中,请编制函数StrOL(),其函数的功能是:以行为单位对行中以空格或标点符号为分隔的所有单词进行倒排。最后把已处理的字符串(应不含标点符号)仍按行重新存入字符串数组xx中,最后调用函数writeDat()把结果xx输出到文件OUT6.DAT中。-Function ReadDat () to read from a file IN.DAT an article in English into the string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.33kb
    • 提供者:房飞洒
  1. stick

    0下载:
  2. (1)输入有多个测试案例 每个测试案例的第一行代表切后的木棍数目(<=64),第二行为切后各木棍的长度(由空格分隔开) 最后一行为数字0; (2)对每个测试案例,输出原始木棍中可能的最短长度-(1)Enter the number of test cases are the first line of each test case on behalf of the stick after cutting the number of (<= 64), the second
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:574byte
    • 提供者:刘志添
  1. MatrixSymmetryRegularCholesky

    0下载:
  2. 用“变量循环重新编号法”法求对称正定矩阵逆-With a " variable cycle renumbered Act" method for the inverse of symmetric positive definite matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.1kb
    • 提供者:简艳
« 12 »
搜珍网 www.dssz.com