代码搜索:Coder
找到约 7,216 项符合「Coder」的源代码
代码结果 7,216
www.eeworm.com/read/191609/5164591
h vid_coder.h
/*vid_coder.h (c) Indranet Technologies ltd (lara@indranet.co.nz)
* Code mangled by Derek J Smithies (derek@indranet.co.nz), so that
* it runs inside voxilla.
*
www.eeworm.com/read/182972/5261113
3 fiasco_coder.3
.\" $Id: fiasco_coder.3,v 1.2 2000/10/28 17:39:32 hafner Exp $
.TH fiasco 3 "April, 2000" "FIASCO" "Fractal Image And Sequence COdec"
.SH NAME
.B fiasco_coder
\- compress image files to a FIASCO fil
www.eeworm.com/read/336444/3351594
vhd led_coder.vhd
------------------------------------------------------------------
-- Universal dongle board source code
--
-- Copyright (C) 2006 Artec Design
--
-- This source code is f
www.eeworm.com/read/291465/3965553
cxx vid_coder.cxx
/*
* Copyright (c) 1993-1994 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/291465/3965562
h vid_coder.h
/*vid_coder.h (c) Indranet Technologies ltd (lara@indranet.co.nz)
* Code mangled by Derek J Smithies (derek@indranet.co.nz), so that
* it runs inside voxilla.
*
www.eeworm.com/read/290238/3983083
m zao_coder.m
function [output]=zao_encoder(d)
G=[1 0 0 1 1;1 1 0 1 1];
k=1;
ch_out=viterbi_encoder(G,k,d);
u1=ch_out(1:488);
j=1;
channel_output=zeros(1,464);
for i=1:488
if mod(i-12,15)~=0
out(j)
www.eeworm.com/read/360756/2959769
h coder_pc.h
#ifndef _CODER_PC_H_
#define _CODER_PC_H_
#include "typedef.h"
#include "cst_lbc.h"
extern CODSTATDEF CodStat;
extern VADSTATDEF VadStat;
extern CODCNGDEF CodCng;
#ifdef __cplusplus
extern "C" {
#e
www.eeworm.com/read/360756/2959804
h coder_arm.h
#ifndef _CODER_ARM_H_
#define _CODER_ARM_H_
#include
#include
#include
#include
#include
#include"typedef.h"
#ifdef __cplusplus
extern "C" {
#endif
www.eeworm.com/read/159489/5584018
h coder2.h
/*
**
** File: "coder2.h"
**
** Description: Function prototypes and external declarations
** for "coder2.c"
**
*/
/*
ITU-T G.723.1 Floating Point Speech Coder ANSI
www.eeworm.com/read/159489/5584036
c coder2.c
/*
**
** File: "coder2.c"
**
** Description: Top-level source code for G.723.1 dual-rate coder
**
** Functions: Init_Coder()
** Coder()
**
**
*/
/*