代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/463239/1538502
v arithmetic_unit.v
module arithmetic_unit (result_1, result_2, operand_1, operand_2,);
output [4: 0] result_1;
output [3: 0] result_2;
input [3: 0] operand_1, operand_2;
assign result_1 = sum_of_o
www.eeworm.com/read/463239/1538543
v arithmetic_unit.v
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|12 Jun 2002 17:04:04 -0000
vti_extenderversion:SR|5.0.2.4330
vti_lineageid:SR|{DAEAF75F-FE1A-4D8F-B019-981067483762}
vti_cacheddtm:TX|12 Jun 2002 17
www.eeworm.com/read/461213/1554792
1 arithmetic_sequence.1
.TH ARITHMETIC_SEQUENCE 1 "QCCPACK" ""
.SH NAME
arithmetic\_sequence \- output arithmetic sequence of numbers
.SH SYNOPSIS
.B arithmetic\_sequence
.I start
.I stop
.I num\_values
.SH DESCRIPTION
.LP
.
www.eeworm.com/read/461213/1554803
h arithmetic_sequence.h
/*
*
* QccPack: Quantization, compression, and coding utilities
* Copyright (C) 1997-2005 James E. Fowler
*
* This program is free software; you can redistribute it and/or
* modify it under th
www.eeworm.com/read/461213/1554805
c arithmetic_sequence.c
/*
*
* QccPack: Quantization, compression, and coding utilities
* Copyright (C) 1997-2005 James E. Fowler
*
* This program is free software; you can redistribute it and/or
* modify it under th
www.eeworm.com/read/461213/1554814
c arithmetic_channel.c
/*
*
* QccPack: Quantization, compression, and coding libraries
* Copyright (C) 1997-2005 James E. Fowler
*
* This library is free software; you can redistribute it and/or
* modify it under t
www.eeworm.com/read/233522/4667368
cxx test_arithmetic.cxx
#include
#include
#include
#include
#include
#include
#inc