-
adasdasdasd
- 2022-07-26 00:54:54下载
- 积分:1
-
基于dsp的sinxcosx的泰勒级数展开式,经过调试,完全可以运行
基于dsp的sinxcosx的泰勒级数展开式,经过调试,完全可以运行-sinx cosx the Taylor series expansion, after testing, we can run!
- 2022-04-13 03:14:38下载
- 积分:1
-
利用只读存储器计算参数字节
Calculate Parameter Byte using ROM-BIOS
- 2022-04-07 19:31:25下载
- 积分:1
-
双曲Householder变换的功能类似于主跨…
hyperbolic Householder transformation的功能类似于Householder transformation,其作用是将被变换向量映射成双曲模与之相同的其它向量。其应用之一是快速QR分解。-hyperbolic Householder transformation functions similar to the Householder transformation, its role is to transform vectors will be mapped into hyperbolic mode with the same other vector. One of their applications are fast QR decomposition.
- 2022-06-14 03:01:36下载
- 积分:1
-
精品数据结构
// simpleSeq.cpp :
#include //定义在头文件“seqList.h”中
#include
const int defaultSize = 100;
using std::endl;
using std::cerr;
class SeqList{
protected:
int *data; //存放数组
int maxSize; //最大可容纳表项的项数
int last; //当前已存表项的最后位置(从开始)
void reSize(int newSize); //改变data数组空间大小
public:
- 2022-01-20 22:23:56下载
- 积分:1
-
基于混合基算法的快速傅立叶变换和反变换在VDSL2中的应用与实现...
基于混合基算法的快速傅立叶变换和反变换在VDSL2中的应用与实现-Mixed-radix FFT-based fast Fourier transform and inverse transform in the application and implementation of VDSL2
- 2022-08-19 15:42:37下载
- 积分:1
-
sift图像配准matlab代码
找到的sift图像配准的纯matlab代码,大家一起学习和研究。关于SIFT的程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力
- 2022-03-22 17:52:08下载
- 积分:1
-
自己编的一个教师课程匹配程序,实现对教师新学期任课的指派。...
自己编的一个教师课程匹配程序,实现对教师新学期任课的指派。-their series matching a teacher training program, realized the new semester of teachers assigned to the classroom.
- 2022-02-07 01:40:14下载
- 积分:1
-
sm2算法实现描述
椭圆曲线的定义: 一条椭圆曲线是在射影平面上满足方程 Y2Z+a1XYZ+a3YZ2=X3+a2X2Z+a4XZ2+a6Z3 的曲线. 一个利用椭圆曲线进行加密通信的过程: 1、用户A选定一条椭圆曲线Ep(a,b),并取椭圆曲线上一点,作为基点G。 2、用户A选择一个私有密钥k,并生成公开密钥K=kG。 3、用户A将Ep(a,b)和点K,G传给用户B。 4、用户B接到信息后 ,将待传输的明文编码到Ep(a,b)上一点M(编码方法很多,这里不作讨论),并产生一个随机整数
- 2022-05-31 23:53:50下载
- 积分:1
-
该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程...
该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book" s source code, which include the common realization of numerical algorithm, including complex calculations, matrix operations, linear equations, nonlinear equations, as well as the margin and the achievement of numerical integration.
- 2022-01-31 18:20:24下载
- 积分:1