代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/389516/8516043

eqn vga.fit.eqn

-- Copyright (C) 1991-2006 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/431740/8657277

eqn vga.fit.eqn

-- Copyright (C) 1991-2006 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/431423/8677368

eqn lcd_1602.fit.eqn

-- Copyright (C) 1991-2006 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/184304/9111789

m exm059~1.m

function exm0591_1() %exm0591_1.m X(:,1)=ones(10,1);X(1,1)=100;X(10,1)=0.01; rand('state',1);randn('state',1) X(:,2)=rand(10,1); X(:,3)=randn(10,1);X(:,3)=2*abs(min(X(:,3)))+X(:,3); % Moment1
www.eeworm.com/read/175741/9535019

txt readme.txt

--------------------------------------------------------------------------- Subject: Readme file for large-integer arithmetic Basic library Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl Date :
www.eeworm.com/read/175741/9535103

txt readme.txt

--------------------------------------------------------------------------- Subject: Readme file for large-integer arithmetic Basic library Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl Date :
www.eeworm.com/read/364985/9884432

m exm0591_1.m

function exm0591_1() %exm0591_1.m X(:,1)=ones(10,1);X(1,1)=100;X(10,1)=0.01; rand('state',1);randn('state',1) X(:,2)=rand(10,1); X(:,3)=randn(10,1);X(:,3)=2*abs(min(X(:,3)))+X(:,3); % Moment1
www.eeworm.com/read/364280/9914364

eqn lcd_1602.fit.eqn

-- Copyright (C) 1991-2006 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/364280/9915481

eqn vga.fit.eqn

-- Copyright (C) 1991-2006 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/167540/9964227

c- c-arith_exp.c-

/* * test file arith_exp.c- * * test arithmetic expressions * * just uncomment the "println" statements to see the results * * */ int main() { int a=1,b=10,c=100,d; d = a + b;