代码搜索:以太网同步

找到约 2,725 项符合「以太网同步」的源代码

代码结果 2,725
www.eeworm.com/read/284294/8949657

~pas constunit.~pas

unit ConstUnit; interface const ASY_NO = '0'; //没有同步 ASY_YES = '1'; //已经同步 USER_FIX = 1; USER_CASUAL = 2;//临时用户 USER_ERROR = 3; //连接字符串 LOCAL_CONNECT
www.eeworm.com/read/167506/9967302

cs c9-08.cs

// 运用Interlocked类同步线程示例 using System; using System.Threading; class SyncResource { public void Access(Int32 threadNum) { // 使用Monitor类强迫同步 lock (this) { // 不管下个条件,每个线程等待前一
www.eeworm.com/read/361039/10068096

v sync_w2r.v

/************************************************************** * 模块名:sync_w2r * 时 间:2007-05-14 * 设计者:张波涛 * 说 明:FIFO的读时钟域的同步模块, 将写指针同步到读时钟域 ****************************************
www.eeworm.com/read/361039/10068110

v sync_r2w.v

/************************************************************* * 模块名:sync_r2w * 时 间:2007-05-14 * 设计者: 张波涛 * 说 明:FIFO的写时钟域的同步模块, 将读指针同步到写时钟域 ****************************************
www.eeworm.com/read/424263/10476976

~pas constunit.~pas

unit ConstUnit; interface const ASY_NO = '0'; //没有同步 ASY_YES = '1'; //已经同步 USER_FIX = 1; USER_CASUAL = 2;//临时用户 USER_ERROR = 3; //连接字符串 LOCAL_CONNECT
www.eeworm.com/read/462075/7209601

c lin_mac.c

//接收同步间隔场 bit ReceSynchBreak() { SetBaud(b1200); if(UartReceive()==0x80) return 1; else return 0; } //接收同步场 bit ReceSynch() { SetBaud(b2400); if(UartReceive()==0x55) return 1;
www.eeworm.com/read/242302/13021980

html 19326.html

ADODC的同步问题?? ADODC的同步问题??
www.eeworm.com/read/242302/13038613

html 10122.html

又是同步的问题 又是同步的问题
www.eeworm.com/read/242302/13067508

html 19438.html

FileCopy 不是同步作业吗? FileCopy 不是同步作业吗?
www.eeworm.com/read/316282/13526266

~pas constunit.~pas

unit ConstUnit; interface const ASY_NO = '0'; //没有同步 ASY_YES = '1'; //已经同步 USER_FIX = 1; USER_CASUAL = 2;//临时用户 USER_ERROR = 3; //连接字符串 LOCAL_CONNECT