代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/278472/10533955
c sync.c
/************************************************************
* *
* Copyright (c) 2001-2007 McObject LLC. All Right Reserved.*
*
www.eeworm.com/read/423200/10580091
v sync.v
//============================================================================
//
// Title : UART SYNCHRONIZER DESIGN
// Author : JP LIU
//
//================================
www.eeworm.com/read/423100/10587512
m sync.m
function t_samp = sync(mf,b_train,t_start, t_end)%%%%%%%%%%%%%%%55
corr=zeros(1,t_end);
% for i=t_start:t_end
% mf_temp = mf(1:8:end);
% % mf_temp = mf(1:8:8*length(b_train));
%
www.eeworm.com/read/423100/10587645
asv sync.asv
function t_samp = sync(mf,b_train,t_start, t_end)%%%%%%%%%%%%%%%55
corr=zeros(1,t_end);
% for i=t_start:t_end
% mf_temp = mf(1:8:end);
% % mf_temp = mf(1:8:8*length(b_train));
%
www.eeworm.com/read/350890/10701012
h sync.h
//-< SYNC.H >--------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/350890/10701633
cpp sync.cpp
//-< SYNC.CPP >------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/421154/10752715
h sync.h
/* m-sequence generated by polynomial x^6 + X^5 + 1, started in the 100000
* state and augmented with an extra 0 at the front to make a 64-bit sequence
* 0000 0010 0001 1000 1010 0111 1010 0011
www.eeworm.com/read/276213/10753470
c sync.c
/*
***************************************************************************
* Ralink Tech Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
www.eeworm.com/read/418028/10967874
test sync.test
# 2005 August 28
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yours
www.eeworm.com/read/417321/10995208
c sync.c
/*
* sync.c
*
* Description:
* This translation unit implements functions related to thread
* synchronisation.
*
* --------------------------------------------------------------------------
*