代码搜索:乘法运算

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

代码结果 9,367
www.eeworm.com/read/200131/15440178

m exm04034_3.m

A_sinA=sin(A) %数组运算 A_sinM=funm(A,'sin') %矩阵运算
www.eeworm.com/read/241771/13121202

c tc11.c

/****************** tc11-2.c 乘法表 ******************/ #include "stdio.h" main( ) { int n,i,j; printf(" 乘法表\n\n"); for(i=1;i
www.eeworm.com/read/312006/13620251

zsf wed.zsf

F:/VHDL练习/八位乘法器/CHENGFA_8.vwf 0 487200 609 487200 0
www.eeworm.com/read/249688/12481242

txt 逆元.txt

int gcd(int a,int b,int &ar,int &br) { int x1,x2,x3; int y1,y2,y3; int t1,t2,t3; if(0==a) {//有一个数为0,就不存在乘法逆元 ar=0; br=0 ; return b; } if(0==b) { ar=0
www.eeworm.com/read/159250/10675755

txt 无优先级运算问题.txt

给定n 个正整数和4 个运算符+、-、*、/, 且运算符无优先级,如2+3*5=25。对于任意给定 的整数m,试设计一个算法,用以上给出的n 个数 和4 个运算符,产生整数m,且用的运算次数最少 给出的n个数中每个数最多只能用1 次,但每种运 算符可以任意使用。
www.eeworm.com/read/378960/9211583

txt czero.txt

::= +|- ::= * | / ::= < | | >= | != | == ::= _ | a |...|z | A |...|Z
www.eeworm.com/read/148168/12488312

txt kj02-04-06.txt

运算符的优先级决定同一算式中所有运算符的运算次序。 当表达式中存在不同种类的运算符时,Visual Basic将优先执行算术运算与字符串连接运 算,再进行比较运算,最后才进行逻辑运算。 在同类运算符中,位于较上方表格行中的运算符的优先级较高。 在实际编程过程中,如果对运算符的优先级不甚熟悉,则应使用加括号“()”的手段明 确指定运算次序,而不能草率从事。 ...
www.eeworm.com/read/303279/13819041

htm 运算符和表达式(位运算符).htm

第八课 运算符和表达式(位运算符)_社团文集_华中科技大
www.eeworm.com/read/303279/13819049

htm 运算符和表达式(关系运算符).htm

第七课 运算符和表达式(关系运算符)_社团文集_华中科技