代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/156908/11753063
cpp decode.cpp
/*
* Program to decode message using RSA private key.
*
* Requires: big.cpp crt.cpp
*
* Copyright (c) 1988-1997 Shamus Software Ltd.
*/
#include
#include
#i
www.eeworm.com/read/156908/11753790
c decode.c
/*
* Program to decode message using RSA private key.
*
* **** For Demonstration use only ******
*
* Copyright (c) 1988-1997 Shamus Software Ltd.
*/
#include
#include "
www.eeworm.com/read/346200/11761786
test_decode
www.eeworm.com/read/345601/11802977
pas _decode.pas
{*******************************************************}
{ }
{ 封包加密解密 }
{
www.eeworm.com/read/345601/11803040
dcu _decode.dcu
www.eeworm.com/read/345571/11808417
h decode.h
/*This is the program to decode the chromosome to get real values*/
void decode(population *pop_ptr);
void decode(population *pop_ptr)
{
float *real_ptr;
int i,sum,b,k,c,d,*gene_ptr,m,x;
pop_
www.eeworm.com/read/156217/11819923
txt decode.txt
R3 EQU 0X03
PORT5 EQU 0X05
PORT6 EQU 0X06
KEY_STATUS EQU 0X10 ;低半字节为按键标志,高半字节为控制标志
SIGNAL_LOW EQU 0X11 ;信号电平低计数器
SIGNAL_HIGH EQU
www.eeworm.com/read/155770/11849067
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/155674/11855597
m decode.m
function path=Decode(Gpath)
%进行解码
[row,col]=size(Gpath);
for i=1:row
temptable=1:col;
for j=1:col
for k=1:length(temptable)
if Gpath(i,j)==k
path(i