代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/291614/8407685
m encryption.m
clear all;
Image=double(imread('e:\work\lena.jpg'));
figure(1)
subplot(2,2,1)
imshow(Image,[]);%显示原始图像
title('原始图像');
Image=uint8(Image);
figure(1)
subplot(2,2,2)
imhist(Image);
title('原
www.eeworm.com/read/387896/8647514
pas encryption.pas
unit Encryption;
interface
uses
SysUtils, Math;
type
PMD4Ctx = ^TMD4Ctx;
TMD4Ctx = record
state: array[0..3] of LongWord;
count: array[0..1] of LongWord;
buffer: array[0
www.eeworm.com/read/286007/8795263
m encryption.m
www.eeworm.com/read/372473/9509179
h encryption.h
/*!
\file Encryption.h
\author Jackson
\date 13/1/2005
*/
#ifndef _LUCID_ENCRYPTION_ENCRYPTION_H_
#define _LUCID_ENCRYPTION_ENCRYPTION_H_
#include "Encoder.h"
#include "Digest.h"
#incl
www.eeworm.com/read/372473/9509184
exp encryption.exp
www.eeworm.com/read/372473/9509194
lib encryption.lib
www.eeworm.com/read/372473/9509213
ncb encryption.ncb
www.eeworm.com/read/355022/10301612