代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/452228/7444305
eqn zhishi.map.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/451922/7453894
eqn shifter.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/451913/7454170
eqn adder8.map.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/449530/7501285
h list.h
/* list.h -- header file for a simple list type */
#ifndef LIST_H_
#define LIST_H_
#include /* C99 feature */
/* program-specific declarations */
#define TSIZE 45
www.eeworm.com/read/449530/7501288
h queue.h
/* queue.h -- interface for a queue */
#ifndef _QUEUE_H_
#define _QUEUE_H_
#include
/* INSERT ITEM TYPE HERE */
/* FOR EXAMPLE, */
/* use the following for use_q.c */
/* typedef i
www.eeworm.com/read/449530/7501294
h tree.h
/* tree.h -- binary search tree */
/* no duplicate items are allowed in this tree */
#ifndef _TREE_H_
#define _TREE_H_
#include
/* redefine Item a
www.eeworm.com/read/449125/7518013
m sflop.m
% PURPOSE:
% SFLOP simulates a floating point operation
%
% x op y where op = +, -, *, /
%
% In chopping or rounding arithmetic using an
% m digit mantissa, base 10, and an un
www.eeworm.com/read/449123/7518022
m sflop.m
% PURPOSE:
% SFLOP simulates a floating point operation
%
% x op y where op = +, -, *, /
%
% In chopping or rounding arithmetic using an
% m digit mantissa, base 10, and an un