代码搜索:FOUNDATION
找到约 10,000 项符合「FOUNDATION」的源代码
代码结果 10,000
www.eeworm.com/read/366412/9816424
c bitinvert.c
/* Copyright (C) 1994 Free Software Foundation
This file is part of the GNU BitString Library. This library is free
software; you can redistribute it and/or modify it under the
terms of the GNU Gene
www.eeworm.com/read/366412/9816445
c bitany.c
/* Copyright (C) 1994 Free Software Foundation
This file is part of the GNU BitString Library. This library is free
software; you can redistribute it and/or modify it under the
terms of the GNU Gene
www.eeworm.com/read/366412/9816449
c bitset1.c
/* Copyright (C) 1994 Free Software Foundation
This file is part of the GNU BitString Library. This library is free
software; you can redistribute it and/or modify it under the
terms of the GNU Gene
www.eeworm.com/read/169757/9838883
h flasher.h
// Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.
//
// This file is part of the VNC system.
//
// The VNC system is free software; you can redistribute it and/or modify
// i
www.eeworm.com/read/365849/9843594
m props.m
function props(varargin)
% Displays help on the properties of a gauss object
%
% Usage: props(gauss)
% Toolbox for nonlinear filtering.
% Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/365849/9843612
m var.m
function R = var(OBJ, N)
% VAR Variance of Gaussian noise
% VAR(W, T) returns variance of W at time T, T is ignored.
% VAR(W, T, N) same as above, N discarded for Gaussian noise.
% Copyright (C)
www.eeworm.com/read/365849/9843615
m mean.m
function x = mean(OBJ, N)
% MEAN Mean of Gaussian noise
% MEAN(W, T) mean of W at time T, T is ignored.
% MEAN(W, T, N) same as above, N discarded.
% Copyright (C) 2005 Gustaf Hendeby
%
% This p
www.eeworm.com/read/365849/9843760
m ekf_edit.m
function ekf_edit(action, varargin)
% Sorry, I didn't have enough time to write nice and documented GUI code.
% Toolbox for nonlinear filtering.
% Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/365849/9843887
m props.m
function props(varargin)
% Displays help on the properties of an ekf object
%
% Usage: props(ekf)
% Toolbox for nonlinear filtering.
% Copyright (C) 2005 Jakob Ros閚
%
www.eeworm.com/read/365849/9843926
m extractelement.m
function element=extractelement(vec,i)
% Returns vec(:,i), or [] if u is undefined
%
% This function is needed because vec(:,i) yields an error if vec is empty.
% Toolbox for nonlinear filtering