代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/231996/14212160
txt cmakelists.txt
cmake_minimum_required(VERSION 2.4)
project(pbc)
set(CMAKE_MODULE_PATH .)
include_directories(. ./include)
CONFIGURE_FILE(config.h.cmake config.h)
set(examplebin
example/bls
example/bonehfranklin
ex
www.eeworm.com/read/228372/14388152
m frac2bin.m
function s=frac2bin(d,n,m)
%FRAC2BIN Convert an column vector to binary S=(D,N,M)
% Inputs: D scalar or column vector to convert
% N minimum number of integer bits to output [defaul
www.eeworm.com/read/215497/15059509
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/215497/15059700
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/207375/15274275
m4 esd.m4
# Configure paths for ESD
# Manish Singh 98-9-30
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stolen from Owen Taylor
dnl AM_PATH_ESD([MINIMUM-VERSION, [ACTION-IF-FOUND
www.eeworm.com/read/9374/167074
c
#include
#define MIN(x, y) (((x) < (y)) ? (x): (y))
#define MAX(x, y) (((x) > (y)) ? (x): (y))
void main(void)
{
printf("Minimum of 3 and 5 is %d\n", MIN(3, 5));
printf("Max
www.eeworm.com/read/10763/188538
h s3c6410_display_con.h
#ifndef __S3C6410_DISPLAY_CON_H__
#define __S3C6410_DISPLAY_CON_H__
#if __cplusplus
extern "C"
{
#endif
#define MINIMUM_VCLK_FOR_TV 6000000
typedef enum
{
DISP_VIDOUT_RGBIF,
www.eeworm.com/read/11180/210967
c minmax.c
#include
#define MIN(x, y) (((x) < (y)) ? (x): (y))
#define MAX(x, y) (((x) > (y)) ? (x): (y))
void main(void)
{
printf("Minimum of 3 and 5 is %d\n", MIN(3, 5));
printf("Max
www.eeworm.com/read/14187/319445
m4 sdl.m4
# Configure paths for SDL
# Sam Lantinga 9/21/99
# stolen from Manish Singh
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stolen from Owen Taylor
dnl AM_PATH_SDL([MINIMUM-VE
www.eeworm.com/read/14545/387740
m4 sdl.m4
# Configure paths for SDL
# Sam Lantinga 9/21/99
# stolen from Manish Singh
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stolen from Owen Taylor
dnl AM_PATH_SDL([MINIMUM-VE