代码搜索结果
找到约 174,363 项符合
Input 的代码
input.h
/*! \file input.h \brief User-Input Functions. */
//*****************************************************************************
//
// File Name : 'input.h'
// Title : User-Input Functions
// A
input.c
//****************************************************************************
//
// INPUT.C - Performs recording and input processing of a PCM stream.
//
// Copyright (c) 2000,2001 Cirrus Logic, Inc.
input.gel
menuitem "Select input"
slider Input(1,3,1,1,inputparameter)
{
inputstate = inputparameter;
}
hid-input.c
/*
* $Id: hid-input.c,v 1.5 2001/05/23 09:25:02 vojtech Exp $
*
* Copyright (c) 2000-2001 Vojtech Pavlik
*
* USB HID to Linux Input mapping module
*
* Sponsored by SuSE
*/
/*
* This progr
input.htm
姓名:
密码:
性别:
input.vhd
library ieee;
use ieee.std_logic_1164.all;
entity input is
port(keyIn:in std_logic;
clk:in std_logic;
keyOut:out std_logic);
end input;
architecture main of input is
signal a,b,c,d:std
input.cpp
// input.cpp : implementation file
//
#include "stdafx.h"
#include "HM.h"
#include "input.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endi
input.java
/*
IMPORTS
*/
import java.applet.*;
import java.awt.*;
import java.lang.*;
import java.util.*;
import java.io.*;
import java.net.*;
/*
Input class - an abstract class for text input dialog.
input.service
[Bluetooth Service]
Identifier=input
Name=Input service
Description=Bluetooth HID based Input service
Autostart=true
input-api.txt
Bluetooth input service API description
***************************************
Copyright (C) 2006-2007 Marcel Holtmann
Input Manager hierarchy
=======================
Inter