代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/260779/11702271
txt 图象加密.txt
clear
x_mi=0.123;
u=3.6;
I=imread('c:\matlab6p5\work\Image00006.bmp');
figure,Imshow(I);
Arr_size=size(I);
High=Arr_size(1)
Length=Arr_size(2)
a=x_mi;
x_arr=a;
for k=2:8
b= u*a*(1-a);
www.eeworm.com/read/345143/11835682
txt 对称加密后.txt
www.eeworm.com/read/345143/11835691
txt 加密私钥文件.txt
www.eeworm.com/read/151846/12170611
exe 文档加密解密.exe
www.eeworm.com/read/251319/12353052
exe enigma加密机.exe
www.eeworm.com/read/229629/14326234
rc2 加密.rc2
//
// 加密.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////////
www.eeworm.com/read/229629/14326246
cpp 加密dlg.cpp
// 加密Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "加密.h"
#include "加密Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endi
www.eeworm.com/read/229629/14326248
h 加密dlg.h
// 加密Dlg.h : header file
//
#if !defined(AFX_DLG_H__83C6CB2F_F359_4212_8685_87E3631CACDA__INCLUDED_)
#define AFX_DLG_H__83C6CB2F_F359_4212_8685_87E3631CACDA__INCLUDED_
#if _MSC_VER > 1000
#pr