代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/298428/7961656
c math.c
#include
void main ()
{
int seconds_in_an_hour;
float average;
seconds_in_an_hour = 60 * 60;
average = (5 + 10 + 15 + 20) / 4;
printf("The number of secon
www.eeworm.com/read/197741/7972157
s math.s
include h/mori.h
public mul_ax
public mul2
public mul4
public mul41
public divid42
public divid2
public random_it
save_a1_a8:
ldx #15
save_a1_a81:
lda a1,x
sta random_buf,x
www.eeworm.com/read/297966/7983205
mak math.mak
#-----------------------------------------------------------------------
# File : math.mak
# Contents: build math utility modules
# Author : Christian Borgelt
# History : 26.01.2003 file created
#
www.eeworm.com/read/197646/7983517
mdl math.mdl
Model {
Name "math"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/197606/7984544
asm math.asm
;
; file: math.asm
; This program demonstrates how the integer multiplication and division
; instructions work.
;
; To create executable:
; nasm -f coff math.asm
; gcc -o math math.o driver.c asm_io
www.eeworm.com/read/398260/7996604
h math.h
www.eeworm.com/read/398147/8002093
asm math.asm
;
; file: math.asm
; This program demonstrates how the integer multiplication and division
; instructions work.
;
; To create executable:
; nasm -f coff math.asm
; gcc -o math math.o driver.c asm_io
www.eeworm.com/read/297233/8042324
math fixinc.math
#! /bin/sh
# Fix struct exception in /usr/include/math.h.
#
# We expect several systems which did not need fixincludes in the past
# to need to fix just math.h. So we created a separate fixinc.math
#
www.eeworm.com/read/196879/8052454
inc math.inc
;****************************************************************************************
; Notation
; (a,b) in Q31 format : a represent the high part of the number
; b repr
www.eeworm.com/read/297061/8057177
h math.h
/***********************************************************/
/* Version 2.20.02 */
/***********************************************************/
#ifndef _MA