代码搜索:decipher
找到约 111 项符合「decipher」的源代码
代码结果 111
www.eeworm.com/read/130311/14198410
h decipher.h
#include
#include
#include
const size=1000;
class stack//栈类
{
public:
stack(int); //构造栈
~stack();//析构
void push(char s); //压栈,压之前须判是否已满
void push
www.eeworm.com/read/218417/14921563
java decipher.java
/**for Stream tools*/
import java.io.*;
/**for ArrayList*/
import java.util.*;
public class deCipher
{
/**计算有可能溢出的模m的整数幂的算法
*pre:none.
*post:返回a^t(mod n);
*@param a a^t(mod n
www.eeworm.com/read/218417/14921578
class decipher.class
www.eeworm.com/read/133437/14043231
txt decipher.txt
MYNAMEISCHENJIANXIANGTHISISMYCRYPTOGRAPHYPROGRAMMETHANKYOUFORCHECKING
www.eeworm.com/read/112610/15481887
txt decipher.txt
Good afternoon, ladies and gentlemen!
My name is Red, from Group Confidence. My topic today is aR0焸嚩^
www.eeworm.com/read/112610/15481899
cpp decipher.cpp
#include "Cipher.h"
#include "DES.h"
#define key_in "key.txt"
#define CI "cipher.dat"
#define DE "decipher.doc"
void main()
{
char* keyfile=key_in;
char* cipherfile=CI;
char* decipherfile=
www.eeworm.com/read/112610/15481900
doc decipher.doc
www.eeworm.com/read/145881/12696800
html 084-088.html
Learn Encryption Techniques with BASIC and C++:Monoalphabetic Substitution Concepts
www.eeworm.com/read/145881/12696640
html 364-368.html
Learn Encryption Techniques with BASIC and C++:Developing Practical Programs
www.eeworm.com/read/145881/12696791
html 088-094.html
Learn Encryption Techniques with BASIC and C++:Monoalphabetic Substitution Concepts