代码搜索:coder
找到约 7,216 项符合「coder」的源代码
代码结果 7,216
www.eeworm.com/read/351212/10673437
c coder.c
/*
**
** File: "coder.c"
**
** Description: Top-level source code for G.723 dual-rate coder
**
** Functions: Init_Coder()
** Coder()
**
**
*/
/*
ITU-T
www.eeworm.com/read/277046/10674599
cpp coder.cpp
/******************************************************************************
File: coder.c
Authors: John Carpinelli (johnfc@ecr.mu.oz.au)
Wayne Salamonsen (wbs@mundil.cs.mu.oz.au)
P
www.eeworm.com/read/277046/10674602
h coder.h
www.eeworm.com/read/158847/10724152
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/158847/10724214
c coder.c
/*
**
** File: "coder.c"
**
** Description: Top-level source code for G.723 dual-rate coder
**
** Functions: Init_Coder()
** Coder()
**
**
*/
/*
ITU-T
www.eeworm.com/read/275640/10805375
c coder.c
/*
* Copyright (c) 1999 - 2001, Artur Merke
*
* This file is part of FrameView2d.
*
* FrameView2d is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/275640/10805445
h coder.h
/*
* Copyright (c) 1999 - 2001, Artur Merke
*
* This file is part of FrameView2d.
*
* FrameView2d is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/348948/10859249
c coder.c
/*
*
* GWIC
*
* (c) Joonas Lehtinen (jole@jole.fi), TUCS, 1998
*
* Most of the code in this file is cut-n-pasted from
* Pasi Fr鋘tis implementation
*
*/
#include "gwic.h"
extern long Byte
www.eeworm.com/read/418794/10896631
h coder.h
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the files incl
www.eeworm.com/read/418302/10955865
m coder.m
%coder.mTPC编码
function [k,u] = coder(m)
N = 64;
k = round(rand(m,m));%产生57*57个二进制均匀分布随机数;
u = zeros(N,N);
for i = 1:m
for j = 1:m
u(i,j) = k(i,j);
end
end
%行编码
for i = 1