代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/276128/4167786

properties jcommon.properties

# # The minimum loglevel that is logged org.jfree.base.LogLevel=Debug # # Where to log. Give a classname of a valid LogTarget implementation. org.jfree.base.LogTarget=org.jfree.util.PrintStreamLogT
www.eeworm.com/read/274098/4189531

makefile

# # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES) # # this sample requires Longhorn or higher DDK environment MINIMUM_NT_TARGET_VERSION=0x600 !INCLUDE $(NTMAKE
www.eeworm.com/read/274098/4189537

makefile

# # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES) # # this sample requires Longhorn or higher DDK environment MINIMUM_NT_TARGET_VERSION=0x600 !INCLUDE $(NTMAKE
www.eeworm.com/read/274098/4189544

makefile

# # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES) # # this sample requires Longhorn or higher DDK environment MINIMUM_NT_TARGET_VERSION=0x600 !INCLUDE $(NTMAKEEN
www.eeworm.com/read/433842/1881576

h includes_and_settings.h

#ifndef INCLUDES_AND_SETTINGS_H_ #define INCLUDES_AND_SETTINGS_H_ #define NUMBER_OF_BUFFERS 500 /* each direction so double this for the total */ #define MINIMUM_BUFFER_LENGTH 64 #define MAXI
www.eeworm.com/read/433842/1881593

h includes_and_settings.h

#ifndef INCLUDES_AND_SETTINGS_H_ #define INCLUDES_AND_SETTINGS_H_ #define NUMBER_OF_BUFFERS 500 /* each direction so double this for the total */ #define MINIMUM_BUFFER_LENGTH 64 #define MAXI
www.eeworm.com/read/433842/1881610

h includes_and_settings.h

#ifndef INCLUDES_AND_SETTINGS_H_ #define INCLUDES_AND_SETTINGS_H_ #define NUMBER_OF_BUFFERS 500 /* each direction so double this for the total */ #define MINIMUM_BUFFER_LENGTH 64 #define MAXI
www.eeworm.com/read/433842/1881627

h includes_and_settings.h

#ifndef INCLUDES_AND_SETTINGS_H_ #define INCLUDES_AND_SETTINGS_H_ #define NUMBER_OF_BUFFERS 500 /* each direction so double this for the total */ #define MINIMUM_BUFFER_LENGTH 64 #define MAXI
www.eeworm.com/read/432906/1886633

py 15_create_smallmem_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Dan Smith from XmTestLib import * # Create a domain with the minimum memory allocation MEM
www.eeworm.com/read/411228/2190554

c statisticsmodule2.c

#include "Python.h" static PyObject * stats_mavm(self, args) PyObject *self, *args; { float total; float minimum = 1E32; float maximum = -1E3