搜索结果
找到约 49,689 项符合
I²C协议 的查询结果
按分类筛选
单片机编程 PCA954X家庭的I C SMBus多路复用器与开关
The Philips family of Multiplexers and Switches consists of bi-directional translating switches controlled via the I2C or SMBus to fan out an upstream SCL/SDA pair to 2, 4 or 8 downstream channels of SCx/SDx pairs. The Multiplexers allow only one downstream channel to be selected at a time, while th ...
单片机编程 8-bit IC and SMBus IO Port wit
The CAT9534 is an 8-bit parallel input/output portexpander for I²C and SMBus compatible applications.These I/O expanders provide a simple solution inapplications where additional I/Os are needed: sensors,power switches, LEDs, pushbuttons, and fans.The CAT9534 consists of an input port register, ...
单片机编程 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 ...
C/C++语言编程 第14章源代码控制
当许多编程人员从事这项工作但又不使用源代码管理工具时,源代码管理几乎不可能进行。Visual SourceSafe是Visual Basic的企业版配备的一个工具,不过这个工具目的是为了保留一个内部应用版本,不向公众发布(应当说明的是,M i c r o s o f t并没有开发Visual SourceSafe,它是M i c r o s o f t公司买来的) 。虽然Visual ...
数据结构 装箱问题:在装箱问题中
装箱问题:在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占
用s[i]个单元(0< s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最
少箱子的成功装载。
例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载
重限制(假设每辆卡车的载重都一样)。 ...
单片机开发 结合单片机和M a t l a b 两者的优点
结合单片机和M a t l a b 两者的优点,基于事件驱动的中断通信机制,提出一种Matlab 环境下PC 机与
单片机实时串行通信及数据处理的方法;完成单片机数据采集系统与PC 机的RS-232/RS-485 串行通
信及其通信数据的分析处理、文件存储、F I R 滤波及图形显示;简化系统开发流程,提高开发效率。
该方法已成功应用于一个P I C ...
Java书籍 一个有关applet教程的书籍
一个有关applet教程的书籍,书名:WebLogic Server
Using Applets with
BEA WebLo g i c Se r v e r 6 .0
Document D a t e : M a r c h 6 , 2001
BEA
WebLogic Server
Java编程 一款类似百度知道系统的问题解答系统
一款类似百度知道系统的问题解答系统,问题页面自动生成静态网页- M( ]- `+ X0 x
系统特色:
+ O$ U8 n- [ z# {/ E本系统结合了仿百度知道程序和仿新浪爱问程序的共同优点,设计更加合理 6 X) H8 a5 t9 h& D6 e8 S9 p2 P
问题页面实时生成静态页面,减少系统开销,更利于搜索引擎的收录
! f5 U& N3 J+ B7 I" S完美使用系 ...
FPGA FPGA+数字电子系统设计与开发实例导航
介绍了 FPGA 的相关基础知识,然后分别通过 7 个在实际工程应用中的案例详细
介绍了通过 FPGA 实现 I 2C 协议要求的接口、 UART 控制器、USB 接口控制器、数字视频信号处
理器、VGA/LCD 显示控制器、CAN 总线控制器、以太网控制器的方法。
...
源码 学生成绩管理
#include<stdio.h>
#include<windows.h>
int xuanxiang;
int studentcount;
int banjihao[100];
int xueqihao[100][10];
char xm[100][100];
int xuehao[100][10];
int score[100][3];
int yuwen;
int shuxue[000];
int yingyu[100];
int c[100];
int p;
char x[1000][100]="",y[100][100]="";/*x学院 y专业 z班级*/&nbsp;
...