代码搜索:raspberry pi
找到约 10,000 项符合「raspberry pi」的源代码
代码结果 10,000
www.eeworm.com/read/388283/8619602
o pi.o
www.eeworm.com/read/388283/8619631
s pi.s
;void CalcPI( tPIParm *pParm)
;{
; Err = InRef - InMeas
; U = Sum + Kp * Err
; if( U > Outmax )
; Out = Outmax
; else if( U < Outmin )
; Out = Outmin
; else
www.eeworm.com/read/388174/8630405
class pi.class
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