代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/150238/12302694
m lpcis2rf.m
function rf=lpcis2rf(is)
%LPCRF2IS Convert inverse sines to reflection coefficients RF=(IS)
% Copyright (C) Mike Brookes 1997
%
% Last modified Tue May 12 16:08:38 1998
%
% VOICE
www.eeworm.com/read/150238/12302995
m lpcrf2lo.m
function lo=lpcrf2lo(rf)
%LPCRF2LO Convert reflection coefficients to log area ratios LO=(RF)
%the output values are limited to about +-14.5
% Copyright (C) Mike Brookes 1997
%
% La
www.eeworm.com/read/336521/12439553
m lpcrf2lo.m
function lo=lpcrf2lo(rf)
%LPCRF2LO Convert reflection coefficients to log area ratios LO=(RF)
%the output values are limited to about +-14.5
% Copyright (C) Mike Brookes 1997
% Versi
www.eeworm.com/read/230435/14289273
cs aboutform.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Reflection;
using System.Windows.Forms;
namespace YariSoft.AgentMovieEditor.Modals
{
public c
www.eeworm.com/read/128461/14296611
pas shapes.pas
unit Shapes;
interface
uses
System.Globalization, System.Reflection,
System.Collections,
System.Runtime.InteropServices,
Borland.Win32.Windows,
Borland.Win32.Messages,
Borland.Del
www.eeworm.com/read/228372/14387978
m lpcrf2lo.m
function lo=lpcrf2lo(rf)
%LPCRF2LO Convert reflection coefficients to log area ratios LO=(RF)
%the output values are limited to about +-14.5
% Copyright (C) Mike Brookes 1997
% Versi
www.eeworm.com/read/224891/14564761
cs gameform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Reflection;
namespace CardGame
{
///
www.eeworm.com/read/223158/14651418
m lpcis2rf.m
function rf=lpcis2rf(is)
%LPCRF2IS Convert inverse sines to reflection coefficients RF=(IS)
% Copyright (C) Mike Brookes 1997
%
% Last modified Tue May 12 16:08:38 1998
%
% VOICE
www.eeworm.com/read/223158/14651519
m lpcrf2lo.m
function lo=lpcrf2lo(rf)
%LPCRF2LO Convert reflection coefficients to log area ratios LO=(RF)
%the output values are limited to about +-14.5
% Copyright (C) Mike Brookes 1997
%
% La
www.eeworm.com/read/120641/14794481
cs xmlstreamtracelistener.cs
using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Text;
using System.Xml;
namespace MSPress.CSharpCoreRef.XmlListener
{
public class XmlStrea