代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
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 {
pi.asv
function varargout = pi(varargin)
% PI M-file for pi.fig
% PI, by itself, creates a new PI or raises the existing
% singleton*.
%
% H = PI returns the handle to a new PI or the han
pi.m
function varargout = pi(varargin)
% PI M-file for pi.fig
% PI, by itself, creates a new PI or raises the existing
% singleton*.
%
% H = PI returns the handle to a new PI or the han
pi.htm
80386 Programmer's Reference Manual -- Part I
up: Table of Contents
pi.inc
;;------------------ ASM30 API for PI routines ---------------------
; PIParm stucture:
;
.equ PI_qdSumL,0
.equ PI_qdSumH,2
.equ PI_qKp,4
.equ PI_q
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