代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/348787/10867068
h osddrv.h
#ifndef _osddrvhead_
#define _osddrvhead_
/***** FOR OSD *****/
#define SRAM_LINE_BUFFER_SIZE ((unsigned int)130) /* size of 1 block corresponding to 1 line in OSD SRAM buffer */
#define SRAM_B
www.eeworm.com/read/454834/7382463
java comm.java
/*
commName is an integer from 0 to 9
corresponding to comm0,comm1,etc in windows
baudrate can only be 9600,19200 or 38400
*/
public class comm implements CommError {
public int com
www.eeworm.com/read/445967/7587073
m coef_dcov1d.m
function D=coef_dcov1D(pflt)
%D=coef_dcov1D(pflt)
%
% This function returns diagonal blocks of the covariance matrix
% corresponding to 6 levels of 1-dimensional multiwavelet transform with
%
www.eeworm.com/read/198545/7929242
m orthpoly.m
function [op]=orthpoly(x,n,c)
%ORTHPOLY ORTHPOLY(X,N) calculates the orthogonal polynomials up
% to order N corresponding to vector X.
%
% ORTHPOLY(X,N,C) calculates constrained polynomials, so t
www.eeworm.com/read/195613/8138363
java mtwb.java
/*
* mtwb.java
*
* Created on 2006, February 22, 0:53
* Juraj Borza
*
*Changelog:
*
*0.2 - can replace some HTML tags with corresponding stuff (e.g. with \n etc and strip other ta
www.eeworm.com/read/330486/12885840
txt readme.txt
If you want to compilethe programm correctly, you should put the following files in the corresponding locations.
glut32.dll to %WinDir%\System32,
glut32.lib to $(MSDevDir)\..\..\VC9
www.eeworm.com/read/243539/12935107
m ikine.m
%IKINE Inverse manipulator kinematics
%
% Q = IKINE(ROBOT, T)
% Q = IKINE(ROBOT, T, Q)
% Q = IKINE(ROBOT, T, Q, M)
%
% Returns the joint coordinates corresponding to the end-effector transform T.
% No
www.eeworm.com/read/301959/13845482
m coef_dcov1d.m
function D=coef_dcov1D(pflt)
%D=coef_dcov1D(pflt)
%
% This function returns diagonal blocks of the covariance matrix
% corresponding to 6 levels of 1-dimensional multiwavelet transform with
%
www.eeworm.com/read/152843/5661573
c flexcop-hw-filter.c
/*
* This file is part of linux driver the digital TV devices equipped with B2C2 FlexcopII(b)/III
*
* flexcop-hw-filter.c - pid and mac address filtering and corresponding control functions.
*
*
www.eeworm.com/read/124910/6037485
h fd_to_filename.h
/* Query filename corresponding to an open FD. Linux version.
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; y