代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/364212/2907688
h sync.h
#ifndef INC_SYN_H
#define INC_SYN_H
#define BUFFSIZE 840 //FRAMESIZE+TRAININGSIZE+PADDING
#define UPFRAME_SIZE 768 // size of one frame (number of upsampled symbols*2 because of complex v
www.eeworm.com/read/364212/2907695
c sync.c
#include
#include
int sync(float *in , const float *training_seq) {
int i;
int k;
float corr[2*PADDING];
float temp[TRAININGSIZE];
float sum;
int index;
flo
www.eeworm.com/read/364212/2907746
h sync.h
#ifndef INC_SYN_H
#define INC_SYN_H
#define BUFFSIZE 840 //FRAMESIZE+TRAININGSIZE+PADDING
#define UPFRAME_SIZE 768 // size of one frame (number of upsampled symbols*2 because of complex v
www.eeworm.com/read/364212/2907753
c sync.c
#include
#include
int sync(float *in , const float *training_seq) {
int i;
int k;
float corr[2*PADDING];
float temp[TRAININGSIZE];
float sum;
int index;
flo
www.eeworm.com/read/364212/2907880
h sync.h
#ifndef INC_SYN_H
#define INC_SYN_H
#define BUFFSIZE 840 //FRAMESIZE+TRAININGSIZE+PADDING
#define UPFRAME_SIZE 768 // size of one frame (number of upsampled symbols*2 because of complex v
www.eeworm.com/read/364212/2907890
c sync.c
#include
#include
int sync(float *in , const float *training_seq) {
int i;
int k;
float corr[2*PADDING];
float temp[TRAININGSIZE];
float sum;
int index;
flo
www.eeworm.com/read/360884/2956749
vhd sync.vhd
--
-- Copyright (C) 2003 by J. Kearney, Bolton, Massachusetts
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License
www.eeworm.com/read/360524/2960841
cc sync.cc
/*
File: sync.cc
By: Alex Theo de Jong
Created: February 1996
Description:
Synchronization object for multiple streams
*/
#ifdef __GNUG__
#pragma implementation
#endif
#include "ath
www.eeworm.com/read/360524/2960845
hh sync.hh
/*
File: sync.hh
Description:
Synchronized system of data objects based on a common timer
Created: March 1996, Alex Theo de Jong, NIST
*/
#ifndef __sync_hh
#define __sync_hh
#ifdef __
www.eeworm.com/read/359509/2976034
bat sync.bat
;@echo off
;goto make
.386
.model flat, stdcall
option casemap:none
;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
;