代码搜索:performs

找到约 4,693 项符合「performs」的源代码

代码结果 4,693
www.eeworm.com/read/352679/10526187

asm add_bcd.asm

;******************* Unsigned BCD Addition *************** ; ; This routine performs a 2 Digit Unsigned BCD Addition ; It is assumed that the two BCD numbers to be added are in ; location
www.eeworm.com/read/352679/10526194

asm bcd_sub.asm

;******************* Unsigned BCD Subtraction *************** ; ; This routine performs a 2 Digit Unsigned BCD Subtraction. ; It is assumed that the two BCD numbers to be subtracted are in
www.eeworm.com/read/419474/10866122

m vgdecef.m

% vgdecef.m % Scope: This MATLAB macro performs the transformation from geodetic to % ECEF coordinates for a given position vector specified by the %
www.eeworm.com/read/466933/7023779

cpp astroops.cpp

/*****************************************************************************\ * AstroOps.cpp * * AstroOps is a 'catch-all' class that performs misc. handy calculations * * author: mark hus
www.eeworm.com/read/460508/7248530

asm bcd_add2.asm

;******************* Unsigned BCD Addition *************** ; ; This routine performs a 2 Digit Unsigned BCD Addition ; It is assumed that the two BCD numbers to be added are in ; location
www.eeworm.com/read/460508/7248540

asm bcd_add.asm

;******************* Unsigned BCD Addition *************** ; ; This routine performs a 2 Digit Unsigned BCD Addition ; It is assumed that the two BCD numbers to be added are in ; location
www.eeworm.com/read/460508/7248553

asm add_bcd.asm

;******************* Unsigned BCD Addition *************** ; ; This routine performs a 2 Digit Unsigned BCD Addition ; It is assumed that the two BCD numbers to be added are in ; location
www.eeworm.com/read/460508/7248555

asm bcd_sub.asm

;******************* Unsigned BCD Subtraction *************** ; ; This routine performs a 2 Digit Unsigned BCD Subtraction. ; It is assumed that the two BCD numbers to be subtracted are in
www.eeworm.com/read/449504/7502188

m prandom.m

function results = prandom(y,index,x) % PURPOSE: performs Random Effects Estimation for Panel Data % (for balanced or unbalanced data) %----------------------------------------------------
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 %-----------------------