搜索结果
找到约 46,581 项符合
I²C总线 的查询结果
按分类筛选
VC书籍 This note describes some key aspects of what C++ is and of how C++ has developed over the years. The
This note describes some key aspects of what C++ is and of how C++ has developed over the years. The spective is that of an experienced C++ user looking at C++ as a practical tool. No attempts are made to compare C++ to other languages, though I have
tried to answer some questions that I have often ...
系统设计方案 Digital Thermostat with High Accuracy -6,00 to 46,00 °C Digital Thermostat We build a digital the
Digital Thermostat with High Accuracy
-6,00 to 46,00 °C
Digital Thermostat
We build a digital thermostat for home applications, which controls the room temperature. I
used the AT90S2313 microprocessor of ATMEL. The digital thermostat opens the main heating valve of
the apartment and the hot water f ...
人工智能/神经网络 A .NET Path Finder Library Path Finder Library is a .NET library that currently contains one type c
A .NET Path Finder Library
Path Finder Library is a .NET library that currently contains one type called SimplePathFinder. SimplePathFinder is a very simple and basic implementation of the A* path finding algorithm. It is extremely easy to use and integrate in your applications. It works very well a ...
Delphi控件源码 VCLSkin™ is a component to create skinnable user interface for Delphi/C++Builder application, I
VCLSkin™ is a component to create skinnable user interface for Delphi/C++Builder application, It is easy to use, just put on component on mainform, Vclskin will skin whole application without source code modification.
数据库系统 how to extend an OLE DB consumer template class and make it much easier to use in applications. I ha
how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in error handling. It was just a small class in my last article.
VC书籍 经典C语言程序设计100例1-10 如【程序1】 题目:有1、2、3、4个数字
经典C语言程序设计100例1-10
如【程序1】
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去
掉不满足条件的排列。
2.程序源代码:
main()
{
int i,j,k
printf("\n")
for(i=1 i<5 i++) ...
人工智能/神经网络 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(
代入法的启发示搜索
我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z)
,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系 ...
单片机开发 通过MCS-51的P1.0和P1.1来模拟I2C总线进行通信
通过MCS-51的P1.0和P1.1来模拟I2C总线进行通信,数据收发工作。程序是用C语言实现。内有详细解释,可读性和移植性强。
单片机开发 单总线温度传感器DS18B20以及12位串行AD转换TLC2543的控制程序
单总线温度传感器DS18B20以及12位串行AD转换TLC2543的控制程序,控制MCU为ATMEGA64,代码语言为C
其他书籍 在多数情况下,集成电路芯片的管脚不会全部被使用。例如74ABT16244系列器件最多可以使用16路I/O管脚,但实际上通常不会全部使用,这样就会存在悬空端子。所有数字逻辑器件的无用端子必须连接到一个高
在多数情况下,集成电路芯片的管脚不会全部被使用。例如74ABT16244系列器件最多可以使用16路I/O管脚,但实际上通常不会全部使用,这样就会存在悬空端子。所有数字逻辑器件的无用端子必须连接到一个高电平或低电平,以防止电流漂移(具有总线保持功能的器件无需处理不用输入管脚)。究竟上拉还是下拉由实际器件在何种方式下功耗 ...