代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/388569/8600871
cpp 1517 a multiplication game.cpp
#include
using namespace std;
int main()
{
int n,low,high;
bool w;
while(scanf("%d",&n)==1)
{
w=true;
low=n/9;
if(low*9
www.eeworm.com/read/316280/13526346
cc multiplication_hash_function.cc
//Copyright (c) 2004, Charles Killian, Adolfo Rodriguez, Dejan Kostic, Sooraj Bhat, and Amin Vahdat
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//mod
www.eeworm.com/read/316280/13526351
h multiplication_hash_function.h
//Copyright (c) 2004, Charles Killian, Adolfo Rodriguez, Dejan Kostic, Sooraj Bhat, and Amin Vahdat
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//mod
www.eeworm.com/read/491778/6434355
ppt booth's_multiplication.ppt
www.eeworm.com/read/474916/6797964
cpp large_integer_multiplication.cpp
#include
#include
using namespace std;
void main()
{
char num1[32],num2[32];//存储大整数数组
int digit1[16]={0};
int digit2[16]={0};
int e[64]={0};
int f[64]={0};
int
www.eeworm.com/read/300587/13904681
cpp 1517 a multiplication game.cpp
#include
using namespace std;
int main()
{
int n,low,high;
bool w;
while(scanf("%d",&n)==1)
{
w=true;
low=n/9;
if(low*9
www.eeworm.com/read/388569/8600477
cpp 1082 matrix chain multiplication.cpp
/*
1082 Matrix Chain Multiplication
Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 1024 K
GUN C++
*/
//模拟栈操作
#include
//#include
//ifstream fin("data.txt")
www.eeworm.com/read/300587/13904362
cpp 1082 matrix chain multiplication.cpp
/*
1082 Matrix Chain Multiplication
Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 1024 K
GUN C++
*/
//模拟栈操作
#include
//#include
//ifstream fin("data.txt")
www.eeworm.com/read/160574/10517645
txt 32-bit integer multiplication.txt
32-Bit Integer Multiplication
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; This routine multiplies two 32-bit signed integers
; resulting; in a 64-bit product. The operands are f
www.eeworm.com/read/140688/13067378
txt 32-bit integer multiplication.txt
32-Bit Integer Multiplication
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; This routine multiplies two 32-bit signed integers
; resulting; in a 64-bit product. The operands are f