搜索结果
找到约 100 项符合
suitable 的查询结果
按分类筛选
- 全部分类
- 技术资料 (23)
- Linux/Unix编程 (10)
- 书籍 (9)
- 单片机编程 (8)
- 其他书籍 (5)
- 其他 (5)
- Java编程 (3)
- 加密解密 (3)
- 数学计算 (2)
- 嵌入式/单片机编程 (2)
- 数值算法/人工智能 (2)
- VC书籍 (2)
- Delphi控件源码 (2)
- 文件格式 (2)
- 通讯/手机编程 (2)
- 实用工具 (1)
- 多媒体处理 (1)
- 嵌入式综合 (1)
- 操作系统开发 (1)
- 人工智能/神经网络 (1)
- 串口编程 (1)
- 嵌入式Linux (1)
- 压缩解压 (1)
- 技术管理 (1)
- 电子书籍 (1)
- 软件工程 (1)
- matlab例程 (1)
- Java书籍 (1)
- 书籍源码 (1)
- *行业应用 (1)
- 软件设计/软件工程 (1)
- VHDL/FPGA/Verilog (1)
- 微处理器开发 (1)
- Ajax (1)
- 驱动编程 (1)
单片机编程 SN65LBC170,SN75LBC170,pdf(TRIP
The SN65LBC170 and SN75LBC170 aremonolithic integrated circuits designed forbidirectional data communication on multipointbus-transmission lines. Potential applicationsinclude serial or parallel data transmission, cabledperipheral buses with twin axial, ribbon, ortwisted-pair cabling. These devices ...
单片机编程 基于单DSP的VoIP模拟电话适配器研究与实现
基于单DSP的VoIP模拟电话适配器研究与实现:提出和实现了一种新颖的基于单个通用数字信号处理器(DSP)的VoIP模拟电话适配器方案。DSP的I/O和存储资源非常有限,通常适于运算密集型应用,不适宜控制密集型应用[5]。该系统高效利用单DSP的I/O和片内外存储器资源,采用μC/OS-II嵌入式实时操作系统,支持SIP和TCP-UDP/IP协议,通 ...
单片机编程 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 ...
单片机编程 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 ...
单片机编程 基于多点网络的水厂自动监控系统设计
基于多点网络的水厂自动监控系统设计Design of MPI Based Automatic Monitoring and Control System in Water Works刘 美 俊(湖南工程学院,湘潭411101)摘要针对水厂工作水泵多、现场离控制站距离远的特点,提出了一种基于MPI多点网络的自动监控系统的设计方法,分析了系统的工作原理,介绍了系统中数据的采集与处理、主站 ...
嵌入式综合 lpc2292/lpc2294 pdf datasheet
The LPC2292/2294 microcontrollers are based on a 16/32-bit ARM7TDMI-S CPU with real-time emulation and embedded trace support, together with 256 kB of embedded high-speed flash memory. A 128-bit wide memory interface and a unique accelerator architecture enable 32-bit code execution at the maximum ...
其他 JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented feat
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects ...
数学计算 The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti
The module LSQ is for unconstrained linear least-squares fitting. It is
based upon Applied Statistics algorithm AS 274 (see comments at the start
of the module). A planar-rotation algorithm is used to update the QR-
factorization. This makes it suitable for updating regressions as more
data become a ...
操作系统开发 use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my c
use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my code. All is using freelist to find a suitable memory space.