代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/159946/10585011
h cmplx.h
/* cmplx.h - complex arithmetic declarations */
#include /* in MSC and TC/BC, it declarares: */
/* \ttt{struct complex} and
www.eeworm.com/read/159517/10644722
h cmplx.h
/* cmplx.h - complex arithmetic declarations */
#include /* in MSC and TC/BC, it declarares: */
/* \ttt{struct complex} and
www.eeworm.com/read/350482/10741036
out tommath.out
\BOOKMARK [0][-]{chapter.1}{Introduction}{}
\BOOKMARK [1][-]{section.1.1}{Multiple Precision Arithmetic}{chapter.1}
\BOOKMARK [2][-]{subsection.1.1.1}{What is Multiple Precision Arithmetic?}{section.1
www.eeworm.com/read/275202/10829471
m gadual.m
function C = GAdual(A)
%GAdual(M): Computes the dual, M/I3, where M is a GA object.
%
%See also gable.
% GABLE, Copyright (c) 1999, University of Amsterdam
% Copying, use and development for non-comm
www.eeworm.com/read/272894/10937064
dpr ex.dpr
program Ural_1013(Input, Output);
const
MaxN = 1798;
MaxLen = 2000;
type
TIndex = Integer;
TData = record
Len: TIndex;
D: array[1..MaxLen] of Byte;
end;
www.eeworm.com/read/272894/10937297
dpr ex.dpr
program Ural_1012(Input, Output);
const
MaxN = 178;
MaxLen = 1000;
type
TIndex = Integer;
TData = record
Len: TIndex;
D: array[1..MaxLen] of Byte;
end;
www.eeworm.com/read/465102/7057780
txt keycode常数用法 .txt
KeyCode常数用法
--------------------------------------------------------------------------------
可在代码中的任何地方用下列常数代替实际值:
常数 值 描述
vbKeyLButton 0x1 鼠标左键
vbKeyRButton 0x2 鼠标右键
vbKeyC
www.eeworm.com/read/458493/7295672
m contents.m
% NMM Toolbox: routines for eigenvalue computation
%
% eigSort Eigenvalue/vectors sorted in ascending or descending order
% iterMult Iterated multiplication of a vector by a matrix: u = A*A