代码搜索:加密芯片
找到约 10,000 项符合「加密芯片」的源代码
代码结果 10,000
www.eeworm.com/read/320062/13433859
dsp 加密算法.dsp
# Microsoft Developer Studio Project File - Name="加密算法" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/320062/13433862
h 加密算法.h
// 加密算法.h : main header file for the 加密算法 application
//
#if !defined(AFX__H__8FA1FABE_6FDD_400E_ACEC_763698FD2C55__INCLUDED_)
#define AFX__H__8FA1FABE_6FDD_400E_ACEC_763698FD2C55__INCLUDED_
#
www.eeworm.com/read/319481/13450623
c 加密解密程序.c
/********************************************************
*程序名称:加密解密程序
*功能:对文件进行加解密
*编译平台:dev c++
*作者:HungryAnt
*时间:2007-7-20
********************************************************/
#includ
www.eeworm.com/read/317627/13500746
txt 加密私钥文件.txt
www.eeworm.com/read/317626/13500799
txt 对称加密后.txt
www.eeworm.com/read/315894/13535058
txt 加密函数.txt
char c
string coded_password
int n,i,j,min_value,max_value
min_value=30000
max_value=0
n=len(as_password)
for i=1 to n
c=mid(as_password,i,1)
j=asc(c)
if j
www.eeworm.com/read/265001/11286511
exe 加密算法.exe
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);