代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
pi.#1
#include
extern xdata unsigned char buffer_storage[512];
sbit RDN = P2^0 ;//读信号
sbit CSN = P2^1 ;//片选信号
//P1.0---P1.7是数据线
void Pi_Read(void)
{
int i;
//
pi.c
#include
extern xdata unsigned char buffer_storage[512];
sbit RDN = P2^0 ;//读信号
sbit CSN = P2^1 ;//片选信号
//P1.0---P1.7是数据线
void Pi_Read(void)
{
int i;
//
pi.#3
#include
extern xdata unsigned char buffer_storage[512];
sbit RDN = P2^0 ;//读信号
sbit CSN = P2^1 ;//片选信号
//P1.0---P1.7是数据线
void Pi_Read(void)
{
int i;
//
pi.#2
#include
extern xdata unsigned char buffer_storage[512];
sbit RDN = P2^0 ;//读信号
sbit CSN = P2^1 ;//片选信号
//P1.0---P1.7是数据线
void Pi_Read(void)
{
int i;
//
pi.java
package exec.day0911;
/**
* 计算圆周率
* PI=4-4/3+4/5-4/7.......
* 打印出第一个大于3.1415小于3.1416的值
* @author Administrator
*
*/
public class PI{
public static void main(String args[]){
double r
pi.h
#ifndef PIMAX
/* Hardware-dependent routines for the VE3IFB interface card for the PC
*/
#include "global.h"
#define PIMAX 3 /* 3 cards max */
#define AX_MTU 512
#define INTMASK 0x21 /* I
pi.c
#include
#include
#include
#include
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "pktdrvr.h"
#include "netuser.h"
#include "pi.h"
#