代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/270429/4238171
m bin2eight.m
function y = bin2eight(x)
% bin2eight
%
% Converts binary data to an eight bit form
% Accepts 1x8 array and returns the corresponding decimal
y = 0;
k = 0;
for i = 1:8
y = y + x(8-k)*2^k
www.eeworm.com/read/270429/4238240
m bin2eight.m
function y = bin2eight(x)
% bin2eight
%
% Converts binary data to an eight bit form
% Accepts 1x8 array and returns the corresponding decimal
y = 0;
k = 0;
for i = 1:8
y = y + x(8-k)*2^k
www.eeworm.com/read/235702/14055576
h asn1fix_crange.h
#ifndef ASN1FIX_CRANGE_H
#define ASN1FIX_CRANGE_H
typedef struct asn1cnst_edge_s {
enum asn1cnst_range_edge {
ARE_MIN,
ARE_MAX,
ARE_VALUE
} type;
int lineno; /* Line where the corresponding
www.eeworm.com/read/433114/8545282
m mfilter_d2d.m
function [wfilter,cc_max,shift]=mfilter_d2d(s1,s2,wl,wnoise,increment)
% Function computes a single filter "wfilter" which converts each column of s1 into the
% corresponding column of s2. If s1, s2
www.eeworm.com/read/433114/8545305
m mfilter_t2t.m
function [filter,cc_max,shift]=mfilter_t2t(s1,s2,wl,wnoise,increment)
% Function computes filters "filter" which converts each column of s1 into the
% corresponding column of s2. If s1, s2 represent
www.eeworm.com/read/245849/12777761
m mfilter_d2d.m
function [filter,cc_max,shift]=mfilter_d2d(s1,s2,wl,wnoise,increment)
% Function computes filter "filter" which converts each column of s1 into the
% corresponding column of s2. If s1, s2 represent
www.eeworm.com/read/245849/12777767
m mfilter_t2t.m
function [filter,cc_max,shift]=mfilter_t2t(s1,s2,wl,wnoise,increment)
% Function computes filter "filter" which converts each column of s1 into the
% corresponding column of s2. If s1, s2 represent
www.eeworm.com/read/152121/5675850
sfd ubg5plus.sfd
# UBg5plus.sfd
#
# subfont numbers for Big 5+ encoding and its corresponding code ranges
# to be used with the CJK package for LaTeX.
#
# The input encoding is Unicode.
00 0x0000_0x00FF
01 0x8488 0x8
www.eeworm.com/read/141300/5770612
out txl_ksp.out
Circuit: corresponding to ckt in swec
Warning -- Level not specified on line "vto=0.8 kp=48u gamma=0.30 phi=0.55 lambda=0.00 cgso=0 cgdo=0 cj=0 cjsw=0 tox=18000n ld=0.0u"
Using level 1.
Warning -- L
www.eeworm.com/read/259565/11782348
m mfilter_d2d.m
function [filter,cc_max,shift]=mfilter_d2d(s1,s2,wl,wnoise,increment)
% Function computes filter "filter" which converts each column of s1 into the
% corresponding column of s2. If s1, s2 represent