代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/242461/13003649
m interwave.m
% Function 4-10
% interwave.m
%
% Function to add interference wave
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]=interwave(ci,spow,ml,nsamp,tstp,fadingpara);
%*********
www.eeworm.com/read/328267/13036665
h timeseries.h
//-< TIMESERIES.H >--------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Post Relational Database Managemen
www.eeworm.com/read/328189/13043424
h josexx.h
//*******************
//** josexx.h **
//*******************
#ifndef JOSEX
#define JOSEX
class Jose{
public:
Jose(int boys=10, int begin=1, int m=3)
{
numOfBoys=boys;
beg
www.eeworm.com/read/328189/13043438
h josex.h
//*******************
//** josex.h **
//*******************
#ifndef JOSEX
#define JOSEX
class Jose{
public:
Jose(int boys=10, int begin=1, int m=3)
{
numOfBoys=boys;
begi
www.eeworm.com/read/328189/13043445
cpp josex.cpp
//*********************
//** josex.cpp **
//*********************
#include
#include "ring.h" //告诉编译,本文件中将使用Ring
#include "josex.h"
void Jose::Initial()
{
int n
www.eeworm.com/read/328189/13043454
cpp jose2.cpp
//******************************
//** Josephus问题解法二 **
//** jose2.cpp **
//******************************
#include
#include
struct jose
www.eeworm.com/read/328189/13043463
cpp josexx.cpp
//*********************
//** josexx.cpp **
//*********************
#include
#include "ring.h" //告诉编译,本文件中将使用Ring
#include "josexx.h"
void Jose::Initial()
{
int
www.eeworm.com/read/328189/13043482
cpp jose1.cpp
//***************************
//** Josephus问题解法1 **
//** jose1.cpp **
//***************************
#include
void main()
{
//建立小孩数组
const int num=10; //
www.eeworm.com/read/327775/13062075
m girem.m
% Function 4-4
% girem.m
%
% Function to remove guard interval from received signal
%
% Programmed by T.Yamamura and H.Harada
%
function [y]= girem(x,fftlen2,gilen,nd);
%******************
www.eeworm.com/read/327775/13062120
m interwave.m
% Function 4-10
% interwave.m
%
% Function to add interference wave
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]=interwave(ci,spow,ml,nsamp,tstp,fadingpara);
%*********