代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/351555/3107432
c file_encoder.c
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/351555/3107452
c stream_encoder.c
/* libFLAC - Free Lossless Audio Codec library
* Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, ar
www.eeworm.com/read/351555/3107474
h stream_encoder.h
/* libFLAC - Free Lossless Audio Codec library
* Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are per
www.eeworm.com/read/351555/3107478
h file_encoder.h
/* libFLAC - Free Lossless Audio Codec library
* Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are per
www.eeworm.com/read/351555/3107503
c file_encoder.c
/* libFLAC - Free Lossless Audio Codec library
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitte
www.eeworm.com/read/351555/3107516
cpp stream_encoder.cpp
/* libFLAC++ - Free Lossless Audio Codec library
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit
www.eeworm.com/read/351555/3107526
cpp file_encoder.cpp
/* libFLAC++ - Free Lossless Audio Codec library
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit
www.eeworm.com/read/351409/3108233
net encoder_untrained.net
SNNS network definition file V1.4-3D
generated at Fri Oct 7 13:39:45 1994
network name : encoder_untrained
source files :
no. of units : 19
no. of connections : 48
no. of unit types : 0
no.
www.eeworm.com/read/262041/4316698
h video_encoder.h
#ifndef _LINUX_VIDEO_ENCODER_H
#define _LINUX_VIDEO_ENCODER_H
struct video_encoder_capability { /* this name is too long */
__u32 flags;
#define VIDEO_ENCODER_PAL 1 /* can encode PAL signal */
www.eeworm.com/read/261703/4319734
v encoder3.v
// Priority encoder example 3
module encoder3(none_on, out2, out1, out0, h, g, f, e, d, c, b, a);
input h, g, f, e, d, c, b, a;
output out2, out1, out0;
output none_on;
reg [3:0] outvec;
a