代码搜索:PS2接口
找到约 10,000 项符合「PS2接口」的源代码
代码结果 10,000
www.eeworm.com/read/426738/9002470
vhd testusb.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
entity TestUSB is
end TestUSB;
architecture Test of TestUSB is
component USB
port(
-- usb接口
vp: in STD_LOGIC;
vm: in STD_LOG
www.eeworm.com/read/380199/9157971
h viewerdoc.h
// ViewerDoc.h : CViewerDoc 类的接口
//
#pragma once
#include "afxcoll.h"
class CViewerDoc : public CDocument
{
protected: // 仅从序列化创建
CViewerDoc();
DECLARE_DYNCREATE(CViewerDoc)
// 属性
www.eeworm.com/read/380194/9158089
h viewerdoc.h
// ViewerDoc.h : CViewerDoc 类的接口
//
#pragma once
#include "afxcoll.h"
class CViewerDoc : public CDocument
{
protected: // 仅从序列化创建
CViewerDoc();
DECLARE_DYNCREATE(CViewerDoc)
// 属性
www.eeworm.com/read/380194/9158111
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
//
#include "afxext.h"
#pragma once
class CViewerView;
class CViewerDoc;
class CWebView;
class CMainFrame : public CFrameWnd
{
protected: // 仅从序列化创建
www.eeworm.com/read/379175/9205335
java testprint.java
package 接口的使用;
import A.s;
public class TestPrint {
public static void main(String[] args) {
InterfacePrint2 p = new PrintDataImplementInterfacePrint2();
p.print("hao");
PrintDataImpl
www.eeworm.com/read/379175/9205337
java printhanziimplementinterfaceprint.java
package 接口的使用;
import A.s;
public class PrintHanziImplementInterfacePrint implements InterfacePrint {
public String print() {
// TODO Auto-generated method stub
s.p("汉字输出");
return "汉字输
www.eeworm.com/read/379175/9205338
java printdataimplementinterfaceprint2.java
package 接口的使用;
public class PrintDataImplementInterfacePrint2 implements InterfacePrint2,InterfacePrint{
public void print(String s) {
// TODO Auto-generated method stub
System.out.printl
www.eeworm.com/read/181270/9260886
java hannoitower.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class HannoiTower extends JPanel implements MouseListener,MouseMotionListener //用接口实现多重继承
{
TowerPoint point[];
www.eeworm.com/read/374598/9393936
c protocol686a.c
/*****************************************************************************************
* 目的:686A 68 6A 协议库函数
* 功能:提供基本 686A 68 6A 协议通讯接口
* 模块依赖:SCI.h Timer.h
* 注意:
******************
www.eeworm.com/read/175026/9562554
vb sqldatabase.vb
Imports System.Data
Imports System.Data.SqlClient
Imports System.ComponentModel
Public Class SqlDataBase
'实现接口IDisposable
Implements IDisposable
'数据库连接对象
Private SqlConn As SqlC