代码搜索:Streams

找到约 3,127 项符合「Streams」的源代码

代码结果 3,127
www.eeworm.com/read/191421/8429898

rss streams.rss

// streams.rss // // Copyright (c) 2002 Symbian Ltd. All rights reserved. // NAME STRM #include #include #include "streams.hrh" RESOURCE RSS_SIGNATURE { }
www.eeworm.com/read/191421/8429901

hrh streams.hrh

// streams.hrh // // Copyright (c) 2002 Symbian Ltd. All rights reserved. // enum TStreamsMenuCommands { EStreamsExampleCmd0 = 0x1000, EStreamsExampleCmdWriteFile, EStreamsExampleCmdR
www.eeworm.com/read/191421/8429904

h streams.h

// streams.h // // Copyright (c) 2002 Symbian Ltd. All rights reserved. // #ifndef STREAMS_H__ #define STREAMS_H__ #include #include #include #inc
www.eeworm.com/read/191421/8429908

pkg streams.pkg

; ; Streams Installation script. ; ; ; Specify the supported languages; items must appear in this order subsequently &EN ; ; The installation name and header data #{"Streams"},(0x10005404),1,0
www.eeworm.com/read/191421/8429911

cpp streams.cpp

// streams.cpp // // Copyright (c) 2002 Symbian Ltd. All rights reserved. // #include "streams.h" #include #include #include #include #in
www.eeworm.com/read/191421/8429914

mmp streams.mmp

// streams.mmp // // Copyright (c) 2002 Symbian Ltd. All rights reserved. // TARGET streams.app TARGETTYPE app UID 0x100039ce 0x10005404 TARGETPATH \system\apps\streams SOURCE strea
www.eeworm.com/read/168886/9890319

h streams.h

//------------------------------------------------------------------------------ // File: Streams.h // // Desc: DirectShow base classes - defines overall streams architecture. // // Copyright (c)
www.eeworm.com/read/364162/9919608

pas streams.pas

unit Streams; interface uses SysUtils, Windows, TypInfo, Classes, Graphics, RTLConsts; { BoolFromStream 从流中当前位置读取一个布尔变量值 } function BoolFromStream(Stream: TStream): Boolean; { ByteF
www.eeworm.com/read/360739/10080183

pas streams.pas

unit Streams; interface uses SysUtils; type TSeekOrigin = (soBeginning, soCurrent, soEnd); EStreamError = class(Exception); EReadError = class(EStreamError); EWriteError = class(E
www.eeworm.com/read/163682/10149719

c streams.c

case DOS_READ: p = (BYTE_PTR) MK_FP(ds, dx) ; i = 0 ; while (i < cx) { ch = _getch() ; /* Check for and process backspace characters */