代码搜索:sync

找到约 6,244 项符合「sync」的源代码

代码结果 6,244
www.eeworm.com/read/18429/787875

out tcd1208_driver.out

59 "number of signals after reading design file" "sig sig sig pair blk fan PT xor sync" "num name type sig num out pin node c
www.eeworm.com/read/32161/1032473

v framer.v

// // Simple example of a "framer". In this case, an MPEG framer where // data is sent in 188-byte frames which begin with a special SYNC character // defined as 47 hex. Framing must, of course,
www.eeworm.com/read/38898/1117601

v framer.v

// // Simple example of a "framer". In this case, an MPEG framer where // data is sent in 188-byte frames which begin with a special SYNC character // defined as 47 hex. Framing must, of course,
www.eeworm.com/read/489223/1225804

sgml regex-syntax.sgml

Regular expression syntax
www.eeworm.com/read/487988/1234490

entries

/READ_ME.txt/1.1/Mon Jul 16 15:48:30 2001// /delayed_sync.v/1.2/Mon Jul 30 11:06:03 2001// D
www.eeworm.com/read/476331/1372098

cs samplethread.cs

using System; using System.Diagnostics; using System.Threading; namespace Wrox.ProCSharp.Threading { public class StateObject { private int state = 5; private object sync
www.eeworm.com/read/474624/1392619

txt porting_notes_from_s60_2nd_to_3rd_ed.txt

Notes on porting the example from S60 2nd Edition to 3rd Edition ---------------------------------------------------------------- DM Example Server: ------------------ The Sync4j DM Server i
www.eeworm.com/read/453924/1634654

h ixtimesyncacccodelet.h

/** * @file IxTimeSyncAccCodelet.h * * @author Intel Corporation * * @date 23 December 2004 * * @brief This is the header file for Intel (R) IXP400 Software Time Sync Access Codelet * * @par
www.eeworm.com/read/246409/4494496

cpp zfstream.cpp

#include "zfstream.h" gzfilebuf::gzfilebuf() : file(NULL), mode(0), own_file_descriptor(0) { } gzfilebuf::~gzfilebuf() { sync(); if ( own_file_descriptor ) close(); } gzfilebuf *gz
www.eeworm.com/read/233448/4692566

cpp zfstream.cpp

#include "zfstream.h" gzfilebuf::gzfilebuf() : file(NULL), mode(0), own_file_descriptor(0) { } gzfilebuf::~gzfilebuf() { sync(); if ( own_file_descriptor ) close(); } gzfilebuf *gz