代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/251528/12339456
m utf_smooth1.m
%UTF_SMOOTH1 Smoother based on two unscented Kalman filters
%
% Syntax:
% [M,P] = UTF_SMOOTH1(M,P,Y,[ia,Q,aparam,h,R,hparam,,alpha,beta,kappa,mat,same_p_a,same_p_h])
%
% In:
% M - NxK matrix of K
www.eeworm.com/read/38039/1090971
mnu menucopynew.mnu
COPY#FEATURE 复制特征
# remove the # sign and enter foreign help string in this line
New#Refs 新参照
Copy features by selecting new references.
通过选取新参考来复制特征
Same#Refs 相同参考
Copy features by using the same re
www.eeworm.com/read/38039/1093309
mnu menucopy.mnu
COPY#FEAT 复制特征
# remove the # sign and enter foreign help string in this line
New#Refs 新参照
Copy features by selecting new references.
通过选取新参考来复制特征
Same#Refs 相同参考
Copy features by using the same refer
www.eeworm.com/read/432727/1890160
zul z30-alignpack-0006.zul
1. Each space between each other is the same from the first vbox.
2. Each space between each other is the same as each label from
www.eeworm.com/read/432727/1890717
zul z30-alignpack-0005.zul
1. Each space between each other is the same from the first hbox.
2. Each space between each other is the same as each label from
www.eeworm.com/read/379611/9191657
asm os_cpu_a.asm
.def _OSCtxSw, _OSIntCtxSw;
.def _OSStartHighRdy;
.def _OSTaskStkInit;
.mmregs
;**************** Context save and restore macros ************
;
; order must be the same as the compile
www.eeworm.com/read/180193/9316396
cpp list.cpp
///////////////////////////////////////////////////////////////////////////
//
// For those of you who say this looks familiar... it should. This is
// the same linked-list style that the Amiga Ex
www.eeworm.com/read/177099/9469797
asm os_cpu_a.asm
.def _OSCtxSw, _OSIntCtxSw;
.def _OSStartHighRdy;
.def _OSTaskStkInit;
.mmregs
;**************** Context save and restore macros ************
;
; order must be the same as the compile
www.eeworm.com/read/175439/9549036
asm os_cpu_a.asm
.def _OSCtxSw, _OSIntCtxSw;
.def _OSStartHighRdy;
.def _OSTaskStkInit;
.mmregs
;**************** Context save and restore macros ************
;
; order must be the same as the compile
www.eeworm.com/read/449504/7502528
m matmul.m
function out = matmul(x,y)
% PURPOSE: performs matrix multiplication even if matrices
% are not of the same dimension, but are row or
% column compatible
%-----------------------