代码搜索结果
找到约 10,000 项符合
Input 的代码
input.dat
-5.0 10. 0.01
100000. 1. 100.
10000. 0.125 -50.
input.dat
-10.0 10. 0.01
100000. 1. 0.
10000. 0.125 0.
input.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "input.h"
/* -------------------
input.h
#include
#include
#include "linux-input.h"
#define ev_name(code) ((code) < EV_MAX && EV_NAME[code] ? EV_NAME[code] : "???")
#define rel_name(code) ((code) < REL_MAX &&
input.dat
0.000000000000000e+00,
0.000000000000000e+00,
0.000000000000000e+00,
0.000000000000000e+00,
0.000000000000000e+00,
0.000000000000000e+00,
0.000000000000000e+00,
0.000000000000000e+00,
0.00000000000000
input.c
#include "c.h"
static char rcsid[] = "$Id: input.c,v 1.1 2002/08/28 23:12:44 drh Exp $";
static void pragma(void);
static void resynch(void);
static int bsize;
static unsigned char buffer[M
input.html
Query User Info
Pleaser Input User Name
input.c
/*
** $Id: input.c,v 1.6 2003/12/29 10:39:25 weiym Exp $
**
** Listing 5.2
**
** input.c: Sample program for MiniGUI Programming Guide
** Use dialog box to interact with user.
**
** Copyright (C