代码搜索:coder

找到约 7,216 项符合「coder」的源代码

代码结果 7,216
www.eeworm.com/read/102077/15793404

c codeimage.c

#include #include #include #include #include #include "image.h" #include "coder.h" #include "codezt.h" #include "codeimage.
www.eeworm.com/read/178871/9383067

m encoderm.m

function en_output = encoderm( x, g, alpha, puncture ) [n,K] = size(g); m = K - 1; L_info = length(x); L_total = L_info + m; % generate the codeword corresponding to the 1st RSC coder % end = 1,
www.eeworm.com/read/245842/12778222

txt hard_viterbi_decode.txt

%soft viterbi and hard viterbi decode algorithm clc clear all %modifiable parameters m=2;%totol momery of convolution coder r=0.5;%code rate info_length=1000;%info length g1=[1 1 1]; g2=[1 0
www.eeworm.com/read/330173/12908288

m encoderm.m

function en_output = encoderm( x, g, alpha, puncture ) [n,K] = size(g); m = K - 1; L_info = length(x); L_total = L_info + m; % generate the codeword corresponding to the 1st RSC coder % end = 1,
www.eeworm.com/read/243761/12919009

txt win95.yildiz源代码.txt

comment ~ NAME: Win95.Yildiz AUTHOR: Black Jack [independant Austrian Win32asm virus coder] CONTACT: Black_Jack_VX@hotmail.com | http://www.coderz.net/blackjack TYPE: Win9x direct acting/global
www.eeworm.com/read/109649/6173368

h x86_2.h

// x86_2.h #pragma once #ifndef __X86_2_H #define __X86_2_H #include "Common/MyCom.h" #include "Coder.h" #include "../RangeCoder/RangeCoderBit.h" // #include "../../Common/InBuffer.h"
www.eeworm.com/read/126738/14405536

vhd hdb3.vhd

------hdb3.vhd HDB3 coder in VHDL------ --Desinger: Long Yachun --Date: 2004-12-10 library ieee; use ieee.std_logic_1164.all; entity hdb3 is port(codein: in std_logic; clk : i
www.eeworm.com/read/480367/1318404

makefile

PROG = 7zCon.sfx LIBS = $(LIBS) user32.lib oleaut32.lib CFLAGS = $(CFLAGS) -I ../../../ \ -DEXTRACT_ONLY \ -DNO_READ_FROM_CODER \ -D_SFX \ SFX_CONSOLE_OBJS = \ $O\Main.obj \ CONSOL
www.eeworm.com/read/464631/1526128

makefile

PROG = 7zCon.sfx LIBS = $(LIBS) user32.lib oleaut32.lib CFLAGS = $(CFLAGS) -I ../../../ \ -DEXTRACT_ONLY \ -DNO_READ_FROM_CODER \ -D_SFX \ SFX_CONSOLE_OBJS = \ $O\Main.obj \ CONSOL
www.eeworm.com/read/182972/5261215

c pnmtofiasco.c

/* * cwfa.c: FIASCO coder * * Written by: Ullrich Hafner * * This file is part of FIASCO (獸籸actal 獻籱age 獳籲d 玈籩quence 獵O籨ec) * Copyright (C) 1994-2000 Ullrich Hafner