代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/136989/5836365
bor imr_activator.bor
#
# ImR_Activator.bor,v 1.8 2003/12/22 17:08:38 jwillemsen Exp
#
# Makefile for building the ImR_Activator executable
#
!ifndef MINIMUM_CORBA
NAME = ImR_Activator
!else
!undef NAME
!endif
www.eeworm.com/read/136989/5836468
bor ifr_service.bor
# IFR_Service.bor,v 1.13 2003/12/23 21:20:17 dhinton Exp
#
# Makefile for building the IFR Service executable
#
!ifndef MINIMUM_CORBA
NAME = IFR_Service
!else
!undef NAME
!endif
OBJFILES
www.eeworm.com/read/131315/5941961
c edit_dist.c
#include "EXTERN.h"
#include "common.h" /* Declare MEM_SIZE */
#include "util.h" /* Declare safemalloc() */
#ifdef EDIT_DISTANCE
/* edit_dist -- returns the minimum edit distance between two strin
www.eeworm.com/read/124910/6039356
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Hurd version.
Copyright (C) 1993,94,96,98,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Libra
www.eeworm.com/read/121089/6070604
c pipe.c
/*
* pipe()
* Xenix pipe using 286DOS call. Try to make a 16K pipe, then halve
* request until success. Minimum pipe is 512 bytes.
* If not enough core for pipe, set errno to ENOMEM.
*
www.eeworm.com/read/113536/6128151
c pipe.c
/*
* pipe()
* Xenix pipe using 286DOS call. Try to make a 16K pipe, then halve
* request until success. Minimum pipe is 512 bytes.
* If not enough core for pipe, set errno to ENOMEM.
*
www.eeworm.com/read/103192/6220889
c pipe.c
/*
* pipe()
* Xenix pipe using 286DOS call. Try to make a 16K pipe, then halve
* request until success. Minimum pipe is 512 bytes.
* If not enough core for pipe, set errno to ENOMEM.
*
www.eeworm.com/read/101015/6262333
c pipe.c
/*
* pipe()
* Xenix pipe using 286DOS call. Try to make a 16K pipe, then halve
* request until success. Minimum pipe is 512 bytes.
* If not enough core for pipe, set errno to ENOMEM.
*
www.eeworm.com/read/320368/6295270
txt d11r8.txt
Private Sub Command1_Click()
'PROGRAM D11R8
'Driver for routine FRPRMN
NDIM = 3
PIO2 = 1.5707963
FTOL = 0.000001
Dim P(3)
Print Tab(5); "PROGRAM finds the minimum of
www.eeworm.com/read/487881/6501469
txt cmakelists.txt
# CMake file for levmar's MEX-file; see http://www.cmake.org
# Requires FindMatlab.cmake included with cmake
PROJECT(LEVMARMEX)
#CMAKE_MINIMUM_REQUIRED(VERSION 1.4)
INCLUDE("C:/Program Files/C