搜索结果
找到约 1,249 项符合
interface 的查询结果
按分类筛选
- 全部分类
- 技术资料 (341)
- 单片机编程 (63)
- 单片机开发 (63)
- 其他 (50)
- 其他书籍 (48)
- VHDL/FPGA/Verilog (38)
- Java编程 (33)
- 嵌入式/单片机编程 (33)
- 微处理器开发 (32)
- Linux/Unix编程 (24)
- 文章/文档 (22)
- 系统设计方案 (19)
- 可编程逻辑 (18)
- VC书籍 (18)
- 驱动编程 (17)
- 软件设计/软件工程 (17)
- USB编程 (15)
- 汇编语言 (15)
- matlab例程 (14)
- 书籍 (13)
- 通讯编程文档 (13)
- 其他嵌入式/单片机内容 (12)
- VIP专区 (12)
- 通讯/手机编程 (11)
- 电子书籍 (11)
- 教程资料 (11)
- 操作系统开发 (10)
- 网络 (10)
- Java书籍 (10)
- 串口编程 (9)
- 人工智能/神经网络 (9)
- 嵌入式Linux (9)
- 中间件编程 (9)
- 通信网络 (8)
- 嵌入式综合 (8)
- Internet/网络编程 (8)
- 编译器/解释器 (7)
- 文件格式 (7)
- Delphi控件源码 (7)
- 行业发展研究 (7)
- 数学计算 (6)
- Windows CE (6)
- 接口技术 (5)
- 书籍源码 (5)
- 软件工程 (5)
- 压缩解压 (5)
- J2ME (5)
- VxWorks (5)
- Oracle数据库 (5)
- 电源技术 (4)
- 无线通信 (4)
- 学术论文 (4)
- 实用工具 (4)
- ARM (4)
- SCSI/ASPI (4)
- BREW编程 (4)
- 源码 (3)
- DSP编程 (3)
- 资料/手册 (3)
- 开发工具 (3)
- 模拟电子 (3)
- 教程资料 (3)
- 手机短信编程 (3)
- Applet (3)
- FlashMX/Flex源码 (3)
- Delphi/CppBuilder (3)
- Windows Mobile (3)
- JavaScript (3)
- SQL Server (3)
- 其他 (2)
- PCB相关 (2)
- 数据库系统 (2)
- 教育系统应用 (2)
- Modem编程 (2)
- 游戏 (2)
- 语音压缩 (2)
- 磁盘编程 (2)
- 技术管理 (2)
- 其他数据库 (2)
- 手机WAP编程 (2)
- 其他行业 (2)
- Symbian (2)
- TAPI编程 (2)
- RFID编程 (2)
- 手册 (1)
- 经验 (1)
- 设计相关 (1)
- 数值算法/人工智能 (1)
- 加密解密 (1)
- 多媒体处理 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 测试测量 (1)
- 工业控制 (1)
- DSP工具/软件 (1)
- 传感与控制 (1)
- *行业应用 (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- uCOS (1)
单片机编程 NEC 16位MCU参考手册
NEC 16位MCU参考手册
The 78K0R/IC3 is a 16-bit single-chip microcontroller that uses a 78K0R CPU core and incorporates peripheral functions, such as ROM/RAM, a multi-function timer, a multi-function serial interface, an A/D converter, a programmable gain amplifier (PGA), a comparator, a real-time cou ...
教程资料 8259 VHDL代码
a8259 可编程中断控制 altera提供
The a8259 is designed to simplify the implementation of the interrupt interface  in 8088 and 8086  based microcomputer systems. The device is known as a programmable interrupt controller.  The a8259 receives and prioritizes up to 8 interrupts,  ...
可编程逻辑 8259 VHDL代码
a8259 可编程中断控制 altera提供
The a8259 is designed to simplify the implementation of the interrupt interface  in 8088 and 8086  based microcomputer systems. The device is known as a programmable interrupt controller.  The a8259 receives and prioritizes up to 8 interrupts,  ...
Java书籍 《JavaServer Faces》 In JavaServer Faces, developers learn how to use the new JavaServer Faces framew
《JavaServer Faces》
In JavaServer Faces, developers learn how to use the new JavaServer Faces framework to build real-world web applications. The book contains everything you ll need: how to construct the HTML on the front end how to create the user interface components that connect the front end t ...
教育系统应用 转载一个程序。 This zip file contains a example of using C++ language COM in a Visual C++ program (named
转载一个程序。
This zip file contains a example of using C++ language COM in a Visual C++ program (named example.zip), and a COM component built by comtool of Matlab and used in a Visual C++ program(named mycom.zip). Both projects contain fire_event in COM. But it only works well in the former exam ...
VxWorks This file contains board-specific information for the Motorola cpv3060 target board. Specifically,
This file contains board-specific information for the Motorola cpv3060
target board. Specifically, this file contains information on any BSP
interface changes from previous software or hardware versions, and
contains caveats that the user must be aware of before using this BSP.
Additionally, the tar ...
USB编程 USBHostSlave is a USB 1.1 host and Device IP core. – Supports full speed (12Mbps) and low speed (1.
USBHostSlave is a USB 1.1 host and Device IP core.
– Supports full speed (12Mbps) and low speed (1.5Mbps) operation.
– USB Device has four endpoints, each with their own independent FIFO.
– Supports the four types of USB data transfer control, bulk, interrupt, and isochronous
transfers.
– Host ...
Java编程 JNI,用JAVA调用C
JNI,用JAVA调用C,C++的说明文章。本教程描述和演示了 Java 本机接口(Java Native Interface)的基本的和最常用的技术 — 从 Java 程序调用 C 或 C++ 代码,以及从 C 或 C++ 程序调用 Java 代码 — 以帮助您迅速而高效地开发自己的 JNI 解决方案。 ...
源码 基于界面操作的人脸心率检测的代码
基于界面操作的人脸心率检测的代码,通过摄像头实时采集人视频,并计算心率(Face the heart rate detection interface operation based on the code, through real-time acquisition one camera video, and rate)