代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/483253/6601746
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/410605/11275481
cs dbaccess.cs
using System;
using System.Collections.Generic;
using System.Text;
using MyCRM.IDAL;
using MyCRM.DAL;
using System.Reflection;
namespace MyCRM.DBFactory
{
public class DBAccess
{
www.eeworm.com/read/405963/11452192
vb database.vb
Imports System.Data.SqlServerCe
Imports System.Data.SqlServerCe.SqlCeException
Imports System.Xml
Imports System.Reflection
Imports System.io
Imports System.text
Public Class DatabaseConfig
www.eeworm.com/read/405963/11452200
vb clsmyfavourite.vb
Imports System.Data.SqlServerCe
Imports System.Data.SqlServerCe.SqlCeException
Imports System.Xml
Imports System.Reflection
Imports System.io
Imports System.text
Public Class clsMyFavourite
www.eeworm.com/read/155540/11864279
cs gameobject_blast1.cs
using System;
using System.Reflection;
using Microsoft.DirectX.DirectInput;
using DDGameHelper;
namespace ddt2
{
///
/// GameObject_Blast1 的摘要说明。
///
public class G
www.eeworm.com/read/155540/11864284
cs gamesettings.cs
using System;
using System.Reflection;
using System.IO;
using System.Collections;
using System.Drawing;
using DDGameHelper;
using Microsoft.DirectX.DirectDraw;
using Microsoft.DirectX.DirectInp
www.eeworm.com/read/344239/11894704
java buttongroups.java
//: gui/ButtonGroups.java
// Uses reflection to create groups
// of different types of AbstractButton.
import javax.swing.*;
import javax.swing.border.*;
import java.awt.*;
import java.lang.refl
www.eeworm.com/read/154843/11923499
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/340486/12153682
notes
DEMO07 - Ray Plot - Listing
Here we are back in downhole mode (Record 7) with 3 source
locations (see file swell2), we have asked for
a reflection from interface 2 (Record 19), for a
www.eeworm.com/read/253533/12216846
txt 23.4.txt
Listing 23.4 Searching for Types Using Custom Searching
using System;
using System.Reflection;
using System.IO;
using System.Collections;
namespace _8_CustomSearch
{
class Class1
{
[STAThread