代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/319928/13439364

eqn alu.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/319335/13453842

m exm04091_1.m

%生成样本数据 X(:,1)=ones(10,1);X(1,1)=100;X(10,1)=0.01; rand('state',1);randn('state',1) %使均布及正态两随机发生器初始化 X(:,2)=rand(10,1); X(:,3)=randn(10,1);X(:,3)=2*abs(min(X(:,3)))+X(:,3); %计算一阶矩 Moment1.arithm
www.eeworm.com/read/319180/13459164

makefile

#!/bin/csh # # makefile for ILUPACK # STARTDIR=$(PWD) include makefile.includelinux #include makefile.includealtix #include makefile.includesgi #include makefile.includeaix #include makefile.include
www.eeworm.com/read/319180/13459263

mk default.mk

MAIN=main #MAIN=maint #MAIN=mainspd #MAIN=mainsym #MAIN=mainsyms #MAIN=maingnlsym #MAIN=mainilutp #MAIN=mainiluc #MAIN=mainilut #MAIN=mainildlc #MAIN=mainsymilucs #MAIN=mainsymiluc #MAIN=mainexpe
www.eeworm.com/read/316414/13523283

c mandelbrot_step.c

#include #include "mex.h" void mexFunction( int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[] ) /* function [z,kz] = mandelbrot_step(z,kz,z0,d); * Take one step of the M
www.eeworm.com/read/315921/13534862

c sample.c

/* * sample source code */ main() /* main program */ { int a,b,c; /* do some arithmetic */ a = b + c; /* this should be initialized, but it's just an example */ }
www.eeworm.com/read/308670/13696701

c array-p.c

/*-*/ /******************************************************** * Name: Address Demo * * * * Purpose: Demonstrate how array addressing and * * pointer arithmetic are linked. * *
www.eeworm.com/read/306748/13738937

c clog.c

/* clog.c * * Complex natural logarithm * * * * SYNOPSIS: * * void clog(); * cmplx z, w; * * clog( &z, &w ); * * * * DESCRIPTION: * * Returns complex logarithm to the base e (2.
www.eeworm.com/read/306162/13751438

cpp 第12章12debugging11.cpp

// Chapter 12 of C++ How to Program // Debugging problem (debug.cpp) #include using std::cout; using std::cin; using std::endl; #include "arithmetic.h" template< class T > v
www.eeworm.com/read/306162/13751439

txt debugging11.cpp.txt

// Chapter 12 of C++ How to Program // Debugging problem (debug.cpp) #include using std::cout; using std::cin; using std::endl; #include "arithmetic.h" template< class T > v