代码搜索:drive 开发教程
找到约 10,000 项符合「drive 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/106861/15618876
txt 教程.txt
实现一个脚本引擎
Part II:词法分析器
序言
我总是说在学一个东西的时候例子总是不能足够简单.这就是为什么当我想要设计一个包含所有完整编译器应该有的特性的简单的编译器时感到很累.我拼凑了一个字符串处理语言,它使用象C那样的语法,有BASIC那样的功能.下面是用我们的语言的正确编写的一个程序.
print "Please enter your name > ";
...
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
bmp drive.bmp
www.eeworm.com/read/284770/8900050