代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/126541/6016078
c hid_desc.c
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
www.eeworm.com/read/336683/12425255
c hid_desc.c
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
www.eeworm.com/read/129090/14267607
c hid_desc.c
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
www.eeworm.com/read/153634/5645900
c hid_desc.c
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
www.eeworm.com/read/373148/9473881
java overlaysample.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class OverlaySample {
public static final String SET_MINIMUM = "Minimum";
public static final String SET_MAXIMUM = "
www.eeworm.com/read/108242/6184112
c vocab.c
/*
look-up vocabulary word in lex-ordered table. words may have
two entries with different codes. if minimum acceptable type
= 0, then return minimum of different codes. last word CANNOT
ha
www.eeworm.com/read/457459/1597194
java boundingbox.java
package org.sunflow.math;
/**
* 3D axis-aligned bounding box. Stores only the minimum and maximum corner
* points.
*/
public class BoundingBox {
private Point3 minimum;
private Poi