代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/101082/6244685
2 getitimer.2
.\" SCCSID: @(#)getitimer.2 3.2 12/15/87
.TH getitimer 2
.SH Name
getitimer, setitimer \- get or set value of interval timer
.SH Syntax
.nf
.ft B
#include
.PP
.ft B
#define ITIMER_REAL
www.eeworm.com/read/101082/6246547
2 getitimer.2
.\" SCCSID: @(#)getitimer.2 3.2 12/15/87
.TH getitimer 2
.SH Name
getitimer, setitimer \- get or set value of interval timer
.SH Syntax
.nf
.ft B
#include
.PP
.ft B
#define ITIMER_REAL
www.eeworm.com/read/100603/6266202
h rcinrval.h
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/100480/6269121
java autosave.java
/*
* Autosave.java - Autosave manager
* Copyright (C) 1998, 1999, 2000 Slava Pestov
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Genera
www.eeworm.com/read/120147/6303427
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/371761/6350387
m iplsdemo.m
echo off
close all
clc
disp(' ')
disp(' This is a short demo of iPLS in the iToolbox')
disp(' ')
disp(' We want to make an iPLS model of near infrared data measured')
disp(' on 40 beers with
www.eeworm.com/read/371761/6350424
m iplsdemo.m
echo off
close all
clc
disp(' ')
disp(' This is a short demo of iPLS in the iToolbox')
disp(' ')
disp(' We want to make an iPLS model of near infrared data measured')
disp(' on 40 beers with
www.eeworm.com/read/494289/6381566
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/493592/6395975
java mariostaticsprite.java
/**
* Title: Mario
* Description:
* You cannot remove this copyright and notice.
* You cannot use this file any part without the express permission of the author.
* All Rights Rese
www.eeworm.com/read/492764/6408791
m randinterval.m
function [row,col]=randinterval(matrix,count,key)
[m,n]=size(matrix);
interval1=floor(m*n/count)+1;
interval2=interval1-2;
if interval2==0
error('载体太小不能将秘密信息隐藏进去!');
end
rand('seed',key