-
图像处理
这是一个C语言的开发包。这些代码来源于一本相关的书籍,里面主要是一些已经开发好了的代码。包括.cpp文件,。h文件,是图像处理中最基本的一些算法和思想。里面有对代码的介绍和解释。十分适合新手学习。
- 2023-03-01 16:50:08下载
- 积分:1
-
OFDM/OQAM 的 paper(OFDM/OQAM论文)
这一部分是关于OFDM/OQAM的论文的一个合集,其中以classic OFDM Systems and Pulse Shaping OFDM/OQAM Systems为中心,将其中论文涉及的参考文献都几乎都下载了下来,而且对应的引用的编号和标题有对应,可以很好的查看论文。这些论文从基础一直讲到了以后的发展趋势,是不可多得的好论文集,在收集时花了不少心思。
- 2023-08-27 05:40:06下载
- 积分:1
-
RSA 加密算法
RSA算法
1978年就出现了这种算法,它是第一个既能用于数据加密也能用于数字签名的算法。它易于理解和操作,也很流行。算法的名字以发明者的名字命名:Ron Rivest, AdiShamir 和Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。
RSA的安全性依赖于大数难于分解这一特点。公钥和私钥都是两个大素数(大于100个十进制位)的函数。据猜测,从一个密钥和密文推断出明文的难度等同于分解两个大素数的积。
密钥对的产生。选择两个大素数,p 和q 。计算:n
- 2023-04-22 03:05:04下载
- 积分:1
-
Plane frame finite element program, consideration could be given support nodes a...
平面框架有限元计算程序,可考虑节点和支座位移-Plane frame finite element program, consideration could be given support nodes and displacement
- 2023-01-31 11:05:03下载
- 积分:1
-
系统工程
系统工程-层次分析法VB版-system-level analysis VB Edition
- 2022-09-06 07:10:02下载
- 积分:1
-
一个方便的求积分的类
一个方便的求积分的类-a convenient points for the category
- 2022-04-08 11:00:35下载
- 积分:1
-
梁搜索
这是人工智能算法查找目标节点。它给出了最短 path.this 是最优的算法,使用排序技术来到达目标节点。
- 2022-07-11 01:04:23下载
- 积分:1
-
TinyOS数据解析代码
针对TinyOS数据所写的代码,数据格式详情请参考http://tinyos.stanford.edu/tinyos-wiki/index.php/Main_Page
- 2022-07-24 14:40:38下载
- 积分:1
-
YUV 视频帧 Sobel 方法
/*对象: 视频文件 ;YUV 4: 2: 0日期: 13/1/18 10:28#ifndef #define #include #include #include #include / / 定义图像高度和宽度的帧数高度 480宽度 640NUM_FRAME 20THRESH_HOLD_Y 20THRESH_HOLD_U 1THRESH_HOLD_V 1因舍尔沙尔 / / 函数原型无效 / / 初始化的内存Sobel_Assign (无符号字符型 *
- 2022-04-14 22:45:48下载
- 积分:1
-
MFC下实现MD5加密
MFC下实现加密算法MD5,可以对字符串跟文件进行加密.值得一看
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
Algorithm" in all material mentioning or referencing this software
or this function.
License is also granted to make and use derivative works provided
that such works are identified as "derived from the RSA Data
Security, Inc. MD5 Message-Digest Algorithm" in all material
mentioning or referencing the derived work.
RSA Data Security, Inc. makes no representations concerning either
the merchantability of this software or the suitability of this
software for any particular purpose. It is provided "as is"
without express or implied warranty of any kind.
These notices must be retained in any copies of any
- 2022-03-04 02:53:21下载
- 积分:1