登录
首页 » 算法 » 这是一个gauss算法实现的C代码。本算法采用的是具有行交换的列主元素消去法。...

这是一个gauss算法实现的C代码。本算法采用的是具有行交换的列主元素消去法。...

于 2022-10-05 发布 文件大小:823.00 B
0 189
下载积分: 2 下载次数: 1

代码说明:

这是一个gauss算法实现的C代码。本算法采用的是具有行交换的列主元素消去法。-This is a Gauss algorithm C code. The algorithm is used in the exchange trip out the main elements of elimination method.

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

发表评论

0 个回复

  • 模拟退火通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估,获取当前解的领域,detalT【温度变化值】,loopCount【循环...
    模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realize: To evaluate the algorithm, the field of access to the current solution, detalT value] [temperature changes, loopCount] [cycles adjustable, more primitive type of See SACompute
    2023-04-07 14:00:02下载
    积分:1
  • asdasdasdasdasd
    asdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdd
    2023-05-06 23:00:03下载
    积分:1
  • STM32F103硬件IIC
    应用背景  STM32F103  硬件IIC可用于AT24C02  PCF8591  和IIC电调通信,稳定性好,基本不会当机,移植方便  关键技术  用库函数写的,方便新手看懂,硬件IIC保障信号的稳定性,比模拟IO口稳定 
    2022-02-06 18:08:47下载
    积分:1
  • 手势识别
    应用背景通过调用摄像头,可以实时的检测视频中手势,并判断手势的相应信息。给出不同的手势形状作为不同的手势信息,比如手掌撑开为“5”,握拳为“0”,本代码一共做出来“0”、“1”、“2”、“3”、“4“、“5”、”6“、”7“、”8“、”9“共10中类型关键技术将采集到的图像颜色空间转化,RGB->YCrCb通道,再将Y、Cr、Cb三通道颜色分离,通过肤色在不同颜色空间阈值不同,对人体肤色进行阈值分割,通过中值滤波和高斯滤波、腐蚀膨胀等手段,消除图像在噪声,再通过周积比概念,分离出手个脸的区域,设定ROI区域,通过圈出手所在区域,通过模板匹配,计算手势的相识度,进而找到当前手势的信息。
    2022-08-14 02:37:58下载
    积分:1
  • C语言 马踏棋盘
    资源描述 【问题描述】:设计一个国际象棋的马踏遍棋盘的演示程序。 【基本要求】:将马随机放在国际象棋的8*8棋盘Board[8][8]的某个方格中,马按照走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,3,…,64依次填入一个8*8的方阵,输出之。测试数据可以自行指定一个马的初始位置(i,j),0≤i,j≤7。 【选作内容】:1、求出从某一起点出发的多条以致全部行走路线。 演示寻找行走路线的回溯过程。
    2023-01-21 01:45:04下载
    积分:1
  • 基于wcf服务和rest服务的示例代码
    应用背景解决如何编写REST和WCF客户端程序,去获取服务端的各种资源的方式,具有普遍意义。关键技术采用C#实现的基于wcf服务和rest服务的示例代码,提供针对get,post,put,delete的资源获取、序列化和反序列化方法,并采用silverlight实现web服务和数据库的连接.
    2022-03-14 17:49:08下载
    积分:1
  • JPHide 和JPSeek 的源代码
    应用背景JPHide 和JPSeek 的源代码!JPHide&JPSeek是一个JPEG图像的信息隐藏软件!-JPHide and JPSeek source code! JPHide & JPSeek is a JPEG image information hidden software!关键技术JPHIDE and JPSEEK are programs which allow you to hide a file in a jpeg visual image. There are lots of versions of similar programs available on the internet but JPHIDE and JPSEEK are rather special. The design objective was not simply to hide a file but rather to do this in such a way that it is impossible to prove that the host file contains a hidden file. Given a typical visual image, a low insertion rate (under 5%) and the absence of the original file, it is not possible to conclude with any worthwhile certainty that the host file contains inserted data. As the insertion percentage increases the statistical nature of the jpeg coefficients differs from "normal" to the extent that it raises suspicion. Above 15% the e
    2022-07-21 14:22:36下载
    积分:1
  • face recognition
    应用背景This is an application-based VC prepared to read camera Face to Face Recognition and face detection software. cited in the MATLAB system function, is a very good face recognition software. The system in my school examination papers reply obtained outstanding achievements. We hope to useful关键技术这是一个应用VC++编写的基于摄像头读取人脸的人脸识别和人脸检测软件,其中引用了MATLAB的系统函数,是一个非常不错的人脸识别软件,这个系统在我校论文答辩审核中获得了优秀的成绩。希望对大家有用
    2022-08-15 04:54:37下载
    积分:1
  • 用opencv实现的图像平滑去噪(领域滤波、中值滤波)
    用opencv实现的图像平滑平滑,包含领域滤波和中值滤波,通过程序结果可以看出,对于胡椒盐噪声,中值滤波明显优于领域滤波
    2022-01-31 16:59:50下载
    积分:1
  • 2023-06-21 16:20:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载