代码搜索:layer
找到约 10,000 项符合「layer」的源代码
代码结果 10,000
www.eeworm.com/read/361550/2945611
dsw layer3.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/360839/2956954
js layer-min.js
/*
* Ext JS Library 2.0 Beta 1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
(function(){Ext.Layer=function(D,C){D=D||{};var E=Ext.DomHel
www.eeworm.com/read/360839/2957596
js layer-min.js
/*
* Ext JS Library 2.0 Beta 1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
(function(){Ext.Layer=function(D,C){D=D||{};var E=Ext.DomHel
www.eeworm.com/read/360700/2959914
js layer-min.js
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
(function(){Ext.Layer=function(D,C){D=D||{};var E=Ext.DomHelper;var
www.eeworm.com/read/353649/3083093
h layer3.h
/* layer3.h
Declarations for the Layer III decoder object */
#ifndef LAYERIII_H
#define LAYERIII_H
#include "all.h"
#include "l3type.h"
#include "ibitstr.h"
#include "obuffer.h"
#incl
www.eeworm.com/read/353649/3083109
cpp layer3.cpp
/* layer3.cpp
Implementation of the layer III decoder
01/31/97 : Layer III routines adopted from the ISO MPEG Audio Subgroup
Software Simulation Group's public c source for its MPEG audi
www.eeworm.com/read/353649/3083139
cpp layer2.cpp
#include "mpg123.h"
#include "l2tables.h"
static int grp_3tab[32 * 3] = { 0, };
static int grp_5tab[128 * 3] = { 0, };
static int grp_9tab[1024 * 3] = { 0, };
real muls[27][64];
www.eeworm.com/read/353649/3083145
cpp layer1.cpp
#include "mpg123.h"
/**
*
**/
static void I_step_one (unsigned int balloc[], unsigned int scale_index[2][SBLIMIT],struct frame *fr)
{
unsigned int *ba=balloc;
unsigned int *sca =
www.eeworm.com/read/353649/3083146
cpp layer3.cpp
#include
#include
#include "mpg123.h"
#include "mpglib.h"
#include "huffman.h"
extern struct mpstr *gmp;
static real ispow[8207];
static real aa_ca[8],aa_cs[8];
www.eeworm.com/read/353649/3083374
c layer12.c
/*
* libmad - MPEG audio decoder library
*/
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
# include "global.h"
# ifdef HAVE_LIMITS_H
# include
# else
# define CH