代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/433114/8544886
m l_reflections.m
function wlog=l_reflections(wlog,varargin)
% Function computes reflection coefficients;
% Written by: E. R., November 5, 2000
% Last update: March 18, 2001; Complete rewrite with new curve-name conve
www.eeworm.com/read/430090/8768242
cs resource.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Resources;
using System.Reflection;
using System.Drawing;
using System.Globalization;
using System.Threading;
www.eeworm.com/read/185286/9044740
cs authenticator.cs
using System;
using System.Text;
using System.Security;
using System.Resources;
using System.Management;
using System.Reflection;
using System.Security.Cryptography;
#region 版权声明
///
/// 版权
www.eeworm.com/read/181540/9246826
cs frmmdiabout.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Reflection;
using System.Threading;
using System.Windows.Forms;
namespace MainPrj_CarSh
www.eeworm.com/read/177879/9428675
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Reflection;
namespace Automate_Excel
{
www.eeworm.com/read/371440/9553187
cs serverpoller.cs
using System;
using System.Threading;
using System.Windows.Forms;
using System.Reflection;
using System.IO;
using System.Diagnostics;
using System.ComponentModel;
namespace Microsoft.Samples
www.eeworm.com/read/370863/9578720
cs wavein.cs
using System.Windows.Forms;
using System;
using Microsoft.WindowsCE.Forms;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
namespace Sm
www.eeworm.com/read/370863/9578726
cs waveout.cs
using Microsoft.WindowsCE.Forms;
using System;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
using System.Windows.Forms;
namespace Smar
www.eeworm.com/read/168118/9937278
m synseis_press.m
function [pm,p]=synseis_press(rin)
% [pm,p]=synseis_press(r)
%
% SYNSEIS_PRESS computes a complete 1-D seismogram assuming a pressure
% recording. Based of the algorithm in
% Waters, "Reflection Se
www.eeworm.com/read/168118/9938346
m imp2rcs.m
function rcs=imp2rcs(imp)
% rcs=imp2rcs(imp)
%
% Compute the reflection coeficients given the impedence in time.
% Relation is that developed in Waters that:
% rcs=.5* d(log(imp))/dt;
%
% NOTE: It i