代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver.h
/*===============================*/
/* Predefined SFR Byte Addresses */
/*===============================*/
sfr P0 = 0x80;
sfr P1 = 0x90;
sfr P2 = 0xA0;
sfr P3 = 0xB0;
sfr P4 = 0xC0;
driver.c
#include "apue.h"
void
do_driver(char *driver)
{
pid_t child;
int pipe[2];
/*
* Create a stream pipe to communicate with the driver.
*/
if (s_pipe(pipe) < 0)
err_sys("can't create stream
driver.h
#ifndef __DRIVER_H__
#define __DRIVER_H__
//for os
#include "../ucos-ii/includes.h"
//for CPU Define
#include "../target/2410addr.h"
#include "../target/option.h"
#endif
driver.m
plot(expp(50,50,500,50,'fiftybit',0.5,'signum'),'r');
hold;
plot(expp(50,50,500,50,'ninetybit',0.5,'signum'),'g');
plot(expp(50,50,500,50,'gauss01',0.005,'identity'),'b');
driver.java
/*
* Driver.java
*
* Created on 2007年12月23日, 上午11:30
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
/**
*
* @author Leeking