代码搜索:以太网同步
找到约 2,725 项符合「以太网同步」的源代码
代码结果 2,725
www.eeworm.com/read/465618/7050541
java thread_2.java
package thread_static_1_2;
class TestThread {
public static Object lock=new Object(); //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute(),也可以同步!!!
public void execute(){ //
www.eeworm.com/read/465618/7050543
java thread_2.java
package thread_static_1;
class TestThread {
public static Object lock=new Object(); //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute(),也可以同步!!!
public void execute(){ //
s
www.eeworm.com/read/464588/7065918
vhd mcutofpga.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity McuToFpga is
generic(QWidth : Integer := 24); --移位寄存器的宽度
port(
CLK: in std_logic; --同步时钟,上升研写入数据
DA
www.eeworm.com/read/460614/7245529
vhd mcutofpga.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity McuToFpga is
generic(QWidth : Integer := 24); --移位寄存器的宽度
port(
CLK: in std_logic; --同步时钟,上升研写入数据
DA
www.eeworm.com/read/450040/7491290
v _422_receiver_1.v
//同步串口接收模块
//原作者:刘通
//
//
//
module _422_receiver_1(reset,sdin,sys_clock,sclk,r_enable
,dout,wrn
//,bit_counter_2
//,state
);
input reset,sdin,sys_clock,sclk,r_enable;
output
www.eeworm.com/read/450040/7491324
v _422_receiver_2.v
//同步串口接收模块
//原作者:刘通
//
//
//
module _422_receiver_2(reset,sdin,sys_clock,sclk,r_enable
,dout,wrn
);
input reset,sdin,sys_clock,sclk,r_enable;
output wrn;
output [7:0]dout;
//------------
www.eeworm.com/read/450040/7491325
v _422_receiver_1.v
//同步串口接收模块
//原作者:刘通
//
//
//
module _422_receiver_1(reset,sdin,sys_clock,sclk,r_enable
,dout,wrn
//,bit_counter_2
//,state
);
input reset,sdin,sys_clock,sclk,r_enable;
output