搜索结果
找到约 46,581 项符合
I²C总线 的查询结果
按分类筛选
VC书籍 Visual C++ has been one of most effective tool for the large industrial applications. This book is t
Visual C++ has been one of most effective tool for the large industrial applications. This book is the best resource I have ever found on Industrial Applications of Visual C++.
电子书籍 C++ XML is a book exclusively devoted to the pow er and complexities of integrating XML standards i
C++ XML is a book exclusively devoted to the pow er and complexities of integrating XML
standards into C++. As a developer,this is a book you cannot miss. C++ XML addresses all major
standards,toolkits,and types of applications dealing with XML as a format for representing and
exchanging data,as wel ...
Linux/Unix编程 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述
本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端 ...
Linux/Unix编程 A sample program to demonstrate the usage of regex() regular expression function of the C language i
A sample program to demonstrate the usage of regex() regular expression function of the C language in linux.
单片机开发 I2C AVR单片机使用I2C总线的例子
I2C AVR单片机使用I2C总线的例子,AVR工作于I2C的主节点模式,包含两个例子
I2C.c 以单字节模式访问I2C总路线器件AT24C02的例子程序,从中可以学习I2C总线的工作过程
AT24C02.c 调用库函数对AT24C02进行读写,可以连续多字节读写。 ...
中间件编程 单总线多点测温系统
单总线多点测温系统,单总线它采用单根信号线既传输时钟又传输数据,而且数据传输是双向的它具有节省I/O 口线资源结构简单成本低廉便于总线扩展和
维护等诸多优点。本系统中所有的DS18B20都接在单片机的P1.1口上。用一个液晶屏显示,从单片机P3口接上8个开关,与右边的DS18B20
编号对应。当没有开关按下时屏幕显示"which NO ...
微处理器开发 C51 ADC Program Examples. 适用于AT89C51CC01,AT89C51CC02,AT89C51CC03单片机内建CAN总线控制器. Atmel官方例程
C51 ADC Program Examples.
适用于AT89C51CC01,AT89C51CC02,AT89C51CC03单片机内建CAN总线控制器.
Atmel官方例程,C和汇编都有,很有帮助
编译器/解释器 c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlyin
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths ...
微处理器开发 The attached zip includes a c code for initializing ILI9322 display chip used in many 3.5 TFT LCD de
The attached zip includes a c code for initializing ILI9322 display chip used in many 3.5 TFT LCD devices. this is a SPI based initialization code in C which can be seamlessly ported to any architecture. I have also added the datasheet for easy reference
其他书籍 进程间通信14 说明了进程控制原语并且观察了如何调用多个进程。但是这些进程之间交换信息的 唯一方法是经由f o r k或e x e c传送打开文件
进程间通信14
说明了进程控制原语并且观察了如何调用多个进程。但是这些进程之间交换信息的
唯一方法是经由f o r k或e x e c传送打开文件,或通过文件系统。本章将说明进程之间相互通信的
其他技术—I P C(InterProcess Communication)。 ...