代码搜索:decipher
找到约 111 项符合「decipher」的源代码
代码结果 111
www.eeworm.com/read/314474/13566651
gawk nbest2-to-nbest1.gawk
#!/usr/local/bin/gawk -f
#
# nbest2-to-nbest1 --
# Convert Decipher NBestList2.0 format to NBestList1.0 format
#
# $Header: /home/srilm/devel/utils/src/RCS/nbest2-to-nbest1.gawk,v 1.4 2004/11/02 02:00
www.eeworm.com/read/230462/14286895
txt 一个简单的加密算法kaiser(c语言实现).txt
// Kaiser.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include
#define MAX 256
#define KEY 17 //密钥
char cipher(char sourceChar, int Key) //加密算法
...{
re
www.eeworm.com/read/476061/6773200
asv rsa_decryption.asv
%========================================================================
% STEP3: DECRYPTION
%========================================================================
% Empty array where decipher
www.eeworm.com/read/476061/6773201
m rsa_decryption.m
%========================================================================
% STEP3: DECRYPTION
%========================================================================
% Empty array where decipher
www.eeworm.com/read/116433/14969647
h newdes2p.h
#ifdef __STDC__
# define P(s) s
#else
# define P(s) ()
#endif
/* newdes2.c */
unsigned int newdes_buf P((unsigned char *buf , unsigned int block_length ));
void newdes_block P((unsigned char *block
www.eeworm.com/read/314474/13566715
pfsg-from-ngram
#!/bin/sh
#
# pfsg-from-ngram --
# Convert a bigram or trigram into a Decipher PFSG
#
# This is a wrapper that takes care of
# - eliminating low probability transitions that the recognizer would never
www.eeworm.com/read/427960/8908552
c deciph.c
/*
* Program to decipher message using Blum-Goldwasser probabalistic
* Public key method
*
* Define RSA to use cubing instead of squaring. This is no longer
* provably as difficult t
www.eeworm.com/read/427960/8909175
cpp deciph.cpp
/*
* Program to decipher message using Blum-Goldwasser probabalistic
* Public key method
*
* Define RSA to use cubing instead of squaring. This is no longer
* provably as difficult t
www.eeworm.com/read/349903/10785476
cpp deciph.cpp
/*
* Program to decipher message using Blum-Goldwasser probabalistic
* Public key method
*
* Define RSA to use cubing instead of squaring. This is no longer
* provably as difficult t
www.eeworm.com/read/349903/10785860
c deciph.c
/*
* Program to decipher message using Blum-Goldwasser probabalistic
* Public key method
*
* Define RSA to use cubing instead of squaring. This is no longer
* provably as difficult t