代码搜索:乘法运算

找到约 9,367 项符合「乘法运算」的源代码

代码结果 9,367
www.eeworm.com/read/284797/8896620

dsp 乘法表.dsp

# Microsoft Developer Studio Project File - Name="乘法表" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/384066/8903319

c 实矩阵乘法.c

#include"stdio.h" #define MAX 255 void MatrixMul(a,b,m,n,k,c)/*实矩阵相乘*/ int m,n,k; double a[],b[],c[]; { int i,j,l,u; for(i=0;i
www.eeworm.com/read/282574/9081982

cpp 大整数乘法.cpp

#include #include long mult(long x,long y,int n); int num(long x); void main() //主函数 { long x,y; couty; cout
www.eeworm.com/read/282263/9107878

ncb 乘法表.ncb

www.eeworm.com/read/282263/9107881

opt 乘法表.opt

www.eeworm.com/read/282263/9107885

dsw 乘法表.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # 警告: 不能编辑或删除该工作区文件! ############################################################################### Project: "乘法表"=".\乘法表.dsp" -
www.eeworm.com/read/282263/9107888

plg 乘法表.plg

Build Log --------------------Configuration: 乘法表 - Win32 Debug-------------------- Command Lines Results 乘法表.exe - 0 error(s),
www.eeworm.com/read/282263/9107890

dsp 乘法表.dsp

# Microsoft Developer Studio Project File - Name="乘法表" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/162541/10297668

txt 乘法表.txt

#include void main() { int s,sum=0; printf("请输入一个数:"); scanf("%d",&s); printf("乘法表:\n"); for(int a=1;a
www.eeworm.com/read/279550/10421413

txt 最大乘法.txt

CONST maxn=50; VAR f,g:array[0..maxn,0..maxn]of longint; n,k,i,j,p,t1:longint; code:integer; s,s1:string; BEGIN readln(n,k); readln(s); for i:=1 to n do for j:=1 to n do