代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/339373/12241158
c~ encode.c~
/*************************************************************************/
/** This file and the information contain herein is provided "AS IS" **/
/** without warranty of any kind, either express
www.eeworm.com/read/150839/12257512
v encode.v
module encode(key_reg, op_reg, hold, a0, a1, a2, a3, b0, b1, b2 ,b3);
input a0, a1, a2, a3;
input b0, b1, b2, b3; //4*4 input
output[31:0] key_reg ;
output[5:0] op_reg ;
output h
www.eeworm.com/read/150214/12304850
c encode.c
/* ENCODE.C - Encode message blocks. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
* for purposes of research or edu
www.eeworm.com/read/338344/12312649
m encode.m
%*******************************************%
%函数名:encode
%功能: ldpc编码程序
%参数: 无
%返回值:编码码字
%*******************************************%
clear all;
clc;
% H=H_Mat;
load y;
% y=gen_ldpc(128,256);
dim
www.eeworm.com/read/251046/12368096
asm encode.asm
www.eeworm.com/read/132264/14102648
c encode.c
/***********************************************************
encode.c -- sliding dictionary with percolating update
***********************************************************/
#include "ar
www.eeworm.com/read/132262/14102683
c encode.c
/***********************************************************
encode.c -- sliding dictionary with percolating update
***********************************************************/
#include "ar
www.eeworm.com/read/233417/14154507
cpp encode.cpp
#include
#include
#include
#include
using namespace std;
long Dictionary(char s[]);
int main()
{
time_t startTime;
time_t endTime;
if
www.eeworm.com/read/233414/14154671
c encode.c
/* ENCODE.C - Encode message blocks. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distribute this
* program and accompanying pro
www.eeworm.com/read/130434/14194249
c encode.c
/*
* encode.c
*
* CCITT ADPCM encoder
*
* Usage : encode [-3|4|5] [-a|u|l] < infile > outfile
*/
#include
#include "g72x.h"
/*
* Pack output codes into bytes and write t