代码搜索:Encoder

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

代码结果 10,000
www.eeworm.com/read/427148/8972065

makefile

### ### Makefile for JM H.264/AVC encoder/decoder ### ### generated for UNIX/LINUX environments ### by Limin Wang(lance.lmwang@gmail.com) ### SUBDIRS := lencod lde
www.eeworm.com/read/283587/9003767

c au.c

/* * AU 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 Lesser General Public *
www.eeworm.com/read/283587/9005239

c mpegvideo_mmx.c

/* * The simplest mpeg encoder (well, it was the simplest!) * Copyright (c) 2000,2001 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the term
www.eeworm.com/read/178964/9380413

v encode.v

// ------------------------------------------------------------------------- //Reed-Solomon Encoder //Copyright (C) Tue Apr 2 16:43:08 2002 //by Ming-Han Lei(hendrik@humanistic.org) // //This program
www.eeworm.com/read/178964/9380415

v data-rom.v

// ------------------------------------------------------------------------- // a sample ROM, feeding data to encoder //Copyright (C) Tue Apr 2 14:40:09 2002 //by Ming-Han Lei(hendrik@humanistic.org)
www.eeworm.com/read/178500/9394276

h motortask.h

#ifndef CHEADER_MOTOR # define CHEADER_MOTOR typedef struct { long Setpoint; // 24.8 number long Encoder; // Current position char Kp; char Kd;
www.eeworm.com/read/176555/9493568

v encode.v

// ------------------------------------------------------------------------- //Reed-Solomon Encoder //Copyright (C) Tue Apr 2 17:06:57 2002 //by Ming-Han Lei(hendrik@humanistic.org) // //This program
www.eeworm.com/read/176555/9493570

v data-rom.v

// ------------------------------------------------------------------------- // a sample ROM, feeding data to encoder //Copyright (C) Tue Apr 2 14:40:09 2002 //by Ming-Han Lei(hendrik@humanistic.org)
www.eeworm.com/read/175483/9544989

c mpegvideo.c

/* * The simplest mpeg encoder (well, it was the simplest!) * Copyright (c) 2000,2001 Gerard Lantau. * * This program is free software; you can redistribute it and/or modify * it under the t
www.eeworm.com/read/169277/9870621

c rs.c

/* rs.c */ /* This program is an encoder/decoder for Reed-Solomon codes. Encoding is in systematic form, decoding via the Berlekamp iterative algorithm. In the present form