代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/408109/11405032
h lpc.h
/*
2.4 kbps MELP Proposed Federal Standard speech coder
version 1.2
Copyright (c) 1996, Texas Instruments, Inc.
Texas Instruments has intellectual property rights on the MELP
algorithm.
www.eeworm.com/read/407557/11415956
java reflectmethods.java
/**
* 演示reflection工作原理的一个简单类
*/
package sample;
import java.lang.reflect.*;
public class ReflectMethods {
public static void main(String args[]) {
try {
Class c = C
www.eeworm.com/read/407093/11430078
c zlaghe.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Table of constant values */
static do
www.eeworm.com/read/407093/11430105
c slagsy.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Table of constant values */
static in
www.eeworm.com/read/407093/11430118
c dlagge.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Table of constant values */
static in
www.eeworm.com/read/407093/11430123
c slagge.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Table of constant values */
static in
www.eeworm.com/read/407093/11430128
c dlagsy.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Table of constant values */
static in
www.eeworm.com/read/405217/11468625
m binomialxfrmrbw.m
% BINOMIALXFRMRBW Calculate the bandwidth of a binomial transformer
%
% [BW] = BINOMIALXFRMRBW (Zl, Z0, N, GammaM) calcultaes the relative bandwidth
% of an N section binomial trans
www.eeworm.com/read/156653/11786576
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) coeffic
www.eeworm.com/read/154092/11989754
m vswr.m
function res=VSWR(gamma)
% Usage: res=VSWR(gamma)
%
% Purpose: computes VSWR for give reflection coefficient gamma
if nargin