代码搜索:乘法运算
找到约 9,367 项符合「乘法运算」的源代码
代码结果 9,367
www.eeworm.com/read/478650/6712648
m ex0211.m
%矩阵和数组的加、减和乘法运算
x1=[1 2;3 4;5 6];
x2=eye(3,2)
x1+x2 %矩阵相加
x1.*x2 %数组相乘
x1*x2 %矩阵相乘x1列数不等于x2行数
x3=eye(2,3)
x1*x3 %矩阵相乘
www.eeworm.com/read/407198/11425126
txt 问题.txt
1.sun7474的制作
2.分频器的原理与运用
3.C1和H中TAB中数值的意义不明
4.用汇编写一个结果大与255的乘法运算
www.eeworm.com/read/158241/11630834
m ex0211.m
%矩阵和数组的加、减和乘法运算
x1=[1 2;3 4;5 6];
x2=eye(3,2)
x1+x2 %矩阵相加
x1.*x2 %数组相乘
x1*x2 %矩阵相乘x1列数不等于x2行数
x3=eye(2,3)
x1*x3 %矩阵相乘
www.eeworm.com/read/125681/14479371
c 超长正整数的加法和乘法运算.c
#include
#include
int neg[3] = {0, 0, 0};
char ot[101] = "0";
void print(char*);
char* add(char*, char*);
char* minus(char*, char*);
char* multiply(char*, char*);
int
www.eeworm.com/read/329563/12948274
obj 乘法.obj
www.eeworm.com/read/329563/12948278
plg 乘法.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\程序\乘法\乘法.uv2
Project File Date: 05/12/2008
Output:
assembling 乘法.ASM...
www.eeworm.com/read/329563/12948295
opt 乘法.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {