代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/136697/13365296

m plot_num.m

function plot_num(f1,f2,f3) % plot_num(f1,f2,f3) % % Plotting three fuzzy numbers. % % Fuzzy numbers/intervalls: % For a arithmetic with fuzzy numbers in LR-representation. % A number is desribed
www.eeworm.com/read/309344/13673842

makefile

# MAKEFILE FOR LOW-PRECISION ARITHMETIC CODING PROGRAMS. CFLAGS = -O all: encode_mul decode_mul encode_sft decode_sft \ encpic_mul decpic_mul encpic_sft decpic_sft lowp_ac.shar: Make
www.eeworm.com/read/306761/13738107

vhd alu.vhd

-- alu.vhdl -- -- Main arithmetic logic unit -- library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use work.mips_pack.all; entity alu is port (mux1_in: in std_ulogic_vector(31 dow
www.eeworm.com/read/131315/5935936

dds wishlist.dds

Perl in general: Add ftw or find? Add a parsing mechanism (user specifies parse tree, perl parses). Arbitrary precision arithmetic. File calculus (e.g. file1 = file2 + file3, file1 =^ s/foo/bar/g etc.
www.eeworm.com/read/481965/6633347

htm fir_c.htm

www.eeworm.com/read/207792/15262053

makefile

# MAKEFILE FOR LOW-PRECISION ARITHMETIC CODING PROGRAMS. CFLAGS = -O all: encode_mul decode_mul encode_sft decode_sft \ encpic_mul decpic_mul encpic_sft decpic_sft lowp_ac.shar: Make
www.eeworm.com/read/233554/4666374

h ntp_fp.h

/* * ntp_fp.h - definitions for NTP fixed/floating-point arithmetic */ #ifndef NTP_FP_H #define NTP_FP_H #include #include #include #include "ntp_rfc25
www.eeworm.com/read/216502/4890423

listing .listing

-rw-r--r-- 1 3 1025 1639 Jan 10 1979 arithmetic.6 -rw-r--r-- 1 3 1025 182 Jan 10 1979 backgammon.6 -rw-r--r-- 1 3 1025 208 Jan 10 1979 bann
www.eeworm.com/read/216502/4891998

listing .listing

-rw-r--r-- 1 3 1025 2749 Jan 14 1979 arithmetic.c -rw-r--r-- 1 3 1025 13170 Jan 25 1979 backgammon.c drwxr-xr-x 2 3 1025 512 Feb 26 1998 ches
www.eeworm.com/read/209211/4986298

c quaternion.c

/* * Quaternion arithmetic: * qadd(q, r) returns q+r * qsub(q, r) returns q-r * qneg(q) returns -q * qmul(q, r) returns q*r * qdiv(q, r) returns q/r, can divide check. * qinv(q) returns 1/q,