代码搜索:Coder
找到约 7,216 项符合「Coder」的源代码
代码结果 7,216
www.eeworm.com/read/457791/7317741
v coder.v
module Coder(clr,clk,codein,outp,outn);
input clr,clk,codein;
output outp,outn;
reg [3:0] temp_data; //暂存输入的codein
reg [3:0] temp_p; //调整占空比之前的outp
reg [3:0] temp_n; //调整占空比之前的outn
www.eeworm.com/read/457121/7333849
cpp coder.cpp
inline unsigned int RangeCoder::GetChar()
{
return(UnpackRead->GetChar());
}
void RangeCoder::InitDecoder(Unpack *UnpackRead)
{
RangeCoder::UnpackRead=UnpackRead;
low=code=0;
range=uint(-
www.eeworm.com/read/457121/7333900
hpp coder.hpp
/****************************************************************************
* Contents: 'Carryless rangecoder' by Dmitry Subbotin *
*******************************************
www.eeworm.com/read/450110/7490810
h coder.h
/*
**
** File: "coder.h"
**
** Description: Function prototypes and external declarations
** for "coder.c"
**
*/
/*
ITU-T G.723 Speech Coder ANSI-C Source Code
www.eeworm.com/read/450110/7490819
c coder.c
#include
#include
#include
#include "typedef.h"
#include "basop.h"
#include "cst_lbc.h"
#include "tab_lbc.h"
#include "coder.h"
#include "lpc.h"
#include "
www.eeworm.com/read/448909/7522528
c coder.c
/************************************************************************
*主编码程序
*
************************************************************************/
#include"sim.h"
/******************
www.eeworm.com/read/448909/7522564
sbr coder.sbr
www.eeworm.com/read/448909/7522565
obj coder.obj
www.eeworm.com/read/448647/7528769
h coder.h
/*
* FAAC - Freeware Advanced Audio Coder
* Copyright (C) 2001 Menno Bakker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/446587/7576456
txt coder.txt
#include < stdio.h >
int main ( )
{
int var1 = 80 ;
int var2 = 76 ;
char d = a ;
short c ;
if ( a >= b )
c = a + b ;
else if ( a == b )
c = a - b ;