代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/460508/7248549
asm float1.asm
#define PAGE EJECT
TITLE "Binary Floating Arithmetic Routines For PIC17C42 : Ver 1.0"
LIST columns=120, WRAP, L=0
;
include "17c42.h"
;
;******************************************
www.eeworm.com/read/453243/7423390
txt read_me.txt
Code is intended to just explain the principle of SPIHT, Arithmetic Coding not Used in this Code, please refer the famous paper of Dr. Said and Dr. Perlman.
Insructions:
Works only for 128 x 1
www.eeworm.com/read/452695/7436260
c ex9_02.c
/* Exercise 9.2 Implementing arithmetic and array functions */
#include
double add(double a, double b); /* Returns a+b */
double subtract(double a, double b); /* Returns a-b */
double
www.eeworm.com/read/436504/7769144
c ieee.c
#include
/* Include file for extended precision arithmetic programs.
*/
/* Number of 16 bit words in external x type format */
#define NE 10
/* Number of 16 bit words in internal
www.eeworm.com/read/196122/8114093
txt read_me.txt
Code is intended to just explain the principle of SPIHT, Arithmetic Coding not Used in this Code, please refer the famous paper of Dr. Said and Dr. Perlman.
Insructions:
Works only for 128 x 1
www.eeworm.com/read/244541/12857341
txt read_me.txt
Code is intended to just explain the principle of SPIHT, Arithmetic Coding not Used in this Code, please refer the famous paper of Dr. Said and Dr. Perlman.
Insructions:
Works only for 128 x 1
www.eeworm.com/read/137285/13335066
c cmatrix.c
/* cmatrix.c
My routines for handling funny representations of unsigned char
matrices and doing modulo 2 arithmetic.
Some routines are in r.c, but others are in here
See cmatrix.h
www.eeworm.com/read/318176/13484061
h ec2.h
/*
* MIRACL C++ Header file ec2.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class EC2 (Arithmetic on an Elliptic Curve,
* over GF(2^m)
*
* NOTE
www.eeworm.com/read/316867/13515747
java day.java
package corejava;
import java.util.*;
import java.io.*;
/**
Stores dates and perform date arithmetic.
This is another date class, but more convenient that
java.util.Date
www.eeworm.com/read/315278/13547271
java day.java
package corejava;
import java.util.*;
import java.io.*;
/**
Stores dates and perform date arithmetic.
This is another date class, but more convenient that
java.util.Date