代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/360810/10076452
c x25_asy.c
/*
* Things to sort out:
*
* o tbusy handling
* o allow users to set the parameters
* o sync/async switching ?
*
* Note: This does _not_ implement CCITT X.25 asynchronous framing
* recommendat
www.eeworm.com/read/299653/7841318
cpp zfstream.cpp
#include
#include "zfstream.h"
gzfilebuf::gzfilebuf() :
file(NULL),
mode(0),
own_file_descriptor(0)
{ }
gzfilebuf::~gzfilebuf() {
sync();
if ( own_file_descriptor
www.eeworm.com/read/242302/13075835
txt 怎样在按下按纽的同时,发出声音.txt
如 下 :
Private Declare Function sndPlaySound Lib "WINMM.DLL" Alias _
"sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As _
Long) As Long
Const SND_SYNC = &H0
www.eeworm.com/read/242302/13079793
txt 怎样在按下按纽的同时,发出声音.txt
如 下 :
Private Declare Function sndPlaySound Lib "WINMM.DLL" Alias _
"sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As _
Long) As Long
Const SND_SYNC = &H0
www.eeworm.com/read/313956/13578281
htm hcomsyn.htm
Communications Toolbox Synchronization
Synchronization
The toolbox contains a SIMULINK
Synchronization Library that
includes a few phas
www.eeworm.com/read/309173/13680245
c tutorial04.c
// tutorial04.c
// A pedagogical video player that will stream through every video frame as fast as it can,
// and play audio (out of sync).
//
// Code based on FFplay, Copyright (c) 2003 Fabrice Bell
www.eeworm.com/read/309173/13680254
c tutorial03.c
// tutorial03.c
// A pedagogical video player that will stream through every video frame as fast as it can
// and play audio (out of sync).
//
// Code based on FFplay, Copyright (c) 2003 Fabrice Bella
www.eeworm.com/read/309146/13680816
cpp zfstream.cpp
#include
#include "zfstream.h"
gzfilebuf::gzfilebuf() :
file(NULL),
mode(0),
own_file_descriptor(0)
{ }
gzfilebuf::~gzfilebuf() {
sync();
if ( own_file_descriptor
www.eeworm.com/read/301746/13849156
tdf frantic_42wvga_sdi_1_org.tdf
TITLE " plasma interface panel for development";
%added a sync jump function for FTV2.3, ripped TMF pattern%
%adapted spec to 9 blocks to accomodate new FHP testspec%
%AvD, NO LONGER, This is a tes
www.eeworm.com/read/152843/5663594
c x25_asy.c
/*
* Things to sort out:
*
* o tbusy handling
* o allow users to set the parameters
* o sync/async switching ?
*
* Note: This does _not_ implement CCITT X.25 asynchronous framing
* recommendat