代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/388674/8586131
in interval.in
-[-3,5] - [2,3]
[3,5] + [-10,1] * [2,3]
[3,5] -[-10,1] - [1,10]
[3,5] * [-10,1] + [1,2]
(([3,5] / [-10,-0.1]) / - [2,2]) + [10,20]
www.eeworm.com/read/16156/663236
as interval.as
/*
Copyright (c) 2006, 2007 Alec Cove
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal i
www.eeworm.com/read/178865/5312176
as interval.as
import com.gamepackage.events.Executable;
import com.gamepackage.events.Call;
import com.gamepackage.events.Impuls;
class com.gamepackage.events.Interval
{
private var exe: Executable;
priv
www.eeworm.com/read/431999/1901631
as interval.as
import com.gamepackage.events.Executable;
import com.gamepackage.events.Call;
import com.gamepackage.events.Impuls;
class com.gamepackage.events.Interval
{
private var exe: Executable;
priv
www.eeworm.com/read/252770/4401541
as interval.as
/*
APE (Actionscript Physics Engine) is an AS3 open source 2D physics engine
Copyright 2006, Alec Cove
This library is free software; you can redistribute it and/or
modify it under the terms of
www.eeworm.com/read/390952/8432068
class interval.class
www.eeworm.com/read/388674/8586125
out interval.out
[-8.000,1.000]
[-27.000,8.000]
[-8.000,14.000]
[-49.000,7.000]
[10.150,45.000]
www.eeworm.com/read/388674/8586128
cpp interval.cpp
//Interval arithmetic
#include
#include
const double eps=1e-7;
const long num=100;
typedef struct node{
double min; //记录区间下界
double max; //记录区间上
www.eeworm.com/read/384270/8883986
c interval.c
/* The following code implements the four basic interval arithmetic
operations +, -, * and / within the C++ class interval as provided
by the AT & T C++ Release 2.0 for the Sparc architecture. There
www.eeworm.com/read/184524/9097406
m interval.m
% Simulation of timing errors for
% interrupt dispatched tasks
% 10/27/95, D. M. Auslander
clock_freq = 1193180; % Hz
int_desired = 0.00097; % interrupt period, sec
ticks_per_int = round(clock