-
Generation and Reduction of noise from Image
该项目旨在产生图像中的各种类型的噪声,并使用各种滤波技术消除它们;
- 2022-10-04 07:55:04下载
- 积分:1
-
直方图对比
实现两个图像的直方图对比,采用四种方式计算基准图与目标图的相似性,其中最常用的就是巴氏距离,调用opencv的直方图对比类,直接实现计算,注意得到的巴氏距离的值越小,表示基准图与目标图的相似度越高,当然还有其他的三种方式,这个在代码里面修改一下名称就可以了。Histogram contrast achieve two images, the use of four ways to calculate the reference map and target map similarity, one of the most commonly used is pasteurized distance calls opencv histogram comparison class, directly implement calculations, pay attention to get Pap distance the smaller the value, the reference chart indicates the similarity with the target figure is higher, of course, there are other three ways, this change in the code inside look at the name on it.
- 2022-02-12 04:07:52下载
- 积分:1
-
android 播放器
android 播放器 ,支持MP3、MP2、WAV等多种文件格式,有Internet流功能
- 2022-10-14 06:10:03下载
- 积分:1
-
joda-time-1.6.2源码
用于java程序的日期相关的算法,如相加,相件,区间,分时等,是网上用的很广的类
private void runDateTime() {
System.out.println("DateTime");
System.out.println("=======");
System.out.println("DateTime stores a the date and time using millisecs from 1970-01-01T00:00:00Z internally");
System.out.println("DateTime is immutable and thread-safe");
System.out.println(" in = new DateTime()");
DateTime in = new DateTime();
System.out.println("Millisecond time: in.getMillis():
- 2022-08-22 17:44:27下载
- 积分:1
-
javafx完成的简单连连看
一段简单的用javafx编成的连连看小游戏,以canvas完成对图形的创建,可以根据自己喜好进行更多的绘制。此外,在游戏中提供了简单的计时功能,消除模块获得时间功能和多个关卡的设置。一个初学者的成果,如果有什么不好的地方希望能者更正。
- 2022-03-20 15:04:30下载
- 积分:1
-
des算法C实现
#include
class SubKey{ //定义子密钥为一个类
public:
int key[8][6];
}subkey[16]; //定义子密钥对象数组
class DES{
int encipher_decipher; //判断加密还是解密
int key_in[8][8]; //用户原始输入的64位二进制数
int key_out[8][7]; //除去每行的最后一位校验位
int c0_d0[8][7]; //存储经PC-1转换后的56位数据
int c0[4][7],d0[4][7]; //分别存储c0,d0
int text[8][8]; //64位明文
int text_ip[8][8]; //经IP转换过后的明文
int A[4][8],B[4][8]; //A,B分别存储经IP转换过后明文的两部分,便于交换
int temp[8][6]; //存储经扩展置换后的48位二进制值
int temp1[8][6]; //存储和子密钥异或后的结果
int s_result[8][4]; //存储经S变换后的32位值
int text_p[8][4]; //经P置换后的32位结果
int secret_ip[8][8]; //经逆IP转换后的密文
public:
void Key_Putting();
void PC_1();
int function(int,int); //异或
void SubKey_Production();
void I
- 2022-03-28 11:19:34下载
- 积分:1
-
电信报表系统
这是实训时做的项目,在我看来很不好,没有做好。
说明:使用Oracle数据库,共有3个登陆角色,有五个模块功能。每个模块功能的代码相似。
- 2022-03-02 18:51:41下载
- 积分:1
-
笔记本源码
应用背景
对于学习的记事本有着非常大帮助,源码是java写的,对使用者的java要有一定基础
关键技术记事本源码,一堆各种记事本,就是一个记事本程序改过来的,初学者可以试试
- 2023-07-29 18:25:03下载
- 积分:1
-
井字游戏 Java
这是在 java 开发的基于 GUI 的井字游戏。
它将帮助初学者理解基于发达的 java GUI。
- 2022-12-21 02:25:03下载
- 积分:1
-
java编程打印输出九九乘法表
资源描述下载后直接导入myeclipse集成开发环境或者在装有jdk的电脑本机上直接运行,即可根据用户具体需求,输入要打印的行数,程序打印出相应行数的乘法口诀表。
- 2023-02-13 17:25:03下载
- 积分:1