代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/291164/8438937
c math.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include "arch.h"
#include "math.h"
void add32to64(int64 *dst, unsigned int src)
{
unsign
www.eeworm.com/read/190618/8440832
h math.h
#ifndef _MATH_
#define _MATH_
#ifdef FLOAT
float sin(float x);
float cos(float x);
float tan(float x);
float atan(float x);
float exp(float x);
float log(float x);
float pow(float x);
float sqrt(floa
www.eeworm.com/read/390358/8470081
h math.h
/************************************************************/
/* Version 2.20.01 */
/************************************************************/
/******
www.eeworm.com/read/290380/8486570
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/389484/8517294
exe math.exe
www.eeworm.com/read/389093/8548789
h math.h
www.eeworm.com/read/289184/8569539
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/388636/8590211
h math.h
/* MATH.H: prototypes for mathematic functions
* Copyright (c) KEIL ELEKTRONIK GmbH and Franklin Software, Inc., 1991-1994
*/
#pragma SAVE
#pragma REGPARMS
extern char cabs (char val);
ex
www.eeworm.com/read/288703/8613016
h math.h
/************************************************************/
/* Version 2.20.01 */
/************************************************************/
/******
www.eeworm.com/read/288698/8613487
h math.h
/************************************************************/
/* Version 2.20.01 */
/************************************************************/
/******