代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/276761/4164250

h verif_common.h

#ifndef VERIF_COMMON_H #define VERIF_COMMON_H #ifndef DEVEL_DONE #define DEVEL_DONE #endif #ifndef DEVEL_DONE #include "hal_reg_if.h" #endif #define MINIMUM_AMOUNT(a,b) (((a)
www.eeworm.com/read/447738/1696199

d syntax-2.d

#as: --isa=shmedia --abi=64 #objdump: -d #name: Minimum SH64 Syntax Support - Pseudos. dump.o: file format elf64-sh64.* Disassembly of section .text: 0000000000000000 : 0: e8000a00 pta/
www.eeworm.com/read/351636/3101714

txt cmakelists.txt

# vxl/config/cmake/config/CMakeLists.txt # PROJECT(vxl_config) CMAKE_MINIMUM_REQUIRED(VERSION 1.8) IF(COMMAND CMAKE_POLICY) CMAKE_POLICY(SET CMP0003 NEW) ENDIF(COMMAND CMAKE_POLICY) # Whe
www.eeworm.com/read/471742/6888574

m earthorb.m

%earthorb.m - script to draw Earth's ellipse with minimum radius rmim and %eccentricity e given clear; m=5.98e24; %Earth's mass in kg G=6.67e-11; %Universal gravitational constant M=1.
www.eeworm.com/read/413727/11144460

txt news.txt

May 6, 1998 - ACL Ver 2.0 (first beta) is released Home page: http://www.rsdsoftware.com/products/acl2.htm Over 60 components that let you create modern application with minimum coding. May 6, 1
www.eeworm.com/read/133539/14036637

m4 goose.m4

# m4 file for the Goose statistical library # Ripped off of glib's glib.m4 by Owen Taylor dnl AM_PATH_GOOSE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for GOOS
www.eeworm.com/read/202858/15371715

h imutil.h

/* some image utilities */ #ifndef IMUTIL_H #define IMUTIL_H #include "image.h" #include "misc.h" /* compute minimum and maximum value in an image */ template void min_max(image *im, T
www.eeworm.com/read/371256/9558934

m funmaterror.m

%funmatError Calcul de l'error amb la dist鄋cia del punts a les seves linies epipolars % [mean,stddev,minimum,maximum]=distpuntslin(M,F) % % M matriu de 4-per-7 amb les coordendes de 7 pun
www.eeworm.com/read/360728/10080757

m fractree.m

function Fractree(ss,ms,sf,A); % 递归法生成分形树 % ss is Starting size % ms is Minimum Size % sf is Shrink Factor % A is Angle A=A/180*pi; L=ss; jd=pi/2; z=0; cla; hold on; [z,jd,L]=r
www.eeworm.com/read/348705/10872943

m4 gtk.m4

# Configure paths for GTK+ # Owen Taylor 97-11-3 dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS dnl