代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/228321/4765323
c sober128tab.c
/**
@file sober128tab.c
SOBER-128 Tables
*/
/* $Id: sober128tab.c,v 1.2 2005/05/05 14:35:59 tom Exp $ */
/* @(#)TuringMultab.h 1.3 (QUALCOMM) 02/09/03 */
/* Multiplication table for Turing
www.eeworm.com/read/201813/5056988
c sober128tab.c
/**
@file sober128tab.c
SOBER-128 Tables
*/
/* $Id: sober128tab.c,v 1.2 2005/05/05 14:35:59 tom Exp $ */
/* @(#)TuringMultab.h 1.3 (QUALCOMM) 02/09/03 */
/* Multiplication table for Turing
www.eeworm.com/read/405546/2287844
java question5.java
class Multiplication
{
public static void main(String args[])
{
int i,j;
for (i=1;i
www.eeworm.com/read/353378/3086123
c sober128tab.c
/**
@file sober128tab.c
SOBER-128 Tables
*/
/* $Id: sober128tab.c,v 1.2 2005/05/05 14:35:59 tom Exp $ */
/* @(#)TuringMultab.h 1.3 (QUALCOMM) 02/09/03 */
/* Multiplication table for Turing
www.eeworm.com/read/140797/7147104
s __muldi3.s
/*
* arch/i386/libgcc/__muldi3.S
*
* 64*64 = 64 bit unsigned multiplication
*/
.text
.align 4
.globl __muldi3
.type __muldi3,@function
__muldi3:
push %esi
#ifndef REGPARM
movl 8(%esp),%ea
www.eeworm.com/read/298909/7924245
m complex_mul.m
function [I_out, Q_out] = complex_mul(I_in, Q_in, h_I, h_Q)
%% function [Iout, Qout] = complex_mul(Iin, Qin, Hi, Hq)
% Perform complex multiplication (signal constellation rotating, weighting...)
%
www.eeworm.com/read/340506/12151129
v modified_booth_cla.v
//Multiplication parameter
`define n 8 //Operation bits
`define c `n/2
//Modified Booth Multiplier
module modified_booth_cla(pro, x, y);
output [`n+`n-1:0] pro;
input [`n-1:0] x, y;
re
www.eeworm.com/read/364550/2903011
s __muldi3.s
/*
* arch/i386/libgcc/__muldi3.S
*
* 64*64 = 64 bit unsigned multiplication
*/
.text
.align 4
.globl __muldi3
.type __muldi3,@function
__muldi3:
push %esi
#ifndef _REGPARM
movl 8(%esp),%e
www.eeworm.com/read/256086/4370773
s __muldi3.s
/*
* arch/i386/libgcc/__muldi3.S
*
* 64*64 = 64 bit unsigned multiplication
*/
.text
.align 4
.globl __muldi3
.type __muldi3,@function
__muldi3:
push %esi
#ifndef REGPARM
movl 8(%esp),%ea
www.eeworm.com/read/459616/7270206
cpp rmult.cpp
// dynamic programming recursive matrix multiplication chains
#include
#include "make2db.h"
int r[7] = {0, 10, 5, 1, 10, 2, 10};
int **kay;
int C(int i, int j)
{// Return c(i,j) and c