搜索结果
找到约 130 项符合
routines 的查询结果
按分类筛选
- 全部分类
- matlab例程 (15)
- 单片机开发 (14)
- 数学计算 (14)
- 单片机编程 (10)
- 其他 (8)
- Delphi控件源码 (8)
- 汇编语言 (6)
- 微处理器开发 (6)
- 压缩解压 (6)
- 其他书籍 (6)
- 驱动编程 (5)
- Internet/网络编程 (2)
- USB编程 (2)
- 其他嵌入式/单片机内容 (2)
- 电子书籍 (2)
- GPS编程 (2)
- 嵌入式/单片机编程 (2)
- 通讯/手机编程 (1)
- *行业应用 (1)
- RFID编程 (1)
- 人工智能/神经网络 (1)
- 中间件编程 (1)
- 人物传记/成功经验 (1)
- 邮电通讯系统 (1)
- 手机短信编程 (1)
- 金融证券系统 (1)
- DSP编程 (1)
- 加密解密 (1)
- VxWorks (1)
- 编译器/解释器 (1)
- 数据库系统 (1)
- uCOS (1)
- 软件工程 (1)
- J2ME (1)
- Linux/Unix编程 (1)
- 技术资料 (1)
- VIP专区 (1)
单片机编程 P90CL301 I2C driver routines
This application note shows how to write an Inter Integrated Circuit bus driver (I²C) for the Philips P90CL301micro-controller.It is not only an example of writing a driver, but it also includes a set of application interface software routines toquickly implement a complete I²C multi-maste ...
单片机编程 I2C slave routines for the 87L
The 87LPC76X Microcontroller combines in a small package thebenefits of a high-performance microcontroller with on-boardhardware supporting the Inter-Integrated Circuit (I2C) bus interface.The 87LPC76X can be programmed both as an I2C bus master, aslave, or both. An overview of the I2C bus and descr ...
单片机开发 8051 Serial I/O Routines Ring buffered, interrupt-driven UART driver, written in Keil C .
8051 Serial I/O Routines Ring buffered, interrupt-driven UART driver, written in Keil C .
Internet/网络编程 String Manipulation Routines
String Manipulation Routines
*行业应用 Hex to Decimal Conversion Routines
Hex to Decimal Conversion Routines
其他 The ROSETTA C++ library is a collection of C++ classes and routines that enable discernibility-based
The ROSETTA C++ library is a collection of C++ classes and routines that enable discernibility-based empirical modelling and data mining, developed as part of my dissertation. A brief presentation of the library can be found therein.
单片机开发 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 ...
汇编语言 Routines for Writing Device Drivers.
Routines for Writing Device Drivers.
汇编语言 Turbo Pascal Field Input Routines.
Turbo Pascal Field Input Routines.
单片机开发 A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtract
A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtraction, multiplication, and division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is.