代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/384015/8905710
cpp des.cpp
#include
#include
//读取缓冲区的指定位.
#define GET_BIT(p_array, bit_index) \
((p_array[(bit_index) >> 3] >> (7 - ((bit_index) & 0x07))) & 0x01)
//设置缓冲区的指定位.
#define SET_BIT(p_
www.eeworm.com/read/284569/8916759
txt des.txt
// DES.h: interface for the DES class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DES_H__30E4BD94_DC18_40DA_88E2_7C79D13DF16E__INCLUDED_)
#def
www.eeworm.com/read/427644/8927339
c des.c
/*=///////////////////////////////////////////////////////////////////////=*/
/*= DES.c DES算法声明及实现,用于DSP下的标准C语言版本,Made By sck007 =*/
/*=//////////////////////////////////////////////////////////
www.eeworm.com/read/427644/8927343
h des.h
/*=///////////////////////////////////////////////////////////////////////=*/
/*= DES.h DES算法声明及头文件,用于DSP下的标准C语言版本,Made By sck007 =*/
/*=///////////////////////////////////////////////////////////
www.eeworm.com/read/427425/8945846
dsp des.dsp
# Microsoft Developer Studio Project File - Name="DES" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appli
www.eeworm.com/read/427425/8945850
plg des.plg
Build Log
--------------------Configuration: DES - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"R
www.eeworm.com/read/427425/8945857
ico des.ico
www.eeworm.com/read/427425/8945858
opt des.opt
www.eeworm.com/read/427425/8945863
pch des.pch
www.eeworm.com/read/427425/8945866