代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/106046/15648598
java mailitem.java
import java.io.File;
import java.io.FileInputStream;
public class MailItem
{
//content type;
static byte CONTENT_TYPE_PLAIN = 0;
static byte CONTENT_TYPE_ATTCH = 1;
//encode type;
st
www.eeworm.com/read/101557/15827065
m rsenco.m
function [code,added] = rsenco(msg, n, k, type_flag, pg)
%RSENCO Reed-Solomon encode function.
% CODE = RSENCO(MSG, N, K) encodes the binary message in MSG by using
% code word length N
www.eeworm.com/read/387862/8650078
h modelorder0c.h
#ifndef __MODELORDER0C_H__
#define __MODELORDER0C_H__
#include "ModelI.h"
class ModelOrder0C : public ModelI
{
public:
ModelOrder0C();
protected:
void Encode();
void Decode();
www.eeworm.com/read/431556/8667616
h basecode.h
#ifndef CRYPTOPP_BASECODE_H
#define CRYPTOPP_BASECODE_H
#include "filters.h"
#include "algparam.h"
NAMESPACE_BEGIN(CryptoPP)
class BaseN_Encoder : public Unflushable
{
public:
BaseN_Encode
www.eeworm.com/read/177327/9459419
cpp 213test.cpp
#include
#include "Conio.h"
#define N 7
#include "math.h"
#include
#include
#define randomize() srand((unsigned)time(NULL))
encode(
unsigned int *symbols,