代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/460712/7105655

m cp2mp.m

function [m,p] = cp2mp(cp) % CP2MP Convert complex number to magnitude/phase. % [M,P]=CP2MP(CP) takes the complex numbers matrix and returns % the magnitude matrix in M and phase matrix
www.eeworm.com/read/332978/7141821

java allops.java

//: operators/AllOps.java // Tests all the operators on all the primitive data types // to show which ones are accepted by the Java compiler. public class AllOps { // To accept the results of
www.eeworm.com/read/408124/7154359

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/461070/7235035

h coder.h

// coder.hh // // Front end to I/O routines for arithmetic coder. Also has functions // for reading and writing arbitrarily sized integers and individual // bits. // // Note: in the current imp
www.eeworm.com/read/458682/7291764

sh int-or-string.sh

#!/bin/bash # int-or-string.sh: Integer or string? a=2334 # Integer. let "a += 1" echo "a = $a " # a = 2335 echo # Integer, still. b=${a/23/BB}
www.eeworm.com/read/453400/7421778

sas func2.sas

option nodate nonumber; title 'Arithmetic functions'; data func2; input x1-x4@@; abs1=abs(x1);max1=max(of x1-x4);min1=min(of x1-x4); mod1=mod(x2,x4);sign1=sign(x4);sqrt1=sqrt(x4); cards;
www.eeworm.com/read/452695/7436414

c program2_02.c

/* Program 2.2 Using a variable */ #include int main(void) { int salary; /* Declare a variable called salary */ salary = 10000; /* A simple arithmetic a
www.eeworm.com/read/449123/7518019

m lu_sp_fl.m

function [A, ipivt, iflag] = lu_sp_fl( A, m, arith ); % % LU_SP_FL computes the LU--decomposition with SIMPLE % pivoting of an N by N matrix A. % All operations are done using m-digit floating poi
www.eeworm.com/read/449123/7518020

m lu_pp_fl.m

function [A, ipivt, iflag] = lu_pp_fl( A, m, arith ); % % LU_PP_FL computes the LU--decomposition with partial % pivoting of an N by N matrix A. % All operations are done using m-digit floating p
www.eeworm.com/read/449030/7520026

s ssemath.s

# ssemath.s - An example of using SSE arithmetic instructions .section .data .align 16 value1: .float 12.34, 2345., -93.2, 10.44 value2: .float 39.234, 21.4, 100.94, 10.56 .section .bss .lcom