代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/330429/12892104

java banker.java

//banker.java //os program banker_arithmetic package com.exp.os; import com.exp.os.banker2; //java core package import java.awt.*; import java.awt.event.*; //java extension package import
www.eeworm.com/read/329670/12939864

h fpal96.h

/* fpal96.h * Copyright (c) 1990 Intel Corporation, ALL RIGHTS RESERVED. * * fpal96.h - 8096 floating-point arithmetic library functions */ #ifndef _fpal96h #define _fpal96h #pragma f
www.eeworm.com/read/320955/13415370

vc makefile.vc

# For making f2c.lib (here called vcf2c.lib) with Microsoft Visual C++ . # Invoke with "nmake -f makefile.vc" . # To get signed zeros in write statements on IEEE-arithmetic systems, # add -DSIGNED_ZE
www.eeworm.com/read/402476/11534323

v test_mult.v

module test_mult; reg [31:0] op; reg clock; wire [31:0] result; wire overflow,zero,pn; arithmetic calca(op,clock,result,overflow,zero,pn); always begin #25 clock=~clock;end initial begin clock=1;
www.eeworm.com/read/125551/14486219

h fpal96.h

/* fpal96.h * Copyright (c) 1990 Intel Corporation, ALL RIGHTS RESERVED. * * fpal96.h - 8096 floating-point arithmetic library functions */ #ifndef _fpal96h #define _fpal96h #pragma f
www.eeworm.com/read/216502/4890618

3x mp.3x

.TH MP 3X .SH NAME itom, madd, msub, mult, mdiv, min, mout, pow, gcd, rpow \- multiple precision integer arithmetic .SH SYNOPSIS .nf .B "typedef struct { int len; short *val; } mint;" .PP .PP .B madd(
www.eeworm.com/read/216502/4892073

listing .listing

-rwxr-xr-x 1 3 1025 5802 Jan 10 1979 arithmetic -rwxr-xr-x 1 3 1025 14148 Jan 25 1979 backgammon -rwxr-xr-x 1 3 1025 2840 Jan 10 1979 banner
www.eeworm.com/read/258249/4357709

c dsatest.c

#include "arithmetic.h" #include "dsa.h" #include "../../include/af.h" #include int println(a) L_NUMBER a[]; { int n; for(n=0;n
www.eeworm.com/read/267412/6957986

m motor_5_1.m

%PID arithmetic s=tf('s'); G=0.01/(0.005*s^2+0.06*s+0.1001); %Model unchanged t=[0:0.01:3]; Kc=100; %Standard PID Ti=0.5; Td=0.1; Gc=Kc*(1+1/(Ti*s))*(Td*
www.eeworm.com/read/309344/13673868

1 bits.1

.PU .TH bits 1 local .SH NAME bits \- data compression using arithmetic coding .SH SYNOPSIS .ll +8 .B bits [\fB\-e\fR] [\fB\-d\fR] [\fB\-v\fR] [\fB\-m\fR \fImbytes\fP] [\fB\-f\fR \fIfbi