代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/233448/4684704
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/183495/5255958
h gps_update.h
#ifndef _gps_update_h_
#define _gps_update_h_
/* Standard deviation */
double PosSD = 0.4;
double VelSD = 0.1;
void
gps_update(
// Outputs
Vector & X,
// In/Out
Matrix & P,
www.eeworm.com/read/169491/5420623
h gps_update.h
#ifndef _gps_update_h_
#define _gps_update_h_
/* Standard deviation */
double PosSD = 0.4;
double VelSD = 0.1;
void
gps_update(
// Outputs
Vector & X,
// In/Out
Matrix & P,
www.eeworm.com/read/446889/1708716
dtl cstr.dtl
Iter.No. Error.Func. Av.Error(%) Av.Deviation(%)
-------------------------------------------------------
Iter.No. : 0 Func_count : 5
Obj-func : 3.560121e-01 Mag. of Deriv: 0.000000e+00
www.eeworm.com/read/430037/1942792
m pr3_29.m
%Problem 3.29;
%electromagnetic compatibility and spread spectrum;
clear all; close all;
t=[0.001:0.001:2]; N=length(t); %time scale;
Wd=100;
WD=[0,Wd,-Wd]; %three deviation values;
S=[exp(i*p
www.eeworm.com/read/366702/2881885
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/366702/2881921
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/113586/15452705
todo
main code
---------
we have a tiny deviation from IEEE 802.1d: we don't kill the awaiting-tx skb
queue when a port leaves the FORWARDING state
RH initscripts for setting up bridge interfaces automat
www.eeworm.com/read/380486/9145239
c input_gen.c
#include "my_header.h"
/* Hard Coded */
/* 1% deviation */
float rand_gen(int seed)
{
long int h;
double temp;
float ret;
h = time(NULL);
srand( ( (unsigned int)(h/2) )+ rand()/128 + seed);
www.eeworm.com/read/243742/12920271
m c4_normal_01.m
function [ c, seed ] = c4_normal_01 ( seed )
%% C4_NORMAL_01 returns a unit pseudonormal C4.
%
% Discussion:
%
% The value has mean 0 and standard deviation 1.
%
% Modified:
%
% 17 July 2006