代码搜索:caesar
找到约 148 项符合「caesar」的源代码
代码结果 148
www.eeworm.com/read/476989/6743901
c main.c
#include
#include
#include
char * caesar(char key, char *text, int codingMode);
int main(){
char key = 'X' , text[] = {"ABCDEFGH"} , *c;
int codingMode = 0;
www.eeworm.com/read/476989/6743912
c main.c
#include
#include
#include "utilities.h"
char bruteCaesar(char *code);
char freqAnalysis(char *code);
char * caesar(char key, char *text, int codingMode);
int main(){
www.eeworm.com/read/266624/11216760
cpp stdafx.cpp
// stdafx.cpp : 只包括标准包含文件的源文件
// Caesar.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加头文件,而不是在此文件中引用
www.eeworm.com/read/198210/7947228
cpp yiwei.cpp
/********************************************************************
Function: Caesar替代法算法实现演示版本
Author: 吴丹 3号 00234015
*********************************************************************/
#i
www.eeworm.com/read/150726/5689480
cpp yiwei.cpp
/********************************************************************
Function: Caesar替代法算法实现演示版本
Author: 吴丹 3号 00234015
*********************************************************************/
#i
www.eeworm.com/read/207251/15276545
plg 030300816.plg
Build Log
--------------------Configuration: 030300816 - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /
www.eeworm.com/read/439456/7708446
cpp 仿射caesar密码加解密算法.cpp
#include
using namespace std;
int Ni(int a) /*求a相对于b的逆*/
{
int i,b;
for(i = 1; i
www.eeworm.com/read/454457/7390047
makefile
CC=gcc
CFLAGS=-g -pedantic -Wall
#CFLAGS=-g
TARGETS=block caesar capital chi-sq entropy kappa n-gram rotor \
textstrp vigenere
# If you want to use the system getopt (if there is one)
www.eeworm.com/read/112692/6144929
txt english.txt
$@#
1234
Caesar
C鎠ar
convey
Convey
conveyance
coo
coop
co-op
cooperate
frank
Frank
FRANK
hal
Hal
OFF
)OFF
polish
Polish
resume
r閟um
www.eeworm.com/read/266624/11216761
txt readme.txt
========================================================================
控制台应用程序:Caesar 项目概述
========================================================================
应用程序向导已为您创建了此 Caesar 应用程序。