代码搜索:模拟集成
找到约 10,000 项符合「模拟集成」的源代码
代码结果 10,000
www.eeworm.com/read/209014/15229250
dot 集成构建计划.dot
www.eeworm.com/read/206890/15286426
dot 集成构建计划.dot
www.eeworm.com/read/4344/35426
mht 集成电路.mht
www.eeworm.com/read/6837/100328
mht 集成电路.mht
www.eeworm.com/read/385090/8819998
frx frm模拟.frx
www.eeworm.com/read/385090/8820225
cls cxr模拟.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/385090/8820251
frm frm模拟.frm
VERSION 5.00
Begin VB.Form frm模拟
BorderStyle = 1 'Fixed Single
Caption = "模拟XR2105"
ClientHeight = 2445
ClientLeft = 45
ClientTop = 330
C
www.eeworm.com/read/428134/8890625
pdf 模拟上.pdf
www.eeworm.com/read/378661/9220031
txt 模拟鼠标.txt
在Windows大行其道的今天,windows界面程式受到广大用户的欢迎。对这些程式的操作不外乎两种,键盘输入控制和鼠标输入控制。有时,对于繁杂的,或重复性的操作,我们能否通过编制程式来代替手工输入,而用程式来模拟键盘及鼠标的输入呢?答案是肯定的。这主要是通过两个API函数来实现的。
下面以Delphi为例来介绍一下怎样实现这两个功能。模拟键盘我们用Keybd_event这个api函 ...