代码搜索结果
找到约 174,363 项符合
Input 的代码
input.c
/*
** $Id: input.c,v 1.15 2005/01/04 06:13:34 limei Exp $
**
** Listing 5.2
**
** input.c: Sample program for MiniGUI Programming Guide
** Use dialog box to interact with user.
**
** Copyright (
input.c
/****************************************************************************
* 文件名:Input.C
* 功能:MiniGUI应用例子。
* 创建对话框,实现长度"毫米"-"英寸"的转换。
* 说明:使用MiniGUI for uC/OS-II,使用ADS 1.2编译器。
****************
input.c
/****************************************************************************
* 文件名:Input.C
* 功能:MiniGUI应用例子。
* 创建对话框,实现长度"毫米"-"英寸"的转换。
* 说明:使用MiniGUI for uC/OS-II,使用ADS 1.2编译器。
****************
input.java
/**
* Title:
* Description:
* Copyright: Copyright (c) 2004
* Company:
* @author not attributable
* @version 1.0
*/
public class Input {
public static void
input.h
#ifndef INPUT_H
#define INPUT_H
typedef struct {
int mouse1;
int mouse2;
int mousex;
int mousey;
} Input;
#define MOUSE_ORIG_X 100
#define MOUSE_ORIG_Y 100
#define MOUSE_CX 0.003f
#define M
input
import org.antlr.runtime.*;
public class Main {
public static void main(String[] args) throws Exception {
for (int i=0; i
input
import org.antlr.runtime.*;
public class Main {
public static void main(String[] args) throws Exception {
for (int i=0; i
t019lexer.input
import org.antlr.runtime.*;
public class Main {
public static void main(String[] args) throws Exception {
for (int i=0; i
t020fuzzy.input
import org.antlr.runtime.*;
public class Main {
public static void main(String[] args) throws Exception {
for (int i=0; i
em28xx-input.c
/*
handle em28xx IR remotes via linux kernel input layer.
Copyright (C) 2005 Ludovico Cavedon
Markus Rechberger
Mauro Carvalho Chehab