代码搜索:c-k
找到约 3 项符合「c-k」的源代码
代码结果 3
www.eeworm.com/read/217691/14953342
m dfapeng.m
function [slow,fast] = dfapeng(vals,slowlen,midlen,fastlen)
% [slow,fast] = dfapeng(vals,slowlen,midlen,fastlen)
%
% Compute DFA in the manner described by C-K Peng,
% in C-K Peng, S Havlin, HE Stanle
www.eeworm.com/read/185130/9056388
c dfa.c
/* file: dfa.c J. Mietus, C-K Peng, and G. Moody 8 February 2001
Last revised: 25 January 2005 v4.9
-------------------------------------------------------------------------------
df
www.eeworm.com/read/127430/14355772
cpp kaisamima.cpp
//加密过程:密文:C=M+K (mod 26)
//解密过程:明文:M=C-K (mod 26)
#include"stdio.h"
#include"ctype.h"
#include"stdlib.h"
main(int argc ,char *argv[])
{
FILE *fp_ciper,*fp_plain; //密