代码搜索:Pi
找到约 10,000 项符合「Pi」的源代码
代码结果 10,000
www.eeworm.com/read/388174/8630411
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/431013/8713864
c pi.c
/**************************************************
*
* file d:\cips\pi.c
*
* Functions: This file contains
* print_image
* print_image_array
*
www.eeworm.com/read/286675/8750289
txt pi.txt
#include
#include
#define uchar unsigned char
#define uint unsigned int
char dis_buff[6]; // 显示缓冲区,存放要显示的8个字符的段码值
char dis_buff2[6]={0,0,0,0,0,0};
uchar Data1[4]={10,0,5,
www.eeworm.com/read/386026/8771004
inc pi.inc
;**********************************************************************
;
www.eeworm.com/read/386026/8771026
o pi.o
www.eeworm.com/read/386026/8771064
s pi.s
www.eeworm.com/read/386026/8771140
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/286289/8774028
c pi.c
www.eeworm.com/read/428887/8831228
l pi.l
# 14aug05abu
# (c) Software Lab. Alexander Burger
##############################
# Iterative calculation of PI:
# S = 0
# P = 2
# Loop
# S = sqrt(S+2)
# P = 2*P/S
#########################
www.eeworm.com/read/186068/8963051
cpp pi.cpp
#include
#include
using namespace std;
/*main information*/
void info()
{
cout