代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/162614/5529665
c union-return-1_main.c
/* Test function return values. This was written when correcting
a deviation from the ABI on SPARC64 between 3.3 and 3.4. */
extern void union_return_1_x (void);
extern void exit (int);
int fail
www.eeworm.com/read/162614/5529695
c struct-return-21_main.c
/* Test function return values. This was written when correcting
a deviation from the ABI on SPARC64 between 3.3 and 3.4. */
extern void struct_return_21_x (void);
extern void exit (int);
int fa
www.eeworm.com/read/162614/5529720
c union-by-value-1_main.c
/* Test function argument passing. This was written when correcting
a deviation from the ABI on SPARC64 between 3.3 and 3.4. */
extern void union_by_value_1_x (void);
extern void exit (int);
int
www.eeworm.com/read/162614/5529834
c struct-by-value-21_main.c
/* Test function argument passing. This was written when correcting
a deviation from the ABI on SPARC64 between 3.3 and 3.4. */
extern void struct_by_value_21_x (void);
extern void exit (int);
i
www.eeworm.com/read/155965/5616720
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
www.eeworm.com/read/393436/8287396
m normcdfm.m
function o = normcdfM(x,m,s)
%Computes elementwise normal cdf's at x with mean m and standard
%deviation s
if nargin == 1
z = x;
elseif nargin == 2
z = (x-m);
else
z = (x-m)./s;
end
o
www.eeworm.com/read/238116/13905486
c gauss.c
/*
* Generate a random number plucked from a Gaussian distribution with
* mean zero and specified standard deviation. Needs cos(), log(),
* rand48(), sqrt() from math library.
*/
#include
www.eeworm.com/read/135438/13929376
~pa 复件 unit1.~pa
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
www.eeworm.com/read/135438/13929386
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
www.eeworm.com/read/135438/13930864
txt d11r1.txt
implementation
//PROGRAM D11R1
//Driver for routine MOMENT
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%11.4f';
NPTS = 10000; NBIN = 100; NDAT =