代码搜索:maths
找到约 527 项符合「maths」的源代码
代码结果 527
www.eeworm.com/read/363449/9950506
lib maths.lib
www.eeworm.com/read/165080/10077301
lib maths.lib
www.eeworm.com/read/358614/10183834
class maths.class
www.eeworm.com/read/358614/10183835
java maths.java
package Jama.util;
public class Maths {
/** sqrt(a^2 + b^2) without under/overflow. **/
public static double hypot(double a, double b) {
double r;
if (Math.abs(a) > Math.a
www.eeworm.com/read/358412/10189538
lib maths.lib
www.eeworm.com/read/355947/10241057
c maths.c
/*
KeyGhost
Designed by Shane Tolmie Apr 99.
Microprocessor: see mainkg.c
Compiled with: see mainkg.c
Overall goal: maths routines
*/
#include
#include "always.h"
#incl
www.eeworm.com/read/355947/10241060
h maths.h
extern unsigned char maths_temp;
unsigned char rotate_right(unsigned char bitrotate);
unsigned char rotate_left(unsigned char bitrotate);
#define shift_right_thru_carry(number_rotate,carry_rota
www.eeworm.com/read/425797/10321941
lib maths.lib
www.eeworm.com/read/280060/10357510