-
用C++编写的时钟程序
里面包括具体的clock源文件(clock.cpp)和头文件(clock.h),以及main程序(main.cpp)。用到的主要算法是用类把时钟封装起来。这个程序对于初学者来说很有用,是本人亲自写的小程序,和大家分享一下,希望有用。
- 2022-08-13 05:27:42下载
- 积分:1
-
平均因子分解法应用于正定矩阵
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
(1) U U = X
(2) U is upper triangular (that is, it has all zeros below the diagonal).
It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive
- 2022-10-16 04:30:02下载
- 积分:1
-
基于MATLAB编程的图像融合代码
应用背景属于模式识别范畴,在图像处理中,图像融合技术是当前的热门研究领域,虽出现了很多的方法,选用的图像特征也不尽相同,比如曲率、傅里叶变换等等,处理效果也较为理想,但是仍有可研究空间,时间计算复杂度的降低以及融合效果的提高和匹配精度的提高等都是先阶段研究的主要方向。关键技术基于角点检测,图像特征选择形状上下文特征,用于图像融合与配准,代码中包括了实验过程中所有的小程序和图片,下载后可直接运行。
- 2022-01-21 21:24:54下载
- 积分:1
-
ldpc 码的代码
我有新代码为编码器。我获得了编码器的新代码。我喜欢新代码的编码器。请下载此代码为感谢你非常
- 2022-01-25 18:09:09下载
- 积分:1
-
曲线拟合
曲线拟合-Curve Fitting
- 2022-02-07 20:04:21下载
- 积分:1
-
数值分析,最小二乘法,源代码,以及龙格
数值分析,最小二乘法,源代码,还有龙格库塔,陆续将会上传,敬请等待-Numerical analysis, the least square method, source code, as well as Runge-Kutta, one after another will upload, please wait
- 2023-08-29 19:35:03下载
- 积分:1
-
Practice of dynamic arrays (Second Edition) a large amount of data management is...
实习性
动态数组(第二版)
大量数据的管理是很多程序员的心病,很难找到一个速度快、效率高、支持超大规模数据的表动态数组是一个功能强大的列表形数据管理链表,利用它可以轻松实现超大数据量的随机插入、删除、修改等操作,它另外一个特点就是速度极快,内存利用率高。 -Practice of dynamic arrays (Second Edition) a large amount of data management is the heart of many programmers, it is difficult to find a fast, high efficiency, support for ultra-large-scale data table dynamic array is a powerful list of shape data management list using it can easily realize large amount of data random insert, delete, modify, such as operation, it is another feature of this approach is extremely fast, high memory utilization.
- 2023-05-25 14:35:03下载
- 积分:1
-
RSA 加密算法
RSA 加密算法源程序代码RSA算法原程序及详细注释
- 2022-05-29 10:31:11下载
- 积分:1
-
使用高斯数的转换坐标正反,MAPP…
利用高斯正反算进行坐标的转换,测绘专业必备之程序。-use Gaussian count for positive and negative coordinates of the conversion, mapping professionals required procedure.
- 2022-06-03 00:29:34下载
- 积分:1
-
实现n路抢答功能,包括锁定,计分等源程序
实现n路抢答功能,包括锁定,计分等源程序-N Road Answer realize functions, including targeting, including grading source
- 2023-08-07 19:50:02下载
- 积分:1