代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/491079/6440321
c encode.c
void encode(void)
{
int i=0,n=0,j,t,c,choice;
Sign sign[STRINGLENGTH]={{'\0',0}};
HuffmanTree HT;
HuffmanCode HC;
char ch,filename[30],filename1[30],temp,temp1;
FILE *fp
www.eeworm.com/read/488823/6486393
cpp encode.cpp
#include
#include
void encode(const char* text, char* dest)
{
int i;
int j = 0;
int count = 0;
char pre = '\0';
for(i = 0; i
www.eeworm.com/read/486751/6526462
jad encode.jad
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov Date: 2009-1-11 22:07:18
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler opti
www.eeworm.com/read/486751/6526463
java encode.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.event.*;
import javax.swing.*;
import javax.swing.text.*;
import java.util.*;
import java.io.*;
public class encode
{
privat
www.eeworm.com/read/486751/6526468
class encode.class
www.eeworm.com/read/481317/6652536
fxp encode.fxp
www.eeworm.com/read/481317/6652540
prg encode.prg
*——函数<mark>Encode</mark>
*——作用:对输入的指定的字符串进行编码
*——参数:sStr:要编码或者解码的字符串
* nCode:编码或者解码时使用的密钥
FUNCTION <mark>ENCODE</mark>(sStr,nCode)
*——声明需要使用的本地变量
LOCAL sTmpStr,cTempChr,i
*——sTempStr:用来保存昨时的编码或者解码后的字符串
*——cTempC ...
www.eeworm.com/read/481033/6656016
c encode.c
/****************************************************************************
* *
* cryptlib Datagram Encoding Routines *
* Copyright Peter Gutmann 1996-2008 *
www.eeworm.com/read/480818/6662274
c encode.c
/*
** FILE : encode.c
** PURPOSE : The functions in this file enable encoding of a binary
** data-file, given the generator polynomial of the code.
** AUTHOR : Bart De
www.eeworm.com/read/480200/6668055