-
答题卡识别源代码
我为本科毕业设计编写的程序,实现答题卡位图读入,去噪,二值化等功能,并完成答题卡识别,一个图像处理的简单应用,仅供初学者参考
- 2023-02-21 10:05:04下载
- 积分:1
-
全选主元高斯消去法agaus.c
全选主元高斯消去法agaus.c--返回零表示原方程组的系数矩阵奇异,返回的标志值不为零,则表示正常返回。-entire election PCA Gaussian Elimination agaus.c--return to the original equation is expressed by the coefficient matrix, a sign of the return value is not zero, then returned to normal.
- 2023-04-20 17:05:03下载
- 积分:1
-
数据结构
来自于西南交通大学 电气工程学院的专业,电子信息工程专业的数据结构课程的实验代码。DS_1即为实验作业一,以此类推。内容从前到后含有顺序表的顺序存储,链式存储,还有栈和队列的各种基本操作。
- 2022-03-24 21:19:36下载
- 积分:1
-
vb导线间接平差
Option Explicit
Option Base 1
Dim sAngle() As Double, sdAngle() As Double, sEdge() As Double, s0Edge() As Double
"分别存放角度观测值、坐标方位角、观测边长和近似边长
Dim ajk() As Double, bjk() As Double "坐标方位角改正数的系数
Dim detX() As Double, detY() As Double, reX() As Double, reY() As Double
"分别存放各测站相对于导线中前一结点的X、Y坐标增量和坐标闭合差
Dim strFileName As String "存放数据文件名(含路径)
Dim iType%, iAngleType%, Xa#,
- 2023-01-20 01:25:03下载
- 积分:1
-
对图片进行快速傅里叶变换,输出变换后结果图片
对图片进行快速傅里叶变换,输出变换后结果图片-Fast Fourier transform of the picture, the output result of the transformed image
- 2022-08-20 03:30:01下载
- 积分:1
-
二维弹性边界元程序
两维弹性边界元程序-two dimensional elastic boundary element program
- 2023-05-20 08:00:03下载
- 积分:1
-
hm码 c语言
计算机组成原理,关于汉明码的练习,输入二进制代码位数和二进制的汉明码,能够实现两位检错好和一位纠错,使用c语言,较为简单的cpp文件
- 2022-07-03 23:06:14下载
- 积分:1
-
这是一个用三次样条插值法的数值算法。编译…
这是一个利用数值算法中三次样条插值方法。编译的人口普查问题。供个高校有关专业参考-This is a numerical algorithm using cubic spline interpolation method. Compiling the census issue. For the professional colleges reference
- 2022-05-23 21:39:06下载
- 积分:1
-
稀疏矩阵运算器进行矩阵的加减乘法,在进行乘法时用到行逻辑。...
稀疏矩阵运算器进行矩阵的加减乘法,在进行乘法时用到行逻辑。-Sparse Matrix Arithmetic Unit for matrix multiplication, addition and subtraction, multiplication, when used during logic lines.
- 2023-03-06 19:20:02下载
- 积分:1
-
约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序...
约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序-Joseph Wan, the use of the data structure in the chain structure. Please observe the specific source code
- 2022-03-09 12:41:47下载
- 积分:1