代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/329762/12934841
equ config.equ
; File : $CONFIG.EQU$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-------------------------------------------
www.eeworm.com/read/141375/13014731
m findmins.m
function minimum=findmins(t,total);
price = [-505 0 124 168 210 252 312 330 363 489
-560 0 182 203 245 300 320 360 410 495
-610 0 152 189 233
www.eeworm.com/read/140923/13052373
h sentences.h
#ifndef __GPS_SENTENCE_H__
#define __GPS_SENTENCE_H__
typedef enum {
UNKNOWN = 0,
GPBOD, /* Bearing, Origin, Destination */
GPBWC, /* Bearing and distance to waypint, great circle */
GPGGA, /
www.eeworm.com/read/241109/13169583
c main.c
#include "usb_task.h"
#include "usb_kbd_enum.h"
#include "ext_5131.h"
#include "reg_5131.h"
//////////////////////////////
code struct usb_st_device_descriptor usb_device_descriptor =
{
siz
www.eeworm.com/read/240317/13224482
equ config.equ
; File : $CONFIG.EQU$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-------------------------------------------
www.eeworm.com/read/319180/13459175
c messagesub.c
#ifdef MINIMUM_DEGREE
printf("minimum degree ordering\n");
#elif defined REVERSE_CM
printf("reverse Cuthill-McKee ordering\n");
#elif defined NESTED_DISSECTION
printf("nested diss
www.eeworm.com/read/319180/13459201
c spdmessagesub.c
#ifdef MINIMUM_DEGREE
printf("minimum degree ordering\n");
#elif defined REVERSE_CM
printf("reverse Cuthill-McKee ordering\n");
#elif defined NESTED_DISSECTION
printf("nested diss
www.eeworm.com/read/315319/13546010
c param.c
/*
* (C) 2005 FUJITA Tomonori
*
* This code is licenced under the GPL.
*/
#include
#include
#include
#include
#include
#incl