代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/223887/4808671
inc sb-link.inc
; return codes
success equ 00h
invalid_parameter equ 81h
buffer_too_small equ 82h
not_implemented equ 86h
minimum_buffer_size equ 3 ; Depend On Chipset
ifndef RT32
public sb_link_bios
www.eeworm.com/read/187737/5217529
pkg opl.pkg
#{"OPL"},(0x1000904D),0,1,1,TYPE=SISAPP
;just the minimum for core OPL.
; From opl.iby & opl.hby
"\epoc32\release\thumb\urel\opl.app"-"!:\System\Apps\Opl\Opl.app"
"\epoc32\release\thumb\urel
www.eeworm.com/read/317484/3579555
01 prog_rom.01
;set the brightness of the on-board LED to minimum
LOAD s0, 01
OUTPUT s0, 00
;set two of the seven-segments to maximum intensity
LOAD s0, FF
OUTPUT s0, 22
LOAD s0, FF
OUTPUT s0, 25
;set th
www.eeworm.com/read/268912/4248823
inc sb-link.inc
; return codes
success equ 00h
invalid_parameter equ 81h
buffer_too_small equ 82h
not_implemented equ 86h
minimum_buffer_size equ 3 ; Depend On Chipset
ifndef RT32
public sb_link_bios
www.eeworm.com/read/417855/2099064
inc sb-link.inc
; return codes
success equ 00h
invalid_parameter equ 81h
buffer_too_small equ 82h
not_implemented equ 86h
minimum_buffer_size equ 3 ; Depend On Chipset
ifndef RT32
public sb_link_bios
www.eeworm.com/read/406501/2278024
inc sb-link.inc
; return codes
success equ 00h
invalid_parameter equ 81h
buffer_too_small equ 82h
not_implemented equ 86h
minimum_buffer_size equ 3 ; Depend On Chipset
ifndef RT32
public sb_link_bios
www.eeworm.com/read/396632/2411708
usemsg
i.MX21 I2C manager
%C [options]
Options:
-p addr I2C base address (default: 0x10012000)
-m msglen minimum resmgr message buffer length (default: 128)
-s slave Slave address (default: 0x1b)
www.eeworm.com/read/377754/2696756
fs erosion.fs
// erosion.fs
//
// minimum of 3x3 kernel
uniform sampler2D sampler0;
uniform vec2 tc_offset[9];
void main(void)
{
vec4 sample[9];
vec4 minValue = vec4(1.0);
for (int i = 0;
www.eeworm.com/read/377754/2696759
fp erosion.fp
!!ARBfp1.0
# erosion.fp
#
# minimum of 3x3 kernel
ATTRIB iTC0 = fragment.texcoord[0]; # input texcoord
OUTPUT oPrC = result.color; # output color
TEMP tc0, tc1, tc2, tc3, tc4,
www.eeworm.com/read/135828/13895121
c l3psy.c
#include
#include "types.h"
#include "error.h"
#include "layer3.h"
#include "l3psy.h"
#include "fft.h"
#include "tables.h"
#define maximum(x,y) ( (x>y) ? x : y )
#define minimum(x,y) ( (x