代码搜索:乘法运算
找到约 9,367 项符合「乘法运算」的源代码
代码结果 9,367
www.eeworm.com/read/160403/10535146
vhd kk.vhd
entity smultadd1 is
port (clk_regbt,clk_reg: in std_logic:
x0,x1,x2,y0,y1:in std_logic_vector(9 downto 0);
yout: out std_logic_vector(9 downto 0));
end smultadd1;
architecture behav of ...
www.eeworm.com/read/462042/7211692
txt 代码5-24.txt
F = rand(1024,1024);
x = rand(1024,1);
% 对F的所有行进行点型乘法。
Y = F * diag(sparse(x));
% 对F的所有列进行点型乘法。
Y = diag(sparse(x)) * F;
www.eeworm.com/read/172801/9689626
txt 大数运算 30位以上的大数运算.txt
#include "iostream.h"
#include "string.h"
#include "stdlib.h"
int g; //g是接收功能选择的变量
// 加法函数
void out()
{
cout
www.eeworm.com/read/235725/14054870
ppt 2-matlab的数值运算、符号运算.ppt
www.eeworm.com/read/430517/8740921
c 结构指针运算.c
www.eeworm.com/read/286125/8787659