代码搜索:乘法运算
找到约 9,367 项符合「乘法运算」的源代码
代码结果 9,367
www.eeworm.com/read/704/2834
vi 运算.vi
www.eeworm.com/read/704/2836
vi 运算.vi
www.eeworm.com/read/704/2841
vi 运算.vi
www.eeworm.com/read/712/3430
vi 运算.vi
www.eeworm.com/read/463785/7175278
txt 运算符栈运算.txt
#include"iostream"
#include"sstream"
#include"string"
using namespace std;
int bijiao[8][8]={3,3,1,1,1,1,3,3,
3,3,1,1,1,1,3,3,
3,3,3,3,3,1,3,3,
www.eeworm.com/read/289579/8541713
c 乘法矩阵.c
#include
void main()
{
int i,j;
int big[8][8];
for (i = 0;i < 8;i++) /*循环嵌套*/
for (j = 0;j < 8;j++)
big[i][j] = i * j; /* 乘法表 */
big[2][6] = 748;
www.eeworm.com/read/384674/8851458
txt 浮点乘法.txt
module w3(d1,d2,d3);
input[23:0] d1,d2;
output[23:0] d3;
reg[7:0] e_;
reg[14:0] dd;
wire[7:0] e =d1[23:16]+d2[23:16];
wire s =d1[15]^d2[15];
wire[29:0] d =d1[14:0]*d2[14:0];
wire[2
www.eeworm.com/read/186844/8901984
txt 复数乘法.txt
www.eeworm.com/read/182692/9195112
txt 大数乘法.txt
// 4321->n4
// ×) 999->m3
// ----------
// 38889
// 38889
// 38889
// ----------
// 4316679
//模拟该过程的C语言代码如下(整数在数组中逆序存放,结果是正序输出的,数组中每个元素
//用来存放整数中的每一