搜索结果
找到约 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)
Delphi控件源码 fast maths routines for delphi/BCB
fast maths routines for delphi/BCB
单片机编程 Keil C51库函数参考
第五章 Keil C51库函数参考
C51强大功能及其高效率的重要体现之一在于其丰富的可直接调用的库函数,多使用库函数使程序代码简单,结构清晰,易于调试和维护,下面介绍C51的库函数系统。
1. 第一节 本征库函数(intrinsic routines)和非本征证库函数
C51提供的本征函数是指编译时直接将固定的代码插 ...
单片机编程 FREERTOS的官方移植文档
FeaturesThe following standard features are provided.• Choice of RTOS scheduling policy1. Pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occur if a task blocks, ...
单片机编程 Emulating a synchronous serial
The C500 microcontroller family usually provides only one on-chip synchronous serialchannel (SSC). If a second SSC is required, an emulation of the missing interface mayhelp to avoid an external hardware solution with additional electronic components.The solution presented in this paper and in the a ...
单片机编程 使用软件程序仿真C500微控制器系列SSC(同步串行通道)功
The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using SW routines implemented in C. The code is focused onthe SAB C513, but will fit to all C500 derivatives.Beyond the low level software drivers a test shell is delivered. This shell a ...
单片机编程 P90CL301 IIC驱动电路的例行测试及其程序
The P90CL301 is a highly integrated 16/32 bit micro-controller especially suitable for applications requiring lowvoltage and low power consumption. It is fully software compatible with the 68000. Furthermore, it provides bothstandard as well as advanced peripheral functions on-chip.One of these peri ...
单片机编程 XA-S3 I2C driver software
This application note demonstrates how to write an Inter Integrated Circuit bus driver (I2C) for the XA-S3 16-bitMicrocontroller from Philips Semiconductors.Not only the driver software is given. This note also contains a set of (example) interface routines and a smalldemo application program. All t ...
单片机编程 XA-S3的IIC接口的驱动器软件程序(C语言)
The XA-S3 is a member of Philips Semiconductors’ XA (eXtended Architecture) family of high performance 16-bit single-chip Microcontrollers. The XA-S3 combines many powerful peripherals on one chip. Therefore, it is suited for general multipurpose high performance embedded control functions.One of t ...
单片机编程 87LPC76X的IIC从程序
Presents short and simple I2C software routines that support onlyslave (rather than master or master & slave) operation and an ASMdemonstration program. The slave-only software in this app notecomplements the master mode software presented in AN464, Usingthe 87LPC76X microcontroller as an I2C bus ma ...