代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/134120/14005860
c fvs_enhancer.c
/*#############################################################################
* 文件名:fvs_enhancer.c
* 功能: 指纹图像增强
* modified by PRTsinghua@hotmail.com
############################################
www.eeworm.com/read/134120/14005870
c fvs_thinner.c
/*#############################################################################
* 文件名:fvs_thinner.c
* 功能: 指纹图像细化
* modified by PRTsinghua@hotmail.com
#############################################
www.eeworm.com/read/203782/15351517
h export.h
/*#############################################################################
* 文件名:export.h
* 功能: 指纹图像输出保存
* modified by PRTsinghua@hotmail.com
################################################
www.eeworm.com/read/203782/15351519
c export.c
/*#############################################################################
* 文件名:export.c
* 功能: 指纹图像输出保存
* modified by PRTsinghua@hotmail.com
################################################
www.eeworm.com/read/203782/15351522
c img_enhance.c
/*#############################################################################
* 文件名:imageenhance.c
* 功能: 实现了图像增强算法
* modified by PRTsinghua@hotmail.com
#########################################
www.eeworm.com/read/203782/15351534
c fvs_enhancer.c
/*#############################################################################
* 文件名:fvs_enhancer.c
* 功能: 指纹图像增强
* modified by PRTsinghua@hotmail.com
############################################
www.eeworm.com/read/203782/15351539
c fvs_thinner.c
/*#############################################################################
* 文件名:fvs_thinner.c
* 功能: 指纹图像细化
* modified by PRTsinghua@hotmail.com
#############################################
www.eeworm.com/read/285928/8800872
cs desencrypt.cs
using System;
using System.Security.Cryptography;
using System.Text;
namespace LTP.Common.DEncrypt
{
///
/// DES加密/解密类。
/// LiTianPing
///
public class DESEncry
www.eeworm.com/read/384304/8881125
cs encrypt.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Security.Cryptography;
namespace Comm
{
//实现加密类
public class Encrypt
{
public En
www.eeworm.com/read/178419/9399199
dpr example.dpr
program Example;
uses
Forms,
UnitExample in 'UnitExample.pas' {FormAES};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'AES 加密算法';
Application.CreateForm(TFormA