代码搜索:PS2接口
找到约 10,000 项符合「PS2接口」的源代码
代码结果 10,000
www.eeworm.com/read/254290/12149970
java mycontrolcontext.java
package tcpSoundCommunication;
/**
* tab选项卡打开和关闭声音源的接口!The interface for the JavaSound tabs to open and close audio resources.
*/
public interface MyControlContext {
public void open();
www.eeworm.com/read/339028/12267335
txt guifan.txt
*银江行情接口规范V1.02
#ifndef __STOCKDRV_H__
#define __STOCKDRV_H__
// 工作方式类型定义
#define RCV_WORK_SENDMSG 4
///////////////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/150619/12281123
java textfindreplace.java
import java.awt.*;
import java.awt.event.*;
/**类TextFindReplace实现了MouseListener和WindowListener接口*/
public class TextFindReplace implements MouseListener,WindowListener{
private Frame frObj;
pr
www.eeworm.com/read/337935/12333102
txt spring实现rmi详解.txt
1.1服务端
1.1.1服务接口
package cn.webservice;
import java.util.List;
publicinterface AccountService {
publicvoid insertAccount(Integer account);
public List getAccounts(String name);
www.eeworm.com/read/251371/12349332
h generalapi.h
#if !defined(GENALAPI_INCLUDED_)
#define GENALAPI_INCLUDED_
//************************************************************************
//常用接口函数(本软件代码由朱一松(song_0962@sina.com)编写,仅供个人使用 )
//*********
www.eeworm.com/read/251081/12365899
java mycontrolcontext.java
package tcpSoundCommunication;
/**
* tab选项卡打开和关闭声音源的接口!The interface for the JavaSound tabs to open and close audio resources.
*/
public interface MyControlContext {
public void open();
www.eeworm.com/read/131592/14136113
txt 单片机驱动标准pc机键盘的c51程序.txt
单片机驱动标准PC机键盘的C51程序
*---------------------------------------------------------------------------------------------------
功能:实现pc机键盘(p/s2接口)与8位单片
www.eeworm.com/read/233636/14144437
h led_key.h
/****************显示与键盘接口****************/
/***************时间:2003年1月5日**************/
/*****************WROTE BY WANGSW*******************/
#ifndef _LED_KEY_H
#define _LED_KEY_H
#ifdef DP_5
www.eeworm.com/read/229686/14325240
txt cpld.txt
cpld 与8051的总线接口VHDL源码
-------------------------------------------------------------------------------------------
关于系统的说明:
8051工作于11.0592MHZ,RAM扩展为128KB的628128,FlashR
www.eeworm.com/read/227137/14440091
java page.java
/*
* Copyright (c) 2005 Your Corporation. All Rights Reserved.
*/
package net.page;
import java.util.List;
/**
* @author jfish
* 分页信息接口
*/
public interface Page
{
/**