代码搜索:drive
找到约 10,000 项符合「drive」的源代码
代码结果 10,000
www.eeworm.com/read/439221/7714363
drive
www.eeworm.com/read/311817/13625247
drive
www.eeworm.com/read/139910/13120884
2457 drive
typedef unsigned char U8;
typedef unsigned short U16;
typedef unsigned long U32;
#define FrameOwner_CPU 0x7fffffff
#define FrameOwner_BDMA 0x80000000
//结构体变量声明
typedef struct Fr
www.eeworm.com/read/290584/8474818
bmp drive.bmp
www.eeworm.com/read/188440/8540350
gif drive.gif
www.eeworm.com/read/187897/8593782
h drive.h
#ifndef __DRIVE_H__
#define __DRIVE_H__
void drive_start (void (*f)(), float stop );
void drive_run ();
void drive_stop ();
int drive_add_event ( void (*f)(void *), void *arg, float t );
f
www.eeworm.com/read/187897/8593889
c drive.c
#include
#include "drive.h"
typedef struct event_def {
/* scheduled time */
float due_time;
/* call back and arg */
void (*fn) (void *arg);
void *arg;
/* link */
s
www.eeworm.com/read/287018/8732167
gif drive.gif
www.eeworm.com/read/187031/8881661
h drive.h
/*
* AUTHOR
* N. Nielsen
*
* LICENSE
* This software is in the public domain.
*
* The software is provided "as is", without warranty of any kind,
* express or implied, including but n
www.eeworm.com/read/428131/8893272