登录
首页 » 算法 » Gaussian elimination method to solve high

Gaussian elimination method to solve high

于 2023-02-21 发布 文件大小:1.82 kB
0 167
下载积分: 2 下载次数: 1

代码说明:

高斯消去法求解高阶矩阵,拟合椭圆等时需要用到的-Gaussian elimination method to solve high-order matrix, fitting ellipse, etc. need to use

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

发表评论

0 个回复

  • 实现数学中的warshall,既完成对传递闭包的求解
    实现数学中的warshall算法,既完成对传递闭包的求解-To achieve in mathematics warshall algorithm, both to complete the transitive closure of the solution
    2022-01-21 02:39:12下载
    积分:1
  • 数独游戏 c + + 实现
    此程序在 c + + 实现了数独。GUI 被实现的 qt 离散度。你可以充分的你所需的数据的单元格中履行这种游戏,和该程序可以检查你是否正确。您可以在 visual studio 2008 中运行该程序,你应该在你的机器上安装 qt 离散度。
    2022-05-08 22:16:06下载
    积分:1
  • 生成最小生成树
    最小生成树算法,将节点 构成的图转换为最小生成树。可用于计算某个节点到另外一些节点的最短距离 
    2022-02-06 01:48:41下载
    积分:1
  • 1.简介 本程序是用纯C语言编的一个基于菜单命令行的数据库系统。可以创建多个数据库,数据库表,字段。其中字段的类型只能为整形,浮点型,字符型和字符串型(最大长度...
    1.简介 本程序是用纯C语言编的一个基于菜单命令行的数据库系统。可以创建多个数据库,数据库表,字段。其中字段的类型只能为整形,浮点型,字符型和字符串型(最大长度确定,不能改变)。 2.功能 a)数据库存储: 一个数据库存储于一个文件中,打开文件将数据库载入到内存。 保存时将内存中数据重新写到文件中去。 b)数据库管理: 提供数据库的创建,表的创建,字段的创建 提供对数据的查询,删除,修改,排序功能 c)支持SQL部分语句: 支持SELECT 和DELETE语句-1. Introduction of this program is pure C language based on a series of menu command-line database system. You can create multiple databases, database tables, fields. The type field which can only plastic, floating point, character and string (maximum length and can not be changed). 2. A function) database storage : a database stored in a document, the document will open the database to include memory. When will preserve memory data re-wrote a document. B) database management : to provide database creation, table creation, the field for the creation of data inquiries, delete, modify, sequencing feature c) some support SQL statement : support DELETE and SELECT statements
    2023-05-12 09:50:03下载
    积分:1
  • ssc-i2s-project-at91sam3u-ek-gnu
    SAM3U4E 可编程时钟输出用于生成 WM8731 主时钟 (MCLK)。的 SAM3U4E ODT (上模终止) 功能可保证无此时钟线上的信号完整性 需要外部的分立元件。 WM8731 pin 21 模式被推倒,默认情况下 ;这配置该设备,作为一种 TWI 装置内部 注册访问。 公务员事务局 Pin15 是把拉出来,而将其 TWI 地址设置为 33 [0x0011011]。 WM8731 数字接口在 SAM3U4E 同步串行控制器上的奴隶模式下工作 (SSC) 接口,这意味着编解码器的数字音频位 ADC/DAC 左/右控制和时钟是 要生成的 SAM3U4E。
    2023-08-05 19:35:04下载
    积分:1
  • vb CRC校验源码
    "CRC算法函数 Public Function CRC(STR1 As String) As String Dim CRCREG As Long Dim MVAL As Long Dim R As Integer Dim T As Integer CRCREG = 65535 For R = 1 To Len(STR1) Step 2 MVAL = Val("&H" + Mid(STR1, R, 2)) CRCREG = CRCREG Xor MVAL CRCREG = C
    2022-02-10 03:39:12下载
    积分:1
  • 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代,可不如 Gauss...
    用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
    2022-10-31 15:55:02下载
    积分:1
  • 国外以为牛人编的,我也不怎么懂。。可以用来做课程设计,折实作者后来司升级后的软件...
    国外以为牛人编的,我也不怎么懂。。可以用来做课程设计,折实作者后来司升级后的软件-abroad who thought that cattle series, I do not understand how. . Can be used for curriculum design, the authors pack it later Secretary upgraded software
    2022-04-14 16:24:33下载
    积分:1
  • 各种的c语言程序,包括huffman、线性表、栈、队列等
    各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
    2022-04-19 07:42:59下载
    积分:1
  • 这是一个计银行利息和本利和的VB程序,,只要输入利率,本金,存款年数,就可以直接计...
    这是一个计算银行利息和本利和的VB程序,,只要输入利率,本金,存款年数,就可以直接计算-This is a calculated bank interest and the principal and the VB program, as long as the importation of interest rates, principal, the number of years of deposits, it can be directly calculated
    2022-07-07 04:02:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载