代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/199740/7826278
cpp josex.cpp
//*********************
//** josex.cpp **
//*********************
#include
#include "ring.h" //告诉编译,本文件中将使用Ring
#include "josex.h"
void Jose::Initial()
{
int n
www.eeworm.com/read/199740/7826281
cpp jose2.cpp
//******************************
//** Josephus问题解法二 **
//** jose2.cpp **
//******************************
#include
#include
struct jose
www.eeworm.com/read/199740/7826288
cpp josexx.cpp
//*********************
//** josexx.cpp **
//*********************
#include
#include "ring.h" //告诉编译,本文件中将使用Ring
#include "josexx.h"
void Jose::Initial()
{
int
www.eeworm.com/read/199740/7826297
cpp jose1.cpp
//***************************
//** Josephus问题解法1 **
//** jose1.cpp **
//***************************
#include
void main()
{
//建立小孩数组
const int num=10; //
www.eeworm.com/read/299619/7842835
asv pidsim.asv
%==========================================================================
% 函数作用: 工业对象PID控制器选择及仿真
% 输入参数: key 控制类型, num 传递函数分子多项式 den 传函分母多项式
% 输出参数:
% 传递函数类:G0(原对象传函),Gc(控制器传函),G(单位负反馈总传函)
% 控
www.eeworm.com/read/299619/7842843
m pidsim.m
%==========================================================================
% 函数作用: 工业对象PID控制器选择及仿真
% 输入参数: key 控制类型, num 传递函数分子多项式 den 传函分母多项式
% 输出参数:
% 传递函数类:G0(原对象传函),Gc(控制器传函),G(单位负反馈总传函)
% 控
www.eeworm.com/read/199566/7845100
m girem.m
% Function 4-4
% girem.m
%
% Function to remove guard interval from received signal
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]= girem(idata,qdata,fftlen2,gilen,nd);
%
www.eeworm.com/read/199432/7856351
txt d3r6.txt
var
Form1: TForm1;
CHOOSE:string; IT:integer;
implementation
//PROGRAM D3R6
//Driver for routine QROMO
uses
unit2;
{$R *.DFM}
Function FUNCL(X:real):real;
begin
FUNCL:= S
www.eeworm.com/read/199432/7858242
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
Function FUNC(X:real):real;
type
TForm1 = class(TForm)
Button1: T
www.eeworm.com/read/199431/7860003
h rr.h
///////////////////////////////////////////////////////////////////////////
// This Code Ddefines Several Classes For The Round Robin Scheduling Task
// File RR.H
//////////////////////////////////