代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/136989/5838745
mpc deferred.mpc
// -*- MPC -*-
// Deferred.mpc,v 1.4 2003/12/23 21:05:25 dhinton Exp
project(* sequence server): server, strategies {
avoids += minimum_corba
Source_Files {
Roundtrip.cpp
server.
www.eeworm.com/read/136989/5839067
mpc dii.mpc
// -*- MPC -*-
// DII.mpc,v 1.4 2003/12/23 21:05:25 dhinton Exp
project(*latency server): taoexe, portableserver, strategies {
avoids += minimum_corba
Source_Files {
Roundtrip.cpp
www.eeworm.com/read/136989/5839132
mpc dsi.mpc
// -*- MPC -*-
// DSI.mpc,v 1.4 2003/12/23 21:05:25 dhinton Exp
project(*latency server): taoexe, portableserver, strategies, dynamicinterface {
avoids += minimum_corba
IDL_Files {
}
www.eeworm.com/read/136989/5839167
mpc deferred.mpc
// -*- MPC -*-
// Deferred.mpc,v 1.4 2003/12/23 21:05:25 dhinton Exp
project(*server): taoexe, portableserver, strategies {
avoids += minimum_corba
Source_Files {
Roundtrip.cpp
s
www.eeworm.com/read/135582/5884250
cxx fl_slider.cxx
//
// "$Id: Fl_Slider.cxx,v 1.1.1.1 2003/08/07 21:18:40 jasonk Exp $"
//
// Slider widget for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This library i
www.eeworm.com/read/132637/5916353
h fl_progress.h
//
// "$Id: Fl_Progress.H,v 1.2 2002/11/27 15:42:23 vpisarev Exp $"
//
// Progress bar widget definitions.
//
// Copyright 2000-2002 by Michael Sweet.
//
// This library is free software; you c
www.eeworm.com/read/101082/6253155
h if_fddi.h
/* static char *sccsid = "@(#)if_fddi.h 4.3 (ULTRIX) 10/10/90"; */
/************************************************************************
* *
* Copyright (c) 1988 by *
* Digital E
www.eeworm.com/read/320368/6294865
frm d11r7.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 4770
ClientLeft = 60
ClientTop = 345
ClientWidth = 5520
LinkTopic
www.eeworm.com/read/493005/6403435
c custtbl.c
/*
* custtbl - custom interface table
*
* Copyright (C) 1999 Landon Curt Noll
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU
www.eeworm.com/read/485855/6548472
m conjugate_structure.m
function [ga,gb,bestgp,bestgc]=conjugate_structure(x,y,z,c,GA,GB)
%实现共轭结构增益码书搜索功能
%输入 x--目标信号x(n) y--y(n) z--z(n) c--c(n) gp--计算出的自适应增益 gc--计算出的固定增益
%输出 码书指针
global U;
%minimum=10^30;