代码搜索:Encoder

找到约 10,000 项符合「Encoder」的源代码

代码结果 10,000
www.eeworm.com/read/252894/12257755

c ffm.c

/* * FFM (ffserver live feed) encoder and decoder * Copyright (c) 2001 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Le
www.eeworm.com/read/252894/12257764

c wav.c

/* * WAV encoder and decoder * Copyright (c) 2001, 2002 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General P
www.eeworm.com/read/252894/12257801

c asf-enc.c

/* * Adaptive stream format encoder * Copyright (c) 2000, 2001 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen
www.eeworm.com/read/252894/12257841

c avienc.c

/* * AVI encoder. * Copyright (c) 2000 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License a
www.eeworm.com/read/229599/14328389

pas graphiccompression.pas

unit GraphicCompression; // This file is part of the image library GraphicEx (www.lischke-online.de/Graphics.html). // // GraphicCompression contains various encoder/decoder classes used to handl
www.eeworm.com/read/126327/14428407

tdf keyboard.tdf

TITLE "Keyboard Encoder"; INCLUDE "74151"; INCLUDE "74154"; INCLUDE "4count"; FUNCTION debounce (clk, key_pressed) RETURNS (pulse); SUBDESIGN keyboard ( clk : INPUT
www.eeworm.com/read/224505/14586676

m convention.m

function varargout = convention(msg,trellis,varargin) %CONVENC Convolutionally encode binary data. % CODE = CONVENC(MSG,TRELLIS) encodes the binary vector MSG using the % convolutional encoder
www.eeworm.com/read/123349/14636950

c mpegaudio.c

/* * The simplest mpeg audio layer 2 encoder * Copyright (c) 2000 Gerard Lantau. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene
www.eeworm.com/read/123349/14636987

c avienc.c

/* * AVI encoder. * Copyright (c) 2000 Gerard Lantau. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publi
www.eeworm.com/read/223481/14639186

m convencode.m

% ConvEncode encodes a NSC or RSC convolutional code with a tail. % % The calling syntax is: % [output] = ConvEncode(input, g_encoder, [code_type] ) % % output = code word % % Requi