代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/174336/9595114
hh align.hh
#ifndef ALIGN_HH
#define ALIGN_HH
/* C++ Reflection & Serice Library
* Copyright (C) 2003 Marcus Perlick
* mailto: riffraff@users.sf.net
*
* This library is free software; you can redistribute i
www.eeworm.com/read/367407/9751837
cs garbageinfo.cs
using System;
using System.Reflection;
class clsGarbageInfo
{
static void Main()
{
Type t = typeof(System.GC);
MethodInfo [] Methods = t.GetMethods();
foreach (MethodInfo Method in
www.eeworm.com/read/366806/9797156
java listing28.1.java
/*
* Requestor
*/
import java.lang.reflect.*;
public class Requestor {
public void requestConstuctors() {
try {
// load the Provider class and use Reflection
// to get an array of co
www.eeworm.com/read/268260/11147051
m latcfilt.m
function [y] = latcfilt(K,x)
% LATTICE form realization of FIR filters
% ---------------------------------------
% y = latcfilt(K,x)
% y = output sequence
% K = LATTICE filter (reflection) co
www.eeworm.com/read/135238/13949004
m d_k1.m
%compute the No.1 reflection coefficient
function k=d_k1(p)
k=-p(10);
for n=1:9
j=11-n;
for i=1:j-1
pp(i)=(p(i)-k*p(j-i))/(1-k^2); %overflow
end
p=pp;
k=-p(j-1);
end
www.eeworm.com/read/235612/14060161
m zoepplot.m
function zoepplot(vp,vs,rho,z,x,iref,irefwave,xflag,zave)
%
% zoepplot(vp,vs,rho,z,x,iref,irefwave,xflag,zave)
%
% ZOEPPLOT makes plots of P-P or P-S reflection amplitude versus
% offset. Raytrac
www.eeworm.com/read/203062/15366084
inp orionwp.inp
OrionWP
{
- An electromagnetic wave with a Gaussian profile is launched from the
left boundary in Cartesian geometry for a short pulse in an
uniform plasma.
- The wave is defined by the va