-
分析数学表达式 运算 以及作图用的,主要是可以支持大部分的自然书写...
分析数学表达式 运算 以及作图用的,主要是可以支持大部分的自然书写-Analysis of mathematical expression used for computing and mapping, mainly to support most of the natural to write
- 2022-03-10 07:26:56下载
- 积分:1
-
校园导游系统
设计学校的校园平面图,提供图中任意地点相关信息的查询,任意地点的问路查询及地点基本信息的文件存储,主要用弗洛伊德算法实现某点到途中任一点的最短路径。主要用的是图那块的知识,适合于学完C语言和数据结构的人用。代码简单,很容易看明白。
- 2023-04-26 02:40:03下载
- 积分:1
-
循环冗余校验码(CRC)
CRC校验码算法:
例子:
code: 123456789
0xBB3D [47933] CRC-16
0x4B37 [19255] CRC-16 (Modbus)
0x56A6 [22182] CRC-16 (Sick)
0x31C3 [12739] CRCccitt XModem
0x29B1 [10673] CRCccitt 0xFFFF
0xE5CC [58828] CRCccitt 0x1D0F
0x8921 [35105]
- 2022-02-15 20:45:02下载
- 积分:1
-
Insertion sort
insertion_sort.cpp
#include
#include
#include
#define N 5000
int insertion_sort( int data_insert[] );
void creat_file( char *file_name, int data_file[] );
int main(int argc, char *argv[]){
int data[N];
creat_file( argv[1], data );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 04:13:51下载
- 积分:1
-
c#实现复数矩阵奇异值分解svd 计算其自协方差矩阵 复矩阵求逆的全选主元高斯-约当法
处理对象是复数矩阵。利用c#语言,定义了复数矩阵类,同时实现复数矩阵奇异值分解svd、计算其自协
方差矩阵、复矩阵求逆的全选主元高斯-约当法等矩阵运算。该类复数矩阵的运算,在一些算法中经常用到。
- 2023-05-08 15:55:02下载
- 积分:1
-
/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = /功能annot
//=== === === === === === === =
//函数说明
//函数名称:PolyFit
//函数功能:最小二乘法曲线拟合
//使用方法:double *x ---- 存放n个数据点的X坐标
// double *y ---- 存放n个数据点的Y坐标
// int n -------- 给定数据点个数
// double *a ---- 返回m-1次拟合多项式的m个系数
// int m -------- 拟合多项式的项数,即拟合多项式的最高次为m-1。要求m20,则本函数自动按m=min{n,20}处理
// double *dt --- dt[0]返回拟合多项式与各数据点误差的平方和;dt[1]返回拟合多
// 项式与各数据点的误差绝对值之和;dt[2]返回拟合多项式与各数据
// 点误差绝对值的最大值
//注意事项:拟合多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === ==== === === === === === === ==== === =// function annotations// function name : PolyFit// Function functions : Least Squares Curve Fitting// Use : double* x n-store data point coordinates of the X//* y double-storage n data point Y coordinates// int n-------- given the number of data points//* a double---- returned to the m-1 m fit polynomial coefficients// int m-------- polynomial fitting items , which is the highest polynomial fitting time for m-1. Request m
- 2023-07-25 11:15:03下载
- 积分:1
-
基于SVD的人脸识别,可以直接计算出识别正确率
基于SVD的人脸识别,可以直接计算出识别正确率-SVD-based face recognition, and can directly calculate the correct rate of recognition
- 2022-04-25 07:11:14下载
- 积分:1
-
它是代码,我的代码为奥运会编程任务
it is code, my code for olympiad programming task
- 2022-03-02 01:53:54下载
- 积分:1
-
The essence of Newton method is used constantly to approximate tangent curve, th...
Newton法的本质就是不断用切线来近似曲线,因此,Newton法也称为切线方法。本程序用Newton法求解n元正定函数的最小值,例子在程序中。-The essence of Newton method is used constantly to approximate tangent curve, therefore, Newton method, also known as tangent method. This procedure using Newton method to solve n-positive definite function of the minimum value, for example, in the proceedings.
- 2022-05-08 02:16:18下载
- 积分:1
-
指纹识别系统 C 语言源码
指纹识别系统 c 语言源码 !强烈推荐 !
- 2022-02-20 21:52:08下载
- 积分:1