代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/288180/8648753
c sync.c
/******************************************************************************
Copyright (c) 2005 MStar Semiconductor, Inc.
All rights reserved.
[Module Name]: Sync.c
[Date]: 16-Feb-2005
www.eeworm.com/read/386582/8737774
c sync.c
#include
int sync_main(int argc, char **argv)
{
sync();
return 0;
}
www.eeworm.com/read/429453/8807840
m sync.m
function t_samp = sync(mf, b_train, Q, t_start, t_end)
% t_samp = sync(mf, b_train, Q, t_start, t_end)
%
% Determines when to sample the matched filter outputs. The synchronization
% algorithm is
www.eeworm.com/read/427414/8947664
c sync.c
/*
* Synchronous I/O functions for libusb
* Copyright (C) 2007-2008 Daniel Drake
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/185659/8993744
h sync.h
#ifndef __SYNC_H__
#define __SYNC_H__
#include "ctalk.h"
#ifdef _WIN32
class mutex_t {
CRITICAL_SECTION cs;
public:
void lock() {
EnterCriticalSection(&cs);
}
void u
www.eeworm.com/read/185659/8993790
cpp sync.cpp
#include "sync.h"
#undef _DEBUG
class Tracer
{
FILE *tr_file;
mutex_t mtx;
char *filename;
public:
Tracer(char *file) {
#ifdef _DEBUG
tr_file = fopen(file, "w");
www.eeworm.com/read/184772/9077991
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/183326/9168652
c sync.c
/*
** Copyright (C) 1991, 1997 Free Software Foundation, Inc.
**
** This file is part of TACK.
**
** TACK is free software; you can redistribute it and/or modify
** it under the terms of the GNU Gen