代码搜索:以太网同步
找到约 2,725 项符合「以太网同步」的源代码
代码结果 2,725
www.eeworm.com/read/204732/15334448
asm ex4.asm
************************************************
* FileName: ex4.asm *
* Description: 同步串口实验 *
* Copyright(C) SanZhi Electronic, Author Zpin *
**********
www.eeworm.com/read/201719/15398349
asm ex4.asm
************************************************
* FileName: ex4.asm *
* Description: 同步串口实验 *
* Copyright(C) SanZhi Electronic, Author Zpin *
**********
www.eeworm.com/read/279273/10449523
txt 16.txt
保证连网计算机时间同步
执行命令:
net time "\\OhterComputerName" /set /yes 可以保证名称为OhterComputerName 的计算机与本机时间同步。
Public Sub SyncTime()
Dim thecomp As String
Dim theshell As String
thecomp = "\\computername"
www.eeworm.com/read/462075/7209577
c lin_mac.c
//发送同步间隔场
void SendSynchBreak()
{
SetBaud(b1200);
UartSend(0x80);
}
//发送同步场
void SendSynch()
{
SetBaud(b2400);
UartSend(0x55);
}
//发送标志符场
void SendID(uchar ID)
{
SetBaud(b2400)
www.eeworm.com/read/242302/13052510
html 14359.html
Re: 请帮帮忙啊......呜呜..:同步的档案操作
Re: 请帮帮忙啊......呜呜..:同步的档案操作
www.eeworm.com/read/242302/13071116
html 14360.html
Re: 请帮帮忙啊......呜呜..:同步的档案操作
Re: 请帮帮忙啊......呜呜..:同步的档案操作
www.eeworm.com/read/486147/6543963
bak vga.v.bak
module liid(
input clk,
input rst_n,
output hsync,//行同步信号
output vsync,//场同步信号
output vga_r,
output vga_g,
output vga_b,
input cs,
input we,
input [7:0]data,
input [15:0]add
www.eeworm.com/read/151211/12229127
txt 16.txt
保证连网计算机时间同步
执行命令:
net time "\\OhterComputerName" /set /yes 可以保证名称为OhterComputerName 的计算机与本机时间同步。
Public Sub SyncTime()
Dim thecomp As String
Dim theshell As String
thecomp = "\\computername"