代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/158963/10707628
m nnpin.m
function y = nnpin(x,a,b,q)
%NNPIN Neural Network Design utility function.
% NNPIN(X,A,B,Q)
% X - Number or matrix.
% A - Lower bound.
% B - Upper bound.
% Q - Quantization constant (o
www.eeworm.com/read/276586/10725279
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00C0C0C0&
Caption = "智能窗体放大器"
ClientHeight = 2400
ClientLeft = 165
ClientTop = 735
Client
www.eeworm.com/read/276114/10762775
cfg sur_ctr.cfg
8 Record mode (dist=1/time=2): 2
9 Dist interval: 0.2
10 Time interval (
www.eeworm.com/read/349903/10786073
cpp lenstra.cpp
/*
* Program to factor big numbers using Lenstras elliptic curve method.
* Works when for some prime divisor p of n, p+1+d has only
* small factors, where d depends on the particular curve
www.eeworm.com/read/420098/10817144
m wrap.m
function wrapped = wrap(imatrix);
% WRAP(MATRIX) wrap (phase values) to principal interval.
% MAT = WRAP(MATRIX); wrap to principal interval
% return MAT wrapped MATRIX to principal interval [-pi
www.eeworm.com/read/419769/10838956
m p_y.m
function pc3inte=P_y(interval,len);
% 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号
if sign(interval(1))==sign(interval(len))
interval=interval.*(sign(interval)==sign(interval(1)));
inte=interp1([1,len],[i
www.eeworm.com/read/349227/10840012
c spcacat.c
/****************************************************************************
# spcacat: grabpicture from the spca5xx module. #
#.
www.eeworm.com/read/274975/10842098
m nnpin.m
function y = nnpin(x,a,b,q)
%NNPIN Neural Network Design utility function.
% NNPIN(X,A,B,Q)
% X - Number or matrix.
% A - Lower bound.
% B - Upper bound.
% Q - Quantization constant (o
www.eeworm.com/read/419476/10865922
h v4l2_enumfrmfmt.h
#ifndef __V4L2_ENUMFRMFMT_H
#define __V4L2_ENUMFRMFMT_H
/*
* Enums
*/
enum v4l2_frmsizetypes {
V4L2_FRMSIZE_TYPE_DISCRETE = 1,
V4L2_FRMSIZE_TYPE_CONTINUOUS,
V4L2_FRMSIZE_TYPE_STEPWISE,
};
enu
www.eeworm.com/read/419476/10865935
svn-base v4l2_enumfrmfmt.h.svn-base
#ifndef __V4L2_ENUMFRMFMT_H
#define __V4L2_ENUMFRMFMT_H
/*
* Enums
*/
enum v4l2_frmsizetypes {
V4L2_FRMSIZE_TYPE_DISCRETE = 1,
V4L2_FRMSIZE_TYPE_CONTINUOUS,
V4L2_FRMSIZE_TYPE_STEPWISE,
};
enu