代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/133716/14028969
m modetest.m
function modetest(imgname,wavename,mode)
%modetest 不同小波在不同分解模式下3级分解与重构图像演示程序
%modetest(imgname,wavename,mode)
%输入:imgname 图像文件
% wavename 小波名称
% mode 分解模式(sym,per,zpd,spd,sp0,p
www.eeworm.com/read/133716/14028977
m thresholdtestdemo.m
function thresholdtestdemo(imgname,wavename,level,deta)
% thresholdtestdemo 小波变换在不同阈值下重构的测试演示程序
% thresholdtestdemo(imgname,wavename,level,deta)
% 本程序作用:载入图像信号,使用小波变换,比较显示不同阈值下的重构图像及相关信息
% 输入
www.eeworm.com/read/133415/14044432
m example7_1.m
load xpmndrll
image(X2)
title('原始彩色索引图像')
colormap(map);
colorbar
%================================
%分解彩色索引图像为RGB分量
R=map(X2,1);
R=reshape(R,size(X2));
G=map(X2,2);
G=reshape(G,size(X2));
B
www.eeworm.com/read/106906/15618238
htm wzjh12.htm
DELPHI数据库应用程序开发中图像数据的存取
Delphi数据库应用程序开发中图像数据的存取技术
www.eeworm.com/read/285928/8800868
cs hashencode.cs
using System;
using System.Text;
using System.Security.Cryptography;
namespace LTP.Common.DEncrypt
{
///
/// 得到随机安全码(哈希加密)。
///
public class HashEncode
{
public H
www.eeworm.com/read/285928/8800875
cs rsacryption.cs
using System;
using System.Text;
using System.Security.Cryptography;
namespace LTP.Common.DEncrypt
{
///
/// RSA加密解密及RSA签名和验证
///
public class RSACryption
{
www.eeworm.com/read/359656/10131561
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// LSB加密.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/426358/10257181
c autooper.c
///////////////////////////////////////////////////////////////////////////////
//
// 文 件: AutoOper.c
// 自动加密函数(自动搜索合法文件)
//
// 作 者: 江南孤峰
// 联 系:QQ: 403324669
// 时 间: 2007--3--3
//
www.eeworm.com/read/280643/10301199
cs encrypt.cs
using System;
using System.Text;
using System.Security.Cryptography;
namespace MyOA.CommonComponent
{
///
/// 一个通用的加密、解密类
///
public class Encrypt
{
///
www.eeworm.com/read/279038/10475661
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by RSA加密算法.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#d