搜索结果
找到约 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)
编译器/解释器 c语言编译器
c语言编译器,3.6版本
lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. For details, see
http://www.research.microsof ...
单片机开发 The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, s
The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain.
The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module.
The example also shows the efficiency of the ...
数学计算 The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccion
The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, including real and complex FFTs in 1-3 dimensions, an ...
Java编程 JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors,
JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared. This is very useful for describing exactly what has changed betwee ...
压缩解压 Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of mo
Octane v1.01.20
The Open Compression Toolkit for C++ .
The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms.
Simple interface and skeleton code for creating new compression algorithms.
Complete testing framework for validati ...
Internet/网络编程 当客户希望Citrix 服务器能够既提供内部客户端的访问
当客户希望Citrix 服务器能够既提供内部客户端的访问,同时也需要通过路由器上进行NAT(地址转换)的设
置而提供外部客户端的访问,Citrix 要实现这样的应用需要在Web Interface 中进行必要的设置才能够支持
单片机开发 常用串行EEPROM的编程应用
常用串行EEPROM的编程应用,SPI总线(Serial Peripheral Interface串行外围设备接口总线)是三线式的串行总线,是由摩托罗拉公司所研发,使用三线进行数据传输,分别是SCK时钟引脚,SI数据输入引脚和SO数据输出引脚。
文章/文档 中软国际Java程序员笔试题 1.谈谈final, finally, finalize的区别。 2.Anonymous Inner Class (匿名内部类) 是否可以extends(继承)
中软国际Java程序员笔试题
1.谈谈final, finally, finalize的区别。
2.Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?
3.Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。
...
微处理器开发 It can be argued that the current free-software movement is the most important thing happening in c
It can be argued that the current free-software movement is the most important
thing happening in computing today. We are in the midst of a major shift from
all software being proprietary and closely held by individual companies to a large
body of software that can be freely acquired and used by any ...
其他书籍 Builder uses to integrate a larger system module. Each component consists of a structured set of fi
Builder uses to integrate a larger system module. Each component
consists of a structured set of files within a directory.
The files in a component directory serve the following
The RS232 UART Core implements a method for communication of serial data. The core provides
a simple register-mapped Avalo ...