代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/386625/8734578
m pgmres.m
%PCGMRES Preconditioned generalized minimum residual (GMRES) method.
%
% [X,RESIDS,ITS]=PCGMRES(A,B,X0,RTOL,PRTOL,MAX_IT,MAX_TIME,MAX_MFLOP,...
% RESTART) solves the system AX = B using
www.eeworm.com/read/372592/9500913
txt d11r8.txt
Private Sub Command1_Click()
'PROGRAM D11R8
'Driver for routine FRPRMN
NDIM = 3
PIO2 = 1.5707963
FTOL = 0.000001
Dim P(3)
Print Tab(5); "PROGRAM finds the minimum of
www.eeworm.com/read/161312/10425941
changelog
ver 2.18:
Support D-Bus 0.23 and 0.33 API versions.
Support reading of complex BCCMD values.
Support minimum and maximum encryption key length.
Add support for inquiry scan type.
Add tool for the
www.eeworm.com/read/277285/10648805
listing_10_9
!
! Resource file to produce Figure 10.6
!
*TheScale.foreground: Gray90
*TheScale.background: Gray50
*TheScale.titleString: Station
*TheScale.minimum: 879
*TheScale.maximum: 1079
*TheScale.valu
www.eeworm.com/read/276975/10691198
cpp matrix chain.cpp
#include "Matrix chain.h"
int num;//num =matrix num-2;
int *arr;
//int *matrixArr;
int **lest;//lest[i][j] = minimum multiply times from i to j;
int **partition;
int *parenthesisL,*parenth
www.eeworm.com/read/275831/10793907
rb 10 - implementing a distributed queue.rb
#!/usr/bin/ruby
# queue_server.rb
require 'thread' # For Ruby's thread-safe Queue
require 'drb'
$SAFE = 1 # Minimum acceptable paranoia level when sharing code!
def run_queue(url='dr
www.eeworm.com/read/275207/10828711
h icmp.h
#ifndef __ICMP_H__
#define __ICMP_H__
#define ICMP_ECHO 8
#define ICMP_ECHOREPLY 0
#define ICMP_MIN 8 // minimum 8 byte icmp packet (just header)
typedef st
www.eeworm.com/read/271244/11002043
m localmin.m
function [local_min_x,local_min_y,num_extrema] = localmin(data_x, data_y)
% The function LOCALMIN returns local minimum points, their coordinates and the number of values.
%
% Calling sequence-
www.eeworm.com/read/462824/7195093
c prims.c
/* Program for creating minimum spanning tree from Prim's algorithm */
#include
#define MAX 10
#define TEMP 0
#define PERM 1
#define FALSE 0
#define TRUE 1
#define infinity 9999
s
www.eeworm.com/read/458661/7291848
m nfig.m
% nfig.m - noise figure of two-port
%
% Usage: F = nfig(Fmin, rn, gGopt, gG);
%
% Fmin = minimum noise figure in dB
% rn = normalized noise resistance Rn/Z0
% gGopt = optimum source reflecti