代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/253796/12199419
h wib_dl_ctc.h
#include "..\include\wib_phy_def.h"
/* ctc encode */
int dl_ctc_enc(
UINT8 *p_rand_data,
UINT8 *p_ctc_data,
UINT16 block_len,
UINT16 fec_cod
www.eeworm.com/read/253796/12199442
h wib_dl_cc.h
#include "..\include\wib_phy_def.h"
/* cc encode */
int dl_cc_enc(
UINT8 *p_rand_data,
UINT8 *p_cc_data,
UINT16 block_len,
UINT16 fec_code_type
);
www.eeworm.com/read/253794/12199532
h wib_dl_ctc.h
#include "..\include\wib_phy_def.h"
/* ctc encode */
int dl_ctc_enc(
UINT8 *p_rand_data,
UINT8 *p_ctc_data,
UINT16 block_len,
UINT16 fec_cod
www.eeworm.com/read/253794/12199558
h wib_dl_cc.h
#include "..\include\wib_phy_def.h"
/* cc encode */
int dl_cc_enc(
UINT8 *p_rand_data,
UINT8 *p_cc_data,
UINT16 block_len,
UINT16 fec_code_type
);
www.eeworm.com/read/253793/12199624
h wib_dl_ctc.h
#include "..\include\wib_phy_def.h"
/* ctc encode */
int dl_ctc_enc(
UINT8 *p_rand_data,
UINT8 *p_ctc_data,
UINT16 block_len,
UINT16 fec_cod
www.eeworm.com/read/253793/12199650
h wib_dl_cc.h
#include "..\include\wib_phy_def.h"
/* cc encode */
int dl_cc_enc(
UINT8 *p_rand_data,
UINT8 *p_cc_data,
UINT16 block_len,
UINT16 fec_code_type
);
www.eeworm.com/read/338701/12287583
txt version.txt
Base64 1.9 build: 9176 released: 2007-05-20
encode/decode with Base64 and Base64u.
Copyright (c) 2008 Canadian Mind Products.
final class library.
Download from http://mindprod.com/products1
www.eeworm.com/read/251092/12365547
txt 一个进行base64编码的类。.txt
作者:sonymusic
email: sonymusic@china.com
日期:2001-3-12 15:01:35
package sony.utils;
import java.io.*;
import java.net.*;
public final class Codes {
public final static byte[] base64Encode(byte[
www.eeworm.com/read/123850/14609730
txt 一个进行base64编码的类。.txt
作者:sonymusic
email: sonymusic@china.com
日期:2001-3-12 15:01:35
package sony.utils;
import java.io.*;
import java.net.*;
public final class Codes {
public final static byte[] base64Encode(byte[