代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/285810/8816528
c math.c
/*
GazOS Operating System
Copyright (C) 1999 Gareth Owen
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
www.eeworm.com/read/285721/8822043
h math.h
/********************************************************************/
/* math.h v4.40 */
/* Copyright (c) 1991 Texas Instruments Incorporated
www.eeworm.com/read/384996/8825177
asm math.asm
;;file name: math file
;;this files contains math files
;;**************************************************************************
#include ht45rm03.inc ;;if mcu body changed, it is must upd
www.eeworm.com/read/187370/8829385
asm math.asm
; ***************************************************************************
; * Project : Electronic Dictionary *
; * Date : 2003.9
www.eeworm.com/read/285242/8859143
h math.h
/********************************************************************/
/* math.h v1.20 */
/* Copyright (c) 1993-1997 Texas Instruments Incorporate
www.eeworm.com/read/285010/8876671
bas math.bas
Attribute VB_Name = "Math"
Global SinTable(360) As Single
Global CosTable(360) As Single
Public Function MovePoint2D(PointToMove As Point2D, DirectionToMove) As Point2D
Select Case DirectionToMove
www.eeworm.com/read/187002/8884974
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/428160/8887313
dcl math.dcl
SIN: PROCEDURE(X) REAL EXTERNAL;
DECLARE X REAL;
END SIN;
COS: PROCEDURE(X) REAL EXTERNAL;
DECLARE X REAL;
END COS;
TAN: PROCEDURE(X) REAL EXTERNAL;
www.eeworm.com/read/383405/8949605
frm math.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form frmmath
Caption = "体育测试"
ClientHeight = 6225
ClientLeft = 2175
www.eeworm.com/read/383405/8949608