代码搜索:FOUNDATION
找到约 10,000 项符合「FOUNDATION」的源代码
代码结果 10,000
www.eeworm.com/read/443689/7628054
makefile
# This is a part of the Microsoft Foundation Classes C++ library.
# Copyright (C) 1992-1997 Microsoft Corporation
# All rights reserved.
#
# This source code is only intended as a supplement to th
www.eeworm.com/read/443689/7628087
makefile
# This is a part of the Microsoft Foundation Classes C++ library.
# Copyright (C) 1992-1997 Microsoft Corporation
# All rights reserved.
#
# This source code is only intended as a supplement to th
www.eeworm.com/read/442308/7655659
copyright
This package is maintained by:
Gwenole Beauchesne
License:
Copyright (C) 2009 Splitted-Desktop Systems
This program is free software; you can redistribut
www.eeworm.com/read/441164/7675184
h i2c.h
/*
Copyright (C) 2000 Jesper Hansen .
This file is part of the yampp system.
This program is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/440750/7682107
m lpcis2rf.m
function rf=lpcis2rf(is)
%LPCRF2IS Convert inverse sines to reflection coefficients RF=(IS)
% Copyright (C) Mike Brookes 1997
% Version: $Id: lpcis2rf.m,v 1.4 2007/05/04 07:01:38 dmb
www.eeworm.com/read/440750/7682113
m lpcaa2dl.m
function dl=lpcaa2dl(aa)
%LPCAA2DL LPC: Convert area coefficients to dct of log area DL=(AA)
% note: we do not correct for sinc distortion; perhaps we should multiply by
% k=1:p-1;s=[sqrt(0.5)/p
www.eeworm.com/read/440750/7682114
m lpczz2cc.m
function cc=lpczz2cc(zz,np)
%LPCZZ2CC Convert poles to "complex" cepstrum CC=(ZZ,NP)
% Copyright (C) Mike Brookes 1997
% Version: $Id: lpczz2cc.m,v 1.4 2007/05/04 07:01:39 dmb Exp $
www.eeworm.com/read/440750/7682117
m lpcss2zz.m
function zz=lpcss2zz(ss)
%LPCSS2ZZ Convert s-place poles to z-plane poles ZZ=(SS)
%the s-plane is in units of Normalized Hz and so the imaginary part
% of each ss() value is in the range +-0.5
%
www.eeworm.com/read/440750/7682132
m rotqc2mc.m
function mc=rotqc2mc(qc)
%ROTQC2MC converts a matrix of complex quaternion vectors to quaternion matrices
% Inputs:
%
% QC(2m,n) mxn matrix of real quaternion vectors (each 2x1)
%
% Outpu
www.eeworm.com/read/440750/7682134
m rotqr2ax.m
function [a,t]=rotqr2ax(q)
%ROTQR2AX converts a real quaternion to the corresponding rotation axis and angle
% Inputs:
%
% Q(4,1) real-valued quaternion (with magnitude = 1)
%
% Outputs: