代码搜索:coded

找到约 2,797 项符合「coded」的源代码

代码结果 2,797
www.eeworm.com/read/380486/9145239

c input_gen.c

#include "my_header.h" /* Hard Coded */ /* 1% deviation */ float rand_gen(int seed) { long int h; double temp; float ret; h = time(NULL); srand( ( (unsigned int)(h/2) )+ rand()/128 + seed);
www.eeworm.com/read/165343/7143961

m fanomet.m

function fm = fanomet(r,oupt,R,n,pc) % function fanomet(r,oupt,R,pc) % % Compute the Fano metric for conv.-coded data through BSC % %r = received sequence (n symbols) % a = coder output sequence (n s
www.eeworm.com/read/145231/12744230

txt yc12src-release.txt

sNoOFy did it ! He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn't full support yet >:-) So as I promised...here's the source code. I hope it he
www.eeworm.com/read/143479/12872662

c main.c

#include #include #include #include #define BUFFER_SIZE 40 #define MAX_NAME_LEN 24 /* * This structure corresponding to a item to be coded. * fr
www.eeworm.com/read/140960/13050705

txt readme.txt

MicroC/OS-II Port for Analog Devices Blackfin ADSP-BF533 This is the MicroC/OS-II V2.70 port for the ADI Blackfin. Specifically it is coded for the ADSP-BF533 that is included on the ADDS-BF
www.eeworm.com/read/322504/13378602

txt readme.txt

MicroC/OS-II Port for Analog Devices Blackfin ADSP-BF533 This is the MicroC/OS-II V2.70 port for the ADI Blackfin. Specifically it is coded for the ADSP-BF533 that is included on the ADDS-BF
www.eeworm.com/read/320240/13429813

m huff2norm.m

function vector = huff2norm(zipped,info) %HUFF2NORM Huffman codification (decoder) % For vectors, HUFF2NORM(X,INFO) returns a decoded vector from a Huffman coded version X % with code words give
www.eeworm.com/read/108242/6183627

c tr.c

/* tr - translate characters Author: Michiel Huisjes */ /* Usage: tr [-cds] [string1 [string2]] * c: take complement of string1 * d: delete input characters coded string1 * s: squeeze multiple out
www.eeworm.com/read/489393/6470621

nfo source.nfo

Yeah, here it is, full source code of our small ASCII demo. Demo is coded using Borland C++ 3.* compiler and TASM 4.0. Only thing that is missing from this archive is MIDASBC.LIB what is part of M
www.eeworm.com/read/262112/11605469

m huff03.m

function varargout = huff03(arg1, arg2, arg3) % Huffman encoder/decoder, one or two vectors of non-negative % integers are Huffman coded. % Note that number of arguments decide whether it is encodi