代码搜索:Multiplication

找到约 1,176 项符合「Multiplication」的源代码

代码结果 1,176
www.eeworm.com/read/191613/8425988

cpp ex0422.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example 4.22 on page 72 // Using a break statement in nested loops #include // defin
www.eeworm.com/read/191613/8426488

cpp ex1205.cpp

// Programming with C++ by John R. Hubbard // Copyright McGraw-Hill, 2000 // test_Ratio.cpp // Test driver for the Ratio class #include "Ratio.h" int main() { Ratio x(22,7), y(-3,8), z;
www.eeworm.com/read/191613/8426546

cpp pr1109.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 11.9 on page 267 // A multiplication operator for the Point class Point operator*(const
www.eeworm.com/read/384133/8895094

m post_process.m

function synth=Post_Process(syn_pst) %/*------------------------------------------------------------------------* % * Function Post_Process() * % *
www.eeworm.com/read/379471/9195023

as camera3d.as

/** * project3D Engine * @author John Sword * @version 2 - AS3 */ package engine.camera { import engine.geom.Vector; import engine.math.Matrix3x3; import engine.math.VectorUtils;
www.eeworm.com/read/360651/10082988

m post_process.m

function synth=Post_Process(syn_pst) %/*------------------------------------------------------------------------* % * Function Post_Process() * % *
www.eeworm.com/read/278133/10566177

m post_process.m

function synth=Post_Process(syn_pst) %/*------------------------------------------------------------------------* % * Function Post_Process() * % *
www.eeworm.com/read/196115/8114614

vhd mul32x8comb.vhd

--**************************************************************************************************** -- 32x8 Combinatorial Multiplier for ARM core -- Designed by Ruslan Lepetenok -- Modified 23.0
www.eeworm.com/read/485855/6548512

m post_process.m

function synth=Post_Process(syn_pst) %/*------------------------------------------------------------------------* % * Function Post_Process() * % *
www.eeworm.com/read/343481/11944759

m quamult.m

function quanew = quamult(qua1,qua2) %QUAMULT Quaternion multiplication. % % quanew = quamult(qua1,qua2) % % INPUT % qua1, qua2 = 4 element quaternion vectors %