代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/408881/11366443
java ntierauth.java
/*
* A Ntier Authentication Sample
*
* It 1. create new users proxy and client
* grant corresponding privileges to them
* 2. create new roles role1, role2, and
* grant some operat
www.eeworm.com/read/261734/11626022
m func_invdwt.m
function im_rec = func_InvDWT(I_W, S, type, level);
%
% Inverse wavelet decomposition
%
% input: I_W : decomposed image vector
% S : corresponding bookkeeping matrix
% typ
www.eeworm.com/read/259565/11782030
m l_merge.m
function wlog=l_merge(wlog,curves,varargin)
% Function replaces the null values of one curve with the corresponding
% samples of another
%
% Written by: E. R.: October 4, 2002
% Last updated: August
www.eeworm.com/read/344698/11865763
c main.c
/*
Example 5b
This example shows what the corresponding node to Example 5A should
look like. When the switch is pressed, it will ask Node 0 for the
engine speed. If it receives the engine sp
www.eeworm.com/read/344551/11872994
m addtag.m
%ADDTAG add a tag to an object
%
% ADDTAG(OBJ_HANDLE,STR)
%
% Adds the tag STR to the object referrenced by OBJ_HANDLE
% When OBJ_HANDLE is an array of handles, STR is added to all corresponding
% o