-
图像去抖,通过调试能打开摄像头也可以读取视频
图像去抖源代码,C++编写,基于opencv 可通过摄像头,或者读取视频的方式获得视频。通过调试,可直接使用。
- 2022-02-11 11:24:17下载
- 积分:1
-
matlab在图形处理方面的简单应用 matlab简单程序设计
matlab在图形处理方面的简单应用 matlab简单程序设计-Matlab graphics processing in a simple application of Matlab simple program design
- 2022-08-08 04:19:23下载
- 积分:1
-
克鲁斯卡 (Clsk) 求最小生成树
克鲁斯卡 (Clsk) 求最小生成树-unmarked (Clsk) for the minimum spanning tree
- 2022-11-10 10:45:03下载
- 积分:1
-
应用密码学:协议、算法与C源程序 DES 源码
应用密码学:协议、算法与C源程序 DES 源码
Additional functions not in the MIT library are:
des_dea - Identical to des_ecb_encrypt.
des_key - Same as des_set_key without any parity
or weak-key test.
des_ecb2_encrypt - The Electronic Code Book mode of
encryption/decryption on
- 2022-02-22 06:23:36下载
- 积分:1
-
栈实现算术表达式求值
资源描述
可实现小数计算,输入算术表达式的错误检测,运算流程输出等
- 2022-05-30 02:52:52下载
- 积分:1
-
C课程设计
#include
#include
#include
#define LEN sizeof(struct stu)
struct stu
{
long num;
char name[20];
char sex[10];
float China;
float Math;
float English;
float add_score;
float ave;
struct stu *next;
};
- 2023-08-09 22:55:02下载
- 积分:1
-
各种排序算法 附带源码 不过是以记事本的格式的 要自己建
各种排序算法 附带源码 不过是以记事本的格式的 要自己建- Each kind of sort algorithm supplementary source code only is
wants own by the memorandum form to construct
- 2022-08-20 02:06:44下载
- 积分:1
-
该代码是“常用的计算机数值算法和程序的程序。
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套线性方程组求解代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting the linear equation solving the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-03-02 07:43:38下载
- 积分:1
-
SM2、SM3、SM4算法说明及c语言代码
实现国密算法的SM2、SM3、SM4,可以界面上测试算法的正确性,同时包含国密局公开的国密算法规范
SM2椭圆曲线公钥密码算法
SM3密码杂凑算法
适用于商用密码应用中的数字签名和验证、消息认证码的生成与验证以及随机数的生成,可满足多种密码应用的安全需求。
SMS4 密码算法
该算法的分组长度为128比特,密钥长度为128比特。加密算法与密钥扩展算法都采用32轮非线性迭代结构。解密算法与加密算法的结构相同,只是轮密钥的使用顺序相反,解密轮密钥是加密轮密钥的逆序。
- 2022-10-18 23:30:03下载
- 积分:1
-
a program for get the shortest path of two points.
距离最近的点对计算方法-a program for get the shortest path of two points.
- 2023-04-02 07:30:03下载
- 积分:1