-
二维码编解码的C++实现
QR二维码生成器与解码器的C++实现,其中QREncode.zip压缩文件是生成器,QRcodeDecode.zip文件是解码器,文件是完整的,在VC++环境下编译可以直接通过。
- 2022-07-15 15:55:19下载
- 积分:1
-
If you have not registered, Please [regist first].You should upload at least fiv...
If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files).
Webmaster will activate your member account after checking your files. If you do not want to upload source code, you can join the [VIP member] to activate your account.
- 2022-09-21 11:00:03下载
- 积分:1
-
八数码问题的问题
八数码问题的问题-the question of
- 2022-02-10 04:03:56下载
- 积分:1
-
fpga乘法器使用例程
fpga乘法器使用例程。详细介绍了dsp48A的使用方法。非常不错的代码。
- 2022-10-20 11:30:03下载
- 积分:1
-
一种求PI值的诡异算法
可以很快求到800位嗷
一种求PI值的诡异算法
可以很快求到800位嗷-A PI value for the strange algorithm can quickly seek to the sound of wailing 800
- 2022-01-27 15:40:48下载
- 积分:1
-
matrix eigenvalue of the largest power France. For engineering calculation, Matr...
矩阵的最大特征值的幂法.
对于工程计算而言,矩阵的特征值和特征向量都是相当重要和常见的数据,这里给出的幂法是一种常见的求解方法,用的是迭代的思想。
符号说明:
1A为待求的矩阵,
2Uk,Vk为迭代用的列向量。
3最后的最大特征值maxLamda由最后一次的max(Uk)-----求Uk中的绝对值最大的元素的绝对值.所决定。
而maxLamda所对应的特征向量由最后一次迭代的Vk所决定.
主要的想法就是先选一个不为0的初始向量U0!=0,然后按下面的式子迭代。
-matrix eigenvalue of the largest power France. For engineering calculation, Matrix eigenvalues and eigenvectors are very important and common data, here is the power law is a common solution, using the iterative thinking. Symbol : 1A of the question for the matrix, 2Uk, Vk iteration of the column vector. The final three largest eigenvalue maxLamda from last max (uk Hoffmann for the uk the largest absolute value of the absolute value of the element. by decision. While maxLamda corresponding eigenvectors from the last iteration of Vk decision. The main idea was first choice not one of the initial vector 0 U0! = 0, then by the following formula iteration.
- 2022-12-15 11:10:03下载
- 积分:1
-
RSA秘钥生成工具
开源的RSA秘钥生成工具,研究RSA加密很有用。该工具可让您轻松处理与加密,解密和消息的验证。
你不再需要做复杂代码编写,只须提供processorID或Mac地址即可
- 2023-03-29 06:00:04下载
- 积分:1
-
数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序...
数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序-numerical analysis or calculation method of Gauss- Seidel method for solving linear equations of c procedures
- 2022-11-05 03:50:02下载
- 积分:1
-
DBSCAN算法java实现
DBSCAN算法的Java实现 DBSCAN是一种基于密度的聚类算法,它的基本原理就是给定两个参数,ξ和minp,其中 ξ可以理解为半径,算法将在这个半径内查找样本,minp是一个以ξ为半径查找到的样本个数n的限制条件,只要n>=minp,查找到的样本点就是核心样本点
- 2023-01-24 09:05:04下载
- 积分:1
-
基于矢量控制的永磁同步交流伺服电机控制系统代码
基于矢量控制的永磁同步交流伺服电机控制系统代码,内含文档介绍了永磁同步交流电机的矢量控制理论,并根据矢量控制理论运用DSP实现了对永磁同步交流伺服电机的电流、速度和位置的三闭环控制,并给出了源程序。非常实用。
- 2023-04-12 01:20:04下载
- 积分:1