代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/362152/10015599
m ktoa.m
function a = ktoa(k)
%KTOA converts reflection coefficients to AR polynomial
%----
% Usage: A = ktoa(K)
%
% where each column of A contains polynomial coefficients
% and " "
www.eeworm.com/read/276682/10715762
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyTitle("Report Test")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: A
www.eeworm.com/read/276682/10715823
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyTitle("DaReport")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: Assemb
www.eeworm.com/read/470492/6912008
txt levels.instructions.txt
---
level number
columns
rows
iScoreLevelCleared
iBlockNormalDestroyScore
iScoreDecreaseTime
iScoreDecrement
panel width
panel speed
panel reflection
ball width
iBallSpeedMaxX
iBallSpeedA
www.eeworm.com/read/409205/11341444
m ktoa.m
function a = ktoa(k)
%KTOA converts reflection coefficients to AR polynomial
%----
% Usage: A = ktoa(K)
%
% where each column of A contains polynomial coefficients
% and " "
www.eeworm.com/read/120641/14794387
cs authorattributecheck.cs
using System;
using System.Reflection;
namespace MSPress.CSharpCoreRef.Authoring
{
public class AuthorAttributeCheck
{
public AuthorAttributeCheck(Type theType)
{
www.eeworm.com/read/207278/15275919
m ktoa.m
function a = ktoa(k)
%KTOA converts reflection coefficients to AR polynomial
%----
% Usage: A = ktoa(K)
%
% where each column of A contains polynomial coefficients
% and "
www.eeworm.com/read/207278/15275950
m atok.m
function k = atok(a)
%ATOK converts AR polynomial to reflection coefficients
%----
% Usage: K = atok(A)
% where each column of A contains polynomial coeffs
% and " "
www.eeworm.com/read/405478/2291012
java availability.java
//$Id: $
package org.hibernate.test.annotations.reflection;
/**
* @author Emmanuel Bernard
*/
public enum Availability {
ON_DUTY,
NO_SERVICE
}
www.eeworm.com/read/155148/5629231
~1~ mydll.dpr.~1~
library myDLL;
uses
SysUtils,
Classes,
System.Reflection,
System.Runtime.InteropServices;
[assembly: AssemblyTitle('')]
[assembly: AssemblyDescription('')]
[assembly: AssemblyCon