代码搜索:Transposition
找到约 56 项符合「Transposition」的源代码
代码结果 56
www.eeworm.com/read/388272/8620336
cpp transposition.cpp
// trans.cpp
// includes
#include
#include "hash.h"
#include "move.h"
#include "config.h"
#include "interface.h"
#include "transposition.h"
#include "util.h"
#include "values.
www.eeworm.com/read/388272/8620546
h transposition.h
// transposition.h
#ifndef TRANS_H
#define TRANS_H
// macros
#define TRANS_IS_UPPER(flags) (((flags)&(1
www.eeworm.com/read/440219/7691864
cpp transposition.cpp
#include
#include
#include
#include
#define r_size 5
void main()
{
clrscr();
char msg[50];
int i,j,k,k1,j1;
char encrypt[10][r_size];
cout
www.eeworm.com/read/130948/14166787
cpp transposition.cpp
#include
#include
#include
void main()
{
char str[]="cryptography";
int i,key;
char *ciphe;
ciphe=(char*)malloc(strlen(str));
puts("the plaintext is :
www.eeworm.com/read/130948/14166790
cpp deciphe of transposition.cpp
#include
#include
#include
void main()
{
char str[]="dszquphsbqiz";
int key,j;
char *deciphe;
deciphe=(char*)malloc(strlen(str));
printf("the possible
www.eeworm.com/read/291234/8433720
asm matrix_transposition_&_multiplication.asm
##############################
# Hong Zhang
# Computer Architecture Project
# MIPS
# Matrix Transposition & Multiplication
# Code
##############################
.data
my_info: .asciiz "Hong
www.eeworm.com/read/199358/7865064
htm article1046.asp.htm
Chess Programming Part II: Data Structures
www.eeworm.com/read/141326/13022687
htm article1046.asp.htm
Chess Programming Part II: Data Structures
www.eeworm.com/read/224689/14572592
htm article1046.asp.htm
Chess Programming Part II: Data Structures
www.eeworm.com/read/237912/13919105
htm article1046.asp.htm
Chess Programming Part II: Data Structures