代码搜索:mult
找到约 6,230 项符合「mult」的源代码
代码结果 6,230
www.eeworm.com/read/381752/9074347
cpp chapter9-24.cpp
//文件名:CHAPTER9-24.cpp
#include
#include
#if _MSC_VER > 1020 // if VC++ version is > 4.2
using namespace std; // std c++ libs implemented in std
#endif
int main( )
{ mult
www.eeworm.com/read/355936/10241164
v wallace_tb.v
`timescale 10ns/100ps
module wallace_wallace_tb_v_tf();
// DATE: 09:37:37 04/08/2005
// MODULE: wallace
// DESIGN: wallace
// FILENAME: wallace_tb.v
// PROJECT: mult
// VERSION:
www.eeworm.com/read/353043/10476407
c 6-2.c
void main () {
initBiosConst(); // 初始化DSP/BIOS
CST_bssInit(); // 初始化CST 内部数据段
CertainBoardInit (BIOS_APPLICATION, EVM5406_118MHZ_MULT,2); // 初始化P
www.eeworm.com/read/457754/7318025
c 6-2.c
void main () {
initBiosConst(); // 初始化DSP/BIOS
CST_bssInit(); // 初始化CST 内部数据段
CertainBoardInit (BIOS_APPLICATION, EVM5406_118MHZ_MULT,2); // 初始化P
www.eeworm.com/read/436204/7775257
cpp gauss fibonacci.cpp
#include
#include
using namespace std;
#define SIZE 5
typedef struct
{
long long d[SIZE][SIZE];
}mat;
mat I;
int M;
mat mult(mat x, mat y, int n)
{
mat c;
f
www.eeworm.com/read/330692/12874736
v mul16.v
module mult16(clk,resetb,start,done,ain,bin,yout);
parameter N=16;
input clk;
input resetb;
input start;
input [N-1:0] ain;
input [N-1:0] bin;
output
www.eeworm.com/read/241323/13156469
m transfer.m
function f=transfer(x0,x1,N,P,mult,E);
%> The file integrates the 1D Schrodinger equation
%> for an 'arbitrary' potential using the Numerov method.
%> It produces the transfer matrix fro
www.eeworm.com/read/310348/13653216
c 6-2.c
void main () {
initBiosConst(); // 初始化DSP/BIOS
CST_bssInit(); // 初始化CST 内部数据段
CertainBoardInit (BIOS_APPLICATION, EVM5406_118MHZ_MULT,2); // 初始化P
www.eeworm.com/read/301437/13859162
c 6-2.c
void main () {
initBiosConst(); // 初始化DSP/BIOS
CST_bssInit(); // 初始化CST 内部数据段
CertainBoardInit (BIOS_APPLICATION, EVM5406_118MHZ_MULT,2); // 初始化P
www.eeworm.com/read/142536/5764736
makedefs
###########
# Copyright 1991 Regents of the University of California. All rights reserved.
###########
CFILES = atander.c cosderiv.c cubeder.c divderiv.c equalder.c \
expderiv.c invderiv.c mult