代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/300146/13932573
c decode.c
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#include
//#include
#include
www.eeworm.com/read/300146/13932588
h decode.h
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#ifndef _DECODE_H_
#define _DECODE_H_
void deco
www.eeworm.com/read/237384/13965337
m decode.m
function Ret=Decode(LenChrom,Bound,Code,Opts)
% In this function ,it deCode chromosome
% LenChrom input : length of chromosome
% Opts input : tag of coding method
% Bound input : Bou
www.eeworm.com/read/134819/13973418
c decode.c
#include "scancodes.h"
//Key_UP键松开标示,Shift-Shift键按下标示
unsigned char Key_UP=0, Shift = 0;
unsigned int BF;
/********************************************/
//转换键值
unsigned int TempCyc;
unsigned
www.eeworm.com/read/134763/13974454
m decode.m
%解密函数,decoderesult为解密后的明文,str为密文,(d,n)为密钥
function decoderesult=Decode(str,d,n)
%len为密文长度
len=length(str);
%l为n的位数
l=length(num2str(n));
%m为一个明文字符对应的密文编码位数,如果l为偶数,m为l的一半,否则m为l+1的一半
if(mod(l,2)=
www.eeworm.com/read/236166/14029857
cpp decode.cpp
/* Copyright (C) 1995, Tektronix Inc. All Rights Reserved.
*
* Usage Restrictions
*
* License is granted to copy, to use, and to make and to use derivative
* works for research and evaluation p
www.eeworm.com/read/133341/14048609
c decode.c
/*
$Log: decode.c,v $
Revision 1.1.1.1 2001/11/19 19:50:14 smorlat
First cvs.
Revision 1.1.1.1 2001/08/08 21:29:08 simon
First import
* Revision 1.2 1996/08/20 20:22:39 jaf
* Removed all s
www.eeworm.com/read/133340/14048677
c decode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/235820/14051133
h decode.h
/*
decode.h
Protocol decoding routines.
Copyright (c) 2000 Dug Song
$Id: decode.h,v 1.4 2000/12/15 20:16:58 dugsong Exp $
*/
#ifndef DECODE_H
#define DECODE_H
typed