代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/467759/7000733
m lpcrf2is.m
function is=lpcrf2is(rf)
%LPCRF2IS Convert reflection coefficients to inverse sines IS=(RF)
% Copyright (C) Mike Brookes 1997
%
% Last modified Tue May 12 16:18:54 1998
%
% VOICE
www.eeworm.com/read/140893/7117196
java showmethods.java
//: c10:ShowMethods.java
// Using reflection to show all the methods of a class,
// even if the methods are defined in the base class.
// {Args: ShowMethods}
// From 'Thinking in Java, 3rd ed.' (c
www.eeworm.com/read/236873/7119102
m lpcrf2is.m
function is=lpcrf2is(rf)
%LPCRF2IS Convert reflection coefficients to inverse sines IS=(RF)
% Copyright (C) Mike Brookes 1997
%
% Last modified Tue May 12 16:18:54 1998
%
% VOICE
www.eeworm.com/read/455773/7365814
cs aboutbox1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
using System.Reflection;
namespace SMS
{
partial class Abo
www.eeworm.com/read/441173/7675141
m armlfit_irreg.m
function [lh_AR, varx] = ARMLfit_irreg(rcs,msnn,lagmax,p)
% The conditional-likelihood fit.
%
% rcs = tan(.5*pi*rc)
% In this way, the reflection coefficient [-1,+1] is mapped to
% [-Inf,
www.eeworm.com/read/199420/7860843
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' La informaci髇 general de un ensamblado se controla mediante el siguiente
' conjunto de atributos. Cambie estos a
www.eeworm.com/read/434302/7875690
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// Allgemeine Informationen 黚er eine Assembly werden 黚er folgende Attribute
// gesteuert. 膎dern Sie diese Attributswerte, um d
www.eeworm.com/read/245849/12777300
m seismic_examples1.m
% Seismic_examples1
% Example of the usage of seismic functions
clear all
presets
global S4M
% Create 50 reflection coefficient series from random Gaussian noise
reflect=s_conve
www.eeworm.com/read/140894/13053969
java buttongroups.java
//: c14:ButtonGroups.java
// Uses reflection to create groups
// of different types of AbstractButton.
//
// From 'Thinking in Java, 3rd ed
www.eeworm.com/read/325233/13216856
cs a.cs
using Microsoft.VisualBasic;
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Reflection;
using System.Runtime.CompilerServices;
using Sy