-
in Turbo C development environment and achieve symmetric matrix input, and to de...
在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the positive. Can modify the input module of arbitrary non-singular matrix inversion. Inverse algorithm adjoint matrix method, used to solve determinant of the upper triangular matrix. The algorithm is based on my "Linear Algebra" to describe the preparation, the biggest band Matrix will be able to arbitrarily amend, more versatile.
- 2023-01-02 15:05:03下载
- 积分:1
-
密码锁程序
应用背景可以应用在一些加密的情况上,不过程序比较简单,加密程度不够,只是学习51单片机的一种例子程序而已关键技术通过对EEPROOM的写入 保存密码,然后通过键盘输入密码,再核对。最终又LCD显示出来
- 2022-03-23 00:24:51下载
- 积分:1
-
multi
多维数组(二维以下和数组)在内存中也是按顺序存放的,因此也可以用这种方式传递。但是,如果要确切知道每个元素在数组中的位置,就应给出各维的最大索引值-multi-dimensional arrays (two-dimensional array and below) in memory is stored sequentially, so you can pass this way. However, if we know exactly each element in the array position, it should be given the largest peacekeeping index
- 2022-03-04 16:08:08下载
- 积分:1
-
八数码Debug程序,A*算法
字数补丁.exe
八数码Debug程序,A*算法
字数补丁.exe-8 digital Debug program, A* algorithm
- 2022-01-30 12:56:47下载
- 积分:1
-
YUV视频显示
利用DDRAW开发出YUV视频直接显示MFC,方便视频开发的同仁们。DDRAW为Microsoft为图像处理开发插件,可以通过包含相应的库文件,将相应的接口函数调入。
- 2022-03-01 10:15:56下载
- 积分:1
-
经典的基于vc++的小波滤波程序。很适合作信号处理的朋友
经典的基于vc++的小波滤波程序。很适合作信号处理的朋友-Based on the classic vc++ The wavelet filtering procedure. Very suitable for signal processing Friend
- 2022-01-22 07:03:50下载
- 积分:1
-
列主元高斯消去法求解方程
列主元高斯消去法求解方程-out PCA Gaussian Elimination Solving equations
- 2023-01-15 10:10:04下载
- 积分:1
-
数值算法有原码,英文版
数值算法有原码,英文版-numerical algorithm code is the original English version
- 2023-02-09 14:05:04下载
- 积分:1
-
金刚石算法
金刚石算法。计算机图形学实验课的第一个实验。
- 2022-03-13 17:07:16下载
- 积分:1
-
单循环输出菱形
一般输出三角图形需要两个循环,输出菱形需要四个循环,这里只用一个for循环就实现了菱形图形的输出。
- 2022-03-28 13:38:42下载
- 积分:1