代码搜索:Pi

找到约 10,000 项符合「Pi」的源代码

代码结果 10,000
www.eeworm.com/read/365119/9878594

inc pi.inc

;;------------------ ASM30 API for PI routines --------------------- ; PIParm stucture: ; .equ PI_qdSumL,0 .equ PI_qdSumH,2 .equ PI_qKp,4 .equ PI_q
www.eeworm.com/read/365119/9878637

h pi.h

#ifndef PI_H #define PI_H //------------------ C API for PI routines --------------------- typedef struct { long qdSum; // 1.31 format short qKp; short qKi; s
www.eeworm.com/read/365119/9878682

s pi.s

;******************************************************************* ; PI ; ;Description: Calculate PI correction. ; ;void CalcPI( tPIParm *pParm) ;{ ; Err = InRef - InMeas ; U = Su
www.eeworm.com/read/167217/9976685

class pi.class

www.eeworm.com/read/167217/9976688

java pi.java

package com.prefect.pi; import java.net.*; import java.rmi.*; import java.rmi.registry.*; import java.rmi.server.*; public class Pi extends UnicastRemoteObject implements PiRemote {
www.eeworm.com/read/361464/10051052

gif pi.gif

www.eeworm.com/read/353190/10466186

frm pi.frm

VERSION 5.00 Begin VB.Form Form1 AutoRedraw = -1 'True Caption = "割圆术求圆周率" ClientHeight = 5790 ClientLeft = 60 ClientTop = 345 ClientWid
www.eeworm.com/read/424133/10489680

vlx pi.vlx

www.eeworm.com/read/424133/10489684

lsp pi.lsp

;;;highflybird 2008.4.20 Haikou (defun c:test (/ digit n Result t1 t2 time str) (setq digit 10000) ;每次输出位数 (initget 7) ;非零非负非空 (setq n (getint "\n请输入精度
www.eeworm.com/read/278099/10570607

h pi.h

/* +++Date last modified: 05-Jul-1997 */ #ifndef PI__H #define PI__H #ifndef PI #define PI (4*atan(1)) #endif #define deg2rad(d) ((d)*PI/180) #define rad2deg(r) ((r)*180/PI) #