代码搜索:以太网同步
找到约 2,725 项符合「以太网同步」的源代码
代码结果 2,725
www.eeworm.com/read/297901/7986024
v clka_to_b.v
module clkA_to_B(clkA,rst,clkB);
input clkA,rst;
output reg clkB;
reg [23:0] Q;
always @(posedge clkA or negedge rst)
begin
if (!rst)
begin
Q
www.eeworm.com/read/240900/13188256
java synctest.java
class SyncStack{ //支持多线程同步操作的堆栈的实现
private int index = 0;
private char []data = new char[6];
public synchronized void push(char c){
while(index == data.length){
try{
this.wait()
www.eeworm.com/read/316183/13528732
txt 2.txt
模块源代码:
module tryfunct(clk,n,result,reset);
output[31:0] result;
input[3:0] n;
input reset,clk;
reg[31:0] result;
always @(posedge clk) //clk的上沿触发同步运算。
begin
if(!reset)
www.eeworm.com/read/406243/11446526
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Db As Database ' DAO对象
Public RS As Recordset '纪录集
Public RSUP As Recordset '同步更新用记录集
Public sql As String 'SQL语句字符串
www.eeworm.com/read/343078/11976644
txt aiface.csproj.filelist.txt
bin\Debug\System.Data.SqlServerCe.dll
bin\Debug\System.Data.SqlServerCe.xml
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\AIFACE.关于.resources
obj\Debug\AIFACE.同步.resources
obj\Debug\AIFACE.浏
www.eeworm.com/read/337991/12330335
ewb 乘法器检波器仿真.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
" 图(一)为:低通滤波器"
" 图(二)为:利用乘法器实现调幅检波"
" 图(三)为:乘法器实现同步检波"
Encry
www.eeworm.com/read/128729/14280515
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Db As Database ' DAO对象
Public RS As Recordset '纪录集
Public RSUP As Recordset '同步更新用记录集
Public sql As String 'SQL语句字符串
www.eeworm.com/read/6387/85089
ewb 乘法器检波器仿真.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
" 图(一)为:低通滤波器"
" 图(二)为:利用乘法器实现调幅检波"
" 图(三)为:乘法器实现同步检波"
Encry
www.eeworm.com/read/38039/1104093
txt server_conn_status_bar.txt
# {100} (100) [0] conn_status_cscbtn.Label
Not Synchronized
未同步
# [1] conn_status_icon_pshbtn.Label
Connected
已连接
# [2] server_identity.Label
ProductPoint Server
ProductPoint 服务器
# [3] server_quick
www.eeworm.com/read/235686/4646194
asm qep_drv.asm
;===========================================================================
; 文件名: qep_drv.asm
; 模块名: QEP_THETA_DRV
;
; 初始化程序名: QEP_THETA_DRV_INIT
;
; 同步计数重置: QEP_INDEX_ISR_DRV
;
; 公司: 达盛科技