代码搜索:least
找到约 3,614 项符合「least」的源代码
代码结果 3,614
www.eeworm.com/read/289527/8545840
h least.h
#ifndef LEAST_H
#define LEAST_H
#include
#include
extern void leastMult(int startX,int endX,int startY,int endY,int coarseX,int coarseY,double *poCoefArray_x,double *poCoefArray_y,d
www.eeworm.com/read/289527/8545854
c least.c
#include
double MaxValue(double *array,int x_num,int y_num)
{
double *temp,result;
int i;
temp=(double *)malloc(4*sizeof(double));
*temp=*array;
*(temp+1)=*(array+x_num-1);
*(t
www.eeworm.com/read/164297/10119517
java least.java
// Find connections using least-cost.
import java.util.*;
import java.io.*;
// Flight information.
class FlightInfo {
String from;
String to;
int distance;
boolean skip; // used in b
www.eeworm.com/read/271244/11002009
m least.m
function [cof1,cof2]=least(x,dt)
% The function LEAST returns the coefficients found by least square method.
% Only 1st column of 2-D input data x(:,1) is processed.
%
% Calling sequence-
% [co
www.eeworm.com/read/449369/7508001
in least.pl.in
#! @PERL@ -w
# @configure_input@
#
# leastlength.pl
# Find the least length for a given instance.
# usage:
# leastlength.pl file1 file2 ...
#
# output is name of instance followed by the least leng
www.eeworm.com/read/197649/7982984
m least.m
function [cof1,cof2]=least(x,dt)
% The function LEAST returns the coefficients found by least square method.
% Only 1st column of 2-D input data x(:,1) is processed.
%
% Calling sequence-
% [co
www.eeworm.com/read/142092/12963153
m least.m
function [cof1,cof2]=least(x,dt)
% The function LEAST returns the coefficients found by least square method.
% Only 1st column of 2-D input data x(:,1) is processed.
%
% Calling sequence-
% [co
www.eeworm.com/read/131535/14140195
java least.java
// Find connections using least-cost.
import java.util.*;
import java.io.*;
// Flight information.
class FlightInfo {
String from;
String to;
int distance;
boolean skip; // used in b
www.eeworm.com/read/425084/10381991
cpp least_square.cpp
www.eeworm.com/read/425084/10381993