代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/458661/7291899
m fresnel.m
% fresnel.m - Fresnel reflection coefficients for isotropic or birefringent media
%
% Usage: [rte,rtm] = fresnel(na,nb,theta)
%
% na,nb = 3-d vectors of refractive indices of left and right media,
www.eeworm.com/read/449974/7492239
vb compileform.vb
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Text.RegularExpressions
Imports System.Reflection
Imports System.IO
Public Class CompileForm
Public MainFor
www.eeworm.com/read/440448/7689283
cs aboutus.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
using System.Reflection;
namespace WebDataGather
{
partial
www.eeworm.com/read/435925/7780901
h checkreflection.h
#ifndef __Exchange_Manager_H
#define __Exchange_Manager_H
#pragma warning(disable : 4996)
#include "Reflection.h"
#include "TransformHelper.h"
#include "ConversionHelper.h"
ExchangeManager
www.eeworm.com/read/399405/7865688
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Reflection;
namespace GPSSerialPortDat
www.eeworm.com/read/245849/12777750
m l_elastic_impedance.m
function wlog=l_elastic_impedance(wlog,varargin)
% Function computes elastic impedance log for given angles
% The program performes the following steps
% 1. Compute angle-dependent reflection coeffici
www.eeworm.com/read/332048/12783784
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Reflection;
namespace GPSSerialPortDat
www.eeworm.com/read/245618/12787913
cs aboutform.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
using System.Reflection;
namespace CSharpNotepad
{
partial
www.eeworm.com/read/325023/13230622
java tablecreator.java
//: annotations/database/TableCreator.java
// Reflection-based annotation processor.
// {Args: annotations.database.Member}
package annotations.database;
import java.lang.annotation.*;
import jav
www.eeworm.com/read/325023/13231224
java anonymousimplementation.java
//: typeinfo/AnonymousImplementation.java
// Anonymous inner classes can't hide from reflection.
import typeinfo.interfacea.*;
import static net.mindview.util.Print.*;
class AnonymousA {
publ