代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/313687/13582601

java encrypt.java

public class Encrypt { public static String ecode(String s) { byte[]tmp=s.getBytes(); for(int i=0;i
www.eeworm.com/read/313687/13582632

class encrypt.class

www.eeworm.com/read/313687/13582695

java encrypt.java

public class Encrypt { public static String ecode(String s) { byte[]tmp=s.getBytes(); for(int i=0;i
www.eeworm.com/read/313687/13582776

class encrypt.class

www.eeworm.com/read/303244/13819798

m encrypt.m

clear;clc; x=imread('lena.bmp','bmp'); [a b c]=size(x); N=a*b; m(1)=input('请输入密钥: '); disp('加密中...'); for i=1:N-1 m(i+1)=4*m(i)-4*m(i)^2; end m=256*m; m=uint8(m); n=1; for i=1:a
www.eeworm.com/read/302795/13827328

cs encrypt.cs

using System; using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; namespace iTextSharp.tutorial.Chap01 { /// /// Encrypt 的摘要说明。 /// public class
www.eeworm.com/read/152470/5673651

java encrypt.java

package com.org.common; import java.security.*; public class Encrypt{ public final static String encode(String s){ char hexDigits[] = { '0', '1', '2', '3', '4', '5', '6',
www.eeworm.com/read/148976/5704998

java encrypt.java

package encryptandunencrypt; import java.io.*; import javax.crypto.*; import javax.crypto.spec.SecretKeySpec; public class Encrypt { private String fenge = java.io.File.separator; pu
www.eeworm.com/read/136849/5842651

c encrypt.c

// 2004.6.1 WYJ add for encrypt _ENCRYPT #include #include #include #if defined (NEW_FRAME) #include "typedefs.h" #include "vsi.h" #include "pei.
www.eeworm.com/read/136849/5842852

h encrypt.h

#ifndef _ENCRYPT_H #define _ENCRYPT_H //shiheng 0601 typedef struct { T_MMI_CONTROL mmi_control; // common control parameter T_MFW_HND win; T_MFW_HND kbd; T_MFW_