代码搜索:mult
找到约 6,230 项符合「mult」的源代码
代码结果 6,230
www.eeworm.com/read/316838/13516202
asv optd1.asv
function [Ab] = optd1()%(ts,N,Nc,beta,gen)
% function [M] = optd1(ts,N,Nc,beta,gen)
% M -> matrix of memory cells 记忆细胞矩阵
% ts -> suppression threshold 抑制阈值
% N -> clone number mult
www.eeworm.com/read/481356/6639281
m optd1.m
function [Ab] = optd1()%(ts,N,Nc,beta,gen)
% function [M] = optd1(ts,N,Nc,beta,gen)
% M -> matrix of memory cells 记忆细胞矩阵
% ts -> suppression threshold 抑制阈值
% N -> clone number mult
www.eeworm.com/read/481356/6639282
asv optd1.asv
function [Ab] = optd1()%(ts,N,Nc,beta,gen)
% function [M] = optd1(ts,N,Nc,beta,gen)
% M -> matrix of memory cells 记忆细胞矩阵
% ts -> suppression threshold 抑制阈值
% N -> clone number mult
www.eeworm.com/read/342573/12011399
c cgen.c
#include "globals.h"
#include "cgen.h"
typedef enum{
ADD,SUB,MULT,DIV,EQC,READC,WRITEC,RETURNC,ASSIG,LABEL,JUMP,JUMP0,JUMPN0}CodeKind;
typedef struct AddressRec{char* name;int dataoff;}*address;
www.eeworm.com/read/339038/12266683
c p-adic.c
#define _CRT_SECURE_NO_DEPRECATE
#include "integer.h"
#include
#include
#include
#include "fun.h"
#include "stack.h"
/*#include "unistd.h"*/
/* MULT_PADIC for
www.eeworm.com/read/231204/14247892
c hard232.c
#include
#include "AT89X52.H"
#include "mult232.h"
extern bit bFinEmpty0; // FiFo 0空
extern bit bFinOver0; // FiFo 0溢出
extern bit bFinEmpty1; /
www.eeworm.com/read/3218/22749
c example 6-16.c
; Example 6 - 16. Residu Implementation C Listing Using Intrisics for the TMS320C62x DSP
#define L_add(a,b) (_sadd((a),(b)))
#define L_mult(a,b) (_smpy((a),(b)))
#define extract_h(a) (_e
www.eeworm.com/read/13605/279614
v multi_select_1.v
module mult_select(a,b,select,out);
parameter size=8;
input [size-1:0]a,b;
input select;
output [size-1:0]out;
reg [size-1:0]out;
always@(a or b or select)
begin
if(sel
www.eeworm.com/read/18022/771008
vhd multitable.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.ALL;
ENTITY multitable IS
PORT(a,b:IN STD_LOGIC_VECTOR(3 DOWNTO 0);
dout:OUT INTEGER RANGE 81 DOWNTO 0);
END mult
www.eeworm.com/read/32161/1032480
v multi_select_1.v
module mult_select(a,b,select,out);
parameter size=8;
input [size-1:0]a,b;
input select;
output [size-1:0]out;
reg [size-1:0]out;
always@(a or b or select)
begin
if(sel