代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/369885/2790135
java sync.java
/*
File: Sync.java
Originally written by Doug Lea and released into the public domain.
This may be used for any purposes whatsoever without acknowledgment.
Thanks for the assistance and suppo
www.eeworm.com/read/369418/2800214
java sync.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/369339/2800809
8 sync.8
.th SYNC VIII 11/1/73
.sh NAME
sync \*- update the super block
.sh SYNOPSIS
.bd sync
.sh DESCRIPTION
.it Sync
executes the
.it sync
system primitive.
If the system is to be stopped,
.it sync
must be c
www.eeworm.com/read/369339/2800841
2 sync.2
.th SYNC II 8/5/73
.sh NAME
sync \*- update super-block
.sh SYNOPSIS
(sync = 36.; not in assembler)
.br
.ft B
sys sync
.ft R
.sh DESCRIPTION
.it Sync
causes all information in core
memory that should
www.eeworm.com/read/369339/2801375
s sync.s
.globl _sync
sync = 36.
_sync:
mov r5,-(sp)
mov sp,r5
sys sync
mov (sp)+,r5
rts pc
www.eeworm.com/read/367182/2854298
c sync.c
/* Copyright (C) 1991,1992,1993,1994,1997,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modif
www.eeworm.com/read/364212/2907582
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/364212/2907600
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/364212/2907615
m sync.m
function t_samp = sync(mf,b_train,t_start, t_end)
corr=zeros(1,t_end);
for i=t_start:t_end
mf_temp = mf(i:length(b_train)+i-1);
% mf_temp = mf_temp(1:8:8*length(b_train));