代码搜索:Multiplication

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

代码结果 1,176
www.eeworm.com/read/299178/7881123

m conv.m

function c = conv(a, b) %CONV Convolution and polynomial multiplication. % C = CONV(A, B) convolves vectors A and B. The resulting % vector is length LENGTH(A)+LENGTH(B)-1. % If A and B are
www.eeworm.com/read/244284/12874991

plot-plane2 menu.plot-plane2

..............MENU ONE ....................... ..... Change these parameters if necessary:... 0. Number of contour levels = 30 1. Resolution for the plot = 160 2. Resolution fo
www.eeworm.com/read/323831/13314056

h mat_operations.h

// Copyright (C) 2003 Zbigniew Leyk (zbigniew.leyk@anu.edu.au) // and David E. Stewart (david.stewart@anu.edu.au) // and Ronan Collobert (collober@idiap.ch) //
www.eeworm.com/read/318176/13484372

tpl mrcomba2.tpl

/* * MIRACL Comba's method for ultimate speed binary polynomial * mrcomba2.tpl * * Here the inner loops of the basic multiplication, and squaring * algorithms are completely unrav
www.eeworm.com/read/136827/5847068

h mac_32.h

/********************************************************************** ** Copyright (C) 2000-2005 Trolltech AS and its licensors. ** All rights reserved. ** ** This file is part of the Qtopia Environ
www.eeworm.com/read/113030/6142315

cpp pc3_11.cpp

// Chapter 3 of C++ How to Program // Programming Challenge 11 (Solution) #include using std::cout; using std::endl; using std::cin; #include #include
www.eeworm.com/read/494289/6381829

tpl mrcomba2.tpl

/* * MIRACL Comba's method for ultimate speed binary polynomial * mrcomba2.tpl * * Here the inner loops of the basic multiplication, and squaring * algorithms are completely unrav
www.eeworm.com/read/156908/11753797

tpl mrcomba2.tpl

/* * MIRACL Comba's method for ultimate speed binary polynomial * mrcomba2.tpl * * Here the inner loops of the basic multiplication, and squaring * algorithms are completely unrav
www.eeworm.com/read/221024/14774903

html http:^^www.cs.wisc.edu^~cs354-2^cs354^solutions^q3.k.html

Date: Tue, 05 Nov 1996 00:32:12 GMT Server: NCSA/1.5 Content-type: text/html Last-modified: Fri, 11 Oct 1996 14:55:46 GMT Content-length: 3975 CS 354 - Quiz #3
www.eeworm.com/read/194995/8180110

m montocalo.m

% Example Monte Carlo Simulation in Matlab % Function: y = x2^2/x1 % % Generate n samples from a normal distribution % r = ( randn(n,1) * sd ) + mu % mu : mean % sd : standard devi