代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/309560/13668923
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/136989/5836478
bor tao_ifr.bor
# tao_ifr.bor,v 1.5 2003/12/23 21:20:17 dhinton Exp
#
# Makefile for building the tao_ifr executable
#
!ifndef MINIMUM_CORBA
NAME = tao_ifr
!else
!undef NAME
!endif
OBJFILES = \
$(OBJDI
www.eeworm.com/read/123162/6062326
java wideeditortreeexample.java
/*
*
* This example works only each Icon has same width.
*
* editing JTextField has minimum 100. (swing1.1beta3) swing#1007
*
*/
// example ( /* swing1.0.3 */ swing1.1beta3 )
//package j
www.eeworm.com/read/111374/6155397
m4 acinclude.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/101395/6236713
java wideeditortreeexample.java
/*
*
* This example works only each Icon has same width.
*
* editing JTextField has minimum 100. (swing1.1beta3) swing#1007
*
*/
// example ( /* swing1.0.3 */ swing1.1beta3 )
//package j
www.eeworm.com/read/488224/6498663
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/487877/6501365
txt cmakelists.txt
# sba CMake file; see http://www.cmake.org and
# http://www.insightsoftwareconsortium.org/wiki/index.php/CMake_Tutorial
PROJECT(SBA)
#CMAKE_MINIMUM_REQUIRED(VERSION 1.4)
# f2c i
www.eeworm.com/read/410380/11289613
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(fnmatch.c) dnl A distinctive file to look for in srcdir.
AC_PREREQ(2.1) dnl Minimum Autoconf version required.
AC_PROG_CC
www.eeworm.com/read/347645/11650729
java wideeditortreeexample.java
/*
*
* This example works only each Icon has same width.
*
* editing JTextField has minimum 100. (swing1.1beta3) swing#1007
*
*/
// example ( /* swing1.0.3 */ swing1.1beta3 )
//package j
www.eeworm.com/read/154843/11923879
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