代码搜索:Precision
找到约 10,000 项符合「Precision」的源代码
代码结果 10,000
www.eeworm.com/read/460435/7250780
m arrfit.m
function [beta,msr] = arrfit(X,y,lambda,precision)
% ---------------------------------------------------------------------------------
% [beta,msr] = arrfit(X,y,lambda,precision)
%
% Adaptive Ridge R
www.eeworm.com/read/457219/7331854
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/453463/7419791
java mortgage.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import java.util.*;
import java.io.*;
import javax.microedition.io.*;
public class Mortgage extends MIDlet implements Comm
www.eeworm.com/read/452713/7434443
cpp xt13-2-2.cpp
#include
using namespace std;
int main()
{float a[5];
int i;
cout
www.eeworm.com/read/452217/7445038
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/206731/7456725
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/451681/7458271
cpp datasave.cpp
#include "data.h"
void DataSave(double**data,int row,int col,char*name)
{
int i,j;
ofstream outfile;
//打开文件,输出数据
outfile.open(name,ios::out);
outfile.setf(ios::fixed);
outfile.precisio
www.eeworm.com/read/451308/7467558
java recallprecisionpair.java
package ir.eval;
/** A lightweight object for storing a pair of recall precision measures
*
* @author Ray Mooney
*/
public class RecallPrecisionPair {
public double recall;
public double
www.eeworm.com/read/449104/7518287
cpp lu.cpp
#include
#include
#include
//using namespace std;
void main(void)
{
int LU(double **A, int n);
int cholesky( double **A, int n );
int i, j;//循环指标
int n
www.eeworm.com/read/449030/7520011
s setprec.s
# setprec.s - An example of setting the precision bits in the Control Register
.section .data
newvalue:
.byte 0x7f, 0x00
.section .bss
.lcomm control, 2
.section .text
.globl _start
_start:
n