代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/172061/7074842
m rand.m
%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵
%RAND Uniformly distributed random numbers.
% RAND(N) is an N-by-N matrix with random entries, chosen from
% a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/262536/7074935
m shengqiangfafzh1.m
clear all
close all
clc
m=20;n=4096;
% Generate a uniform distribution of random numbers on a specified interval [a,b].
a1 = -pi/2; b1 = pi/2;
alfa1 = a1 + (b1-a1) * rand(1,m);
% Generate a un
www.eeworm.com/read/442868/7129964
1 http_ping.1
.TH http_ping 1 "03 April 2002"
.SH NAME
http_ping - measure HTTP latency
.SH SYNOPSIS
.B http_ping
.RB [ -count
.IR n ]
.RB [ -interval
.IR n ]
.RB [ -quiet ]
.RB [ -proxy
.IR host:port ]
.I url
.SH
www.eeworm.com/read/458493/7295640
m halfdiff.m
function k = halfDiff(x1,x2)
% halfDiff Reduce the distance between two numbers until it is set to zero
%
% Synopsis: k = halfDiff(x1,x2)
%
% Input: x1,x2 = starting interval, only x2 is chan
www.eeworm.com/read/458488/7296065
m halfdiff.m
function k = halfDiff(x1,x2)
% halfDiff Reduce the distance between two numbers until it is set to zero
%
% Synopsis: k = halfDiff(x1,x2)
%
% Input: x1,x2 = starting interval, only x2 is chan
www.eeworm.com/read/456310/7352118
h character.h
#include "main.h"
// 帧和动作的最大值
#define MAX_FRAME 8
#define MAX_SEQUENCE 8
// 演员姓名最大值
#define MAX_NAME 16
// Changed the speed from 300 because of the frame interval change i
www.eeworm.com/read/438786/7727015
properties mydb.properties
#HSQL database
#Mon Mar 06 14:46:31 CST 2006
hsqldb.cache_file_scale=1
runtime.gc_interval=0
hsqldb.first_identity=0
version=1.7.2
modified=yes
hsqldb.script_format=0
sql.enforce_size=false
h
www.eeworm.com/read/199761/7823663
sql 4.sql
--以物化视图管理员身份登陆物化视图站点
connect mvadmin/mvadmin@dbtest2 as sysdba;
--建立刷新组
begin
dbms_refresh.make (
name =>'mvadmin.refresh',
list => '',
next_date => sysdate,
interval => '/*10:Mins*/ sysdat
www.eeworm.com/read/197958/7960811
m rand.m
%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵
%RAND Uniformly distributed random numbers.
% RAND(N) is an N-by-N matrix with random entries, chosen from
% a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/297455/8017267
vec new_receiver_psk.vec
START 0;
STOP 20000;
RADIX DEC;
INTERVAL 10;
INPUTS clk;
PATTERN
0 1;
INPUTS data_in[13..0];
PATTERN
0> 0
20> 4815
40> 7791
60> 7791
80> 4815
100> 0
120> 11569
140> 8593
160> 8593
180> 11569
200> 0
22