代码搜索:Stream
找到约 10,000 项符合「Stream」的源代码
代码结果 10,000
www.eeworm.com/read/305819/13760268
pcm stream.pcm
www.eeworm.com/read/301819/13847832
h stream.h
#ifndef STREAM_H
#define STREAM_H 1
#ifdef STREAM_GLOBAL
#define STREAM_EXT
#else
#define STREAM_EXT extern
#endif
#define MAX_STREAM_NUM 5
typedef struct {
uchar *start;
uchar
www.eeworm.com/read/301819/13847837
c stream.c
#define STREAM_GLOBAL 1
#include "includes.h"
void Init_StreamMem(void)
{
uchar i;
for(i= 0; i
www.eeworm.com/read/148525/5714167
h stream.h
/***************************************************************************
*
* Copyright (c) 1993 READY SYSTEMS CORPORATION.
*
* All rights reserved. READY SYSTEMS' source co
www.eeworm.com/read/148359/5714569
h stream.h
/* libwmf ("api/stream.h"): library for wmf conversion
Copyright (C) 2000 - various; see CREDITS, ChangeLog, and sources
The libwmf Library is free software; you can redistribute it and/or
m
www.eeworm.com/read/148359/5714571
c stream.c
/* libwmf (api/stream.c): library for wmf conversion
Copyright (C) 2001 The Free Software Foundation
The libwmf Library is free software; you can redistribute it and/or
modify it under the t
www.eeworm.com/read/147866/5719668
java stream.java
// HTMLParser Library $Name: v1_6_20051112 $ - A java-based parser for HTML
// http://sourceforge.org/projects/htmlparser
// Copyright (C) 2004 Derrick Oswald
//
// Revision Control Information
//
//
www.eeworm.com/read/143026/5759978
h stream.h
# ifndef LIBMAD_STREAM_H
# define LIBMAD_STREAM_H
# include "bit.h"
# define MAD_BUFFER_GUARD 8
# define MAD_BUFFER_MDLEN (511 + 2048 + MAD_BUFFER_GUARD)
enum mad_error {
MAD_ERROR_NONE
www.eeworm.com/read/143026/5759984
c stream.c
/*
* libmad - MPEG audio decoder library
*/
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
# include "global.h"
# include
# include "bit.h"
# include "stream.h"
www.eeworm.com/read/141268/5774886
h stream.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/stream.h
// Purpose: stream classes
// Author: Guilhem Lavaux, Guillermo Rodriguez Garcia,