代码搜索:FOUNDATION
找到约 10,000 项符合「FOUNDATION」的源代码
代码结果 10,000
www.eeworm.com/read/440750/7682223
m qrdivide.m
function q=qrdivide(q1,q2)
%QRDIVIDE divdes two real quaternions q=[q1,q2]
%
% Inputs:
%
% q1(4,1), q2(4,1) Two real quaternions in the form [r, i, j, k]' where i^2=j^2=k^2=ijk=-1
%
% Outp
www.eeworm.com/read/440750/7682233
m rsfft.m
function x=srfft(y,n)
%SRFFT fft of a real symmetric spectrum X=(Y,N)
% The invere fft is the same function but divided by N
% Y contains FIX(1+N/2) complex samples from the spectrum: if argumen
www.eeworm.com/read/440750/7682278
m lpcrf2aa.m
function aa=lpcrf2aa(rf)
%LPCRF2AA Convert reflection coefficients to area function AA=(RF)
%The areas are normalised so that aa(p+2)=1: the effective area of the free air beyond the lips.
% aa(1)
www.eeworm.com/read/439686/7702984
m missmult.m
function [X]=missmult(A,B)
%MISSMULT product of two matrices containing NaNs
%
%[X]=missmult(A,B)
%This function determines the product of two matrices containing NaNs
%by finding X according t
www.eeworm.com/read/439686/7703018
m gsm.m
function [E]=GSM(V);
%GSM orthogonalization
%
% [E]=GSM(V);
% GS Gram-Schmidt Method for orthogonalisation
% An orthonormal basis spanning the columns of V is returned in E.
%
% Th
www.eeworm.com/read/437191/7753608
txt apache.license.txt
/*
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
www.eeworm.com/read/436920/7758871
h types.h
/*
* File: types.h
*
* Basic types and macros used throughout the bootloader implementation.
*
* Copyright (C) 2002 RidgeRun, Inc.
* Author: RidgeRun, Inc
*
* This prog
www.eeworm.com/read/436920/7758877
c cache_null.c
/*
* File: cache_null.c
*
* This is an implementation of the cache.h interface for processors
* with no cache.
*
* Copyright (C) 2003 Cadenux, LLC
* Author: Cadenux, LLC
www.eeworm.com/read/436920/7758890
h usb.h
/*
* File: usb.h
*
* Interface to a simple polling usb driver.
*
* Copyright (C) 2002 RidgeRun, Inc.
* Author: Gordon McNutt
*
* This program is free software; you can
www.eeworm.com/read/436920/7758891
h osd.h
/*
* File: osd.h
*
* On Screen Display (OSD or framebuffer)
*
* Copyright (C) 2002 RidgeRun, Inc.
* Author: Brian Mahaffy,
*
* This program is free software; you can red