代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/475765/6778071
m ex4_11.m
%EX4_11.M Example to show matrix operations (A^2, A^5, exp(A))
% Requires Symbolic Math Toolbox
%
A=[1 0 0;0 2 0;0 0 3]
Asq=A^2 % Matrix power A*A
Afifth=A^5 % A*A*A*A*A
expA=expm(
www.eeworm.com/read/193461/8226018
html matrixmode.html
NAME
glMatrixMode - specify which matrix is the current matrix
C SPECIFICATION
void
www.eeworm.com/read/193121/8252872
qmsg svga.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/292920/8323955
c order.c
/* order.c -- precedence in pointer operations */
#include
int data[2] = {100, 200};
int moredata[2] = {300, 400};
int main(void)
{
int * p1, * p2, * p3;
p1 = p2 = data;
www.eeworm.com/read/370324/9605791
qmsg mux21a.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/368891/9674036
txt report.txt
Testing Procedure
========================================================
4.294967293E9
C001 A simple expression.
Input: 2+4^2^4-5
Expected output: 4294967293
Passed !
-0.6536436208636119
C002
www.eeworm.com/read/367160/9773134
f dsecndtst.f
PROGRAM TEST5
*
* -- LAPACK test routine (version 3.1) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* November 2006
*
* .. Parameters ..
INTEGER
www.eeworm.com/read/367160/9773192
f secondtst.f
PROGRAM TEST4
*
* -- LAPACK test routine (version 3.1) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* November 2006
*
* .. Parameters ..
INTEGER