代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/167540/9964092

s c-arith_exp.s

# start of the file .include "defines.h" # system call numbers .include "c-arith_exp.literals" # include the string literal file .global _start .bss .align 4 _data: .text .align 4 _start: p
www.eeworm.com/read/165847/10049766

h fpopcode.h

/* NetWinder Floating Point Emulator (c) Rebel.COM, 1998,1999 Direct questions, comments to Scott Bambrough This program is free software; you can redistribute
www.eeworm.com/read/281174/10259037

v oc54_alu_defines.v

///////////////////////////////////////////////////////////////////// //// //// //// OpenCores54 DSP, ALU defines
www.eeworm.com/read/161772/10376368

c multmath.c

/* Demonstrates pointer arithmetic with pointers */ /* to multidimensional arrays. */ #include int multi[2][4]; int main( void ) { printf("\nThe value of (multi) = %u", mult
www.eeworm.com/read/424281/10469735

todo

use macros so that all complex arithmetic can use native complex types if compiler supports them make sure double/float are replaced by BASE everywhere well... not _everywhere_; internal accumulation
www.eeworm.com/read/349903/10785504

cpp brent.cpp

/* * Program to factor big numbers using Brent-Pollard method. * See "An Improved Monte Carlo Factorization Algorithm" * by Richard Brent in BIT Vol. 20 1980 pp 176-184 * * Requires:
www.eeworm.com/read/273837/10899409

cpp 24点①.cpp

#include #include using namespace std; int check; //标志能否运算出24 float arithmetic(int flag,float m,float n) //进行四则运算 { switch(flag) //判断运算符号,返回相对应的运算结果 { case 0:retu
www.eeworm.com/read/418361/10951739

h fpopcode.h

/* NetWinder Floating Point Emulator (c) Rebel.COM, 1998,1999 Direct questions, comments to Scott Bambrough This program is free software; you can redistribute
www.eeworm.com/read/467287/7009274

h coder.h

/* * Listing 1 -- coder.h * * This header file contains the constants, declarations, and * prototypes needed to use the arithmetic coding routines. These * declarations are for routines tha
www.eeworm.com/read/466243/7041467

m program_01.m

% Chapter 0 - A Tutorial Introduction to MATLAB and the Symbolic Math Package. % Tutorial One - The Basics. % Copyright Birkhaser 2002. Stephen Lynch. % These commands should be run in the Comman