代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/421666/10712945
index
assign.mod Assignment problem
bpp.mod Bin packing problem
cal.mod Print an ASCII calendar of the given year
cf12a.mod Curve fitting problem
cf12b.mod Curve fitting problem
www.eeworm.com/read/349903/10785638
h comflash.h
/*
* Quick and dirty complex data type using flash arithmetic
* Should be extended
*/
#ifndef COMFLASH_H
#define COMFLASH_H
#include
class Complex
{
Flash x,y;
publi
www.eeworm.com/read/468273/6995825
cce adc-serial.cce
Warning[000] F:\experiment\ADC\ADC-SERIAL\ADC-SERIAL.C 46 : implicit conversion of float to integer
Warning[000] F:\experiment\ADC\ADC-SERIAL\ADC-SERIAL.C 47 : implicit conversion of float to integer
www.eeworm.com/read/453009/7148252
eqn image.fit.eqn
-- Copyright (C) 1991-2005 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/462374/7202148
eqn texi.fit.eqn
-- Copyright (C) 1991-2005 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/458682/7291754
sh m4.sh
#!/bin/bash
# m4.sh: Using the m4 macro processor
# Strings
string=abcdA01
echo "len($string)" | m4 # 7
echo "substr($string,4)" | m4 # A01
echo "re
www.eeworm.com/read/452228/7444645
eqn fenpin.fit.eqn
-- Copyright (C) 1991-2005 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/447996/7542405
transcript
# Reading D:/Modeltech_xe_starter/tcl/vsim/pref.tcl
# do tst_alu_2bit.fdo
# ** Warning: (vlib-34) Library already exists at "work".
# Model Technology ModelSim XE II vcom 5.8c Compiler 2004.03 Ma
www.eeworm.com/read/443119/7637659
eqn boothsmul.fit.eqn
-- Copyright (C) 1991-2005 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/438438/7731181
txt list.1.txt
#ifndef FIX_H
#define FIX_H
extern const int q; //exponent
//fixed point number type
typedef int fix; //mantissa (interpreted as fixed point number with exponent q)
//arithmetic