代码搜索:PS2接口

找到约 10,000 项符合「PS2接口」的源代码

代码结果 10,000
www.eeworm.com/read/369955/2788311

scr ps2_xst.scr

run -opt_level 2 -opt_mode speed -ifmt mixed -ifn D:\EMBD\VGA\pcores\PS2_v1_00_a\devl\synthesis\PS2_xst.prj -top PS2 -p virtex2p -ofn D:\EMBD\VGA\pcores\PS2_v1_00_a\devl\synthesis\PS2_xst.ngc
www.eeworm.com/read/412209/11210862

v gating_pulse.v

module gating_pulse(PS_flag,FlagB,CLK,Update,TP,TB,PS10,PS20,AD_CLK,Get_CLK,SLWR); //TP为门控脉冲,TB为压地波脉冲 input PS_flag,FlagB,CLK; //FM为AD9954触发脉冲 output Update,TP,TB,PS10,PS2
www.eeworm.com/read/235291/14075914

i ps2.i

//PS2键盘驱动程序,使用第二套扫描码 //CLK接INT0(PD2)使用外部中断0来检测时钟脉冲,DATE接PD1 // CodeVisionAVR C Compiler // (C) 1998-2001 Pavel Haiduc, HP InfoTech S.R.L. // I/O registers definitions for the ATmega16 #pragma
www.eeworm.com/read/390323/8471154

h lcd1602_alexi.h

/*-------------------------------------------------------*/ #define unchar unsigned char //便于使用 #define unint unsigned int #define Port_Data P0 //数据接口定义 sbit RS = P2^0;
www.eeworm.com/read/388333/8614129

c 矩阵式键盘.c

#include #include #define uint unsigned int #define uchar unsigned char #define k P1 // 定义键盘接口 /************************************************
www.eeworm.com/read/387193/8700200

h bacandfordoc.h

// BacAndForDoc.h : CBacAndForDoc 类的接口 // #pragma once class CBacAndForDoc : public CDocument { protected: // 仅从序列化创建 CBacAndForDoc(); DECLARE_DYNCREATE(CBacAndForDoc) // 属性 publi
www.eeworm.com/read/387193/8700213

h bacandforview.h

// BacAndForView.h : CBacAndForView 类的接口 // #pragma once class CBacAndForView : public CView { protected: // 仅从序列化创建 CBacAndForView(); DECLARE_DYNCREATE(CBacAndForView) // 属性 publ
www.eeworm.com/read/387190/8700537

h coortransview.h

// CoorTransView.h : CCoorTransView 类的接口 // #pragma once class CCoorTransView : public CView { protected: // 仅从序列化创建 CCoorTransView(); DECLARE_DYNCREATE(CCoorTransView) // 属性 publ
www.eeworm.com/read/387190/8700566

h coortransdoc.h

// CoorTransDoc.h : CCoorTransDoc 类的接口 // #pragma once class CCoorTransDoc : public CDocument { protected: // 仅从序列化创建 CCoorTransDoc(); DECLARE_DYNCREATE(CCoorTransDoc) // 属性 publi
www.eeworm.com/read/286776/8743767

txt 列表3.3.txt

【列表3.3】 库接口单元。 { HetloIntf.pas - interface unit for hello library } unit HelloIntf; interface procedure SayHello; cdecl; implementation procedure SayHello; external 'libhello.so' name