代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/256612/11983316
m post_process.m
function synth=Post_Process(syn_pst)
%/*------------------------------------------------------------------------*
% * Function Post_Process() *
% *
www.eeworm.com/read/153105/12060320
vhd mul32x8comb.vhd
--****************************************************************************************************
-- 32x8 Combinatorial Multiplier for ARM core
-- Designed by Ruslan Lepetenok
-- Modified 23.0
www.eeworm.com/read/339494/12229097
m post_process.m
function synth=Post_Process(syn_pst)
%/*------------------------------------------------------------------------*
% * Function Post_Process() *
% *
www.eeworm.com/read/338169/12321197
h matrixinverse.h
/*
* A byproduct of my project, I hope it can be a little useful to us.
* only used for intercommunacation, anyone who is interested in this
* arithmetic can contact with the author
* Version
www.eeworm.com/read/224839/14566508
m post_process.m
function synth=Post_Process(syn_pst)
%/*------------------------------------------------------------------------*
% * Function Post_Process() *
% *
www.eeworm.com/read/221899/14715234
m post_process.m
function synth=Post_Process(syn_pst)
%/*------------------------------------------------------------------------*
% * Function Post_Process() *
% *
www.eeworm.com/read/202486/15381631
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/202486/15381823
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/202486/15381844
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/290293/8491493
c montexpo.c
/*
Author: Pate Williams (c) 1997
Montgomery exponentiation. See "Handbook of Applied
Cryptography" by Alfred J. Menezes et al Section
14.6.1 pages 614 - 620.
*/
#include