搜索:Subclass
找到约 7 项符合「Subclass」的查询结果
结果 7
https://www.eeworm.com/dl/634/148408.html
Applet
A subclass of JTable, this class can render data from a TreeTableModel.
A subclass of JTable, this class can render data from a TreeTableModel.
https://www.eeworm.com/dl/634/148410.html
Applet
A model of the local file system, implemented as a concrete subclass of AbstractTreeTableModel. This
A model of the local file system, implemented as a concrete subclass of AbstractTreeTableModel. This class implements the TreeTableModel interface.
https://www.eeworm.com/dl/534/474630.html
其他
Universal Serial Bus CDC Subclass Specification for Wireless Mobile Communication Devices
Universal Serial Bus CDC Subclass Specification for Wireless Mobile Communication Devices
https://www.eeworm.com/dl/690/244005.html
邮电通讯系统
radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo
radius协议源码÷The Radius Stack will connect to a Radius Server. This stack
implementation is built upon the UdpStack which is available
in the radius{version}/util directory. A minimal set of VSAs (Vendor
Specific Attributes are supported by this stack). The Radius
Stack should ...
https://www.eeworm.com/dl/618/310900.html
驱动编程
一下是注册表项 [HKEY_LOCAL_MACHINEDriversBuiltInSDMMC] "Dll"="sdmmc_loader.dll" "Prefix"="SML" "Order"=
一下是注册表项
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SDMMC]
"Dll"="sdmmc_loader.dll"
"Prefix"="SML"
"Order"=dword:2
"Ioctl"=dword:4
"Class"=dword:01
"SubClass"=dword:80
"ProgIF"=dword:0
"DeviceID"=dword:1100
"VendorID"=dword:15b7
"FSD"="fatfsd.dll"
"Profile"="SDMMC"
"IClass"="{A4E7 ...
https://www.eeworm.com/dl/841716.html
技术资料
于博士 Cadence16.5入门视频教程 60讲全
文件较大,附件提供了百度网盘的分享地址和提取码,打开即可下载或转存。中文名: 于博士之Cadence SPB 15.7 快速入门视频教程(共60集)英文名: Cadence SPB 15.7发行时间: 2009年地区: 大陆对白语言: 普通话文字语言: 简体中文简介: 教程定位:零基础快速入门教程,实实在在为初学者着想。远离学院 ...
https://www.eeworm.com/dl/502/31418.html
单片机编程
驱动程序与应用程序的接口
有两种方式可以让设备和应用程序之间联系:1. 通过为设备创建的一个符号链;2. 通过输出到一个接口WDM驱动程序建议使用输出到一个接口而不推荐使用创建符号链的方法。这个接口保证PDO的安全,也保证安全地创建一个惟一的、独立于语言的访问设备的方法。一个应用程序使用Win32APIs来调用设备 ...