搜索结果

找到约 46,581 项符合 I²C总线 的查询结果

文章/文档 经典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++)    /*以下 ...
https://www.eeworm.com/dl/652/132178.html
下载: 74
查看: 1078

压缩解压 They have been developed using the AZTEC C86 compiler, and are portable to any other standard C envi

They have been developed using the AZTEC C86 compiler, and are portable to any other standard C environment. I have tested this code with AZTEC CII for the 8080, and with the C compiler on XENIX 286, and they work fine.
https://www.eeworm.com/dl/617/132263.html
下载: 198
查看: 1077

其他 对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序

对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序,包括for,while和if else控制等 output.txt内为输出的二元单词序列 k.txt为关键字表 l.txt为运算符和界符表 i.txt为该输入的源程序的标志符 c.txt为常数表 个别表需要序列号,这时各表的序列号默认为从1开始,每行加1。 使用说明: 在提示符下输入input.txt ...
https://www.eeworm.com/dl/534/134867.html
下载: 39
查看: 1192

其他 The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field

The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fai ...
https://www.eeworm.com/dl/534/137877.html
下载: 65
查看: 1074

操作系统开发 Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most po

Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a 386, 486, Pentium, Pentium Pro or AMD64 CPU, including ...
https://www.eeworm.com/dl/531/137957.html
下载: 20
查看: 1165

单片机开发 AT89X51上的Can总线通信程序

AT89X51上的Can总线通信程序,标准C源程序,清晰,可用
https://www.eeworm.com/dl/648/139176.html
下载: 130
查看: 1069

单片机开发 现场总线程序

现场总线程序,针对pic单片机,纯c代码,可以很好的移植到其他单片机上!
https://www.eeworm.com/dl/648/146986.html
下载: 191
查看: 1017

单片机开发 The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, s

The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the ...
https://www.eeworm.com/dl/648/148542.html
下载: 125
查看: 1077

单片机开发 UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory alloc

UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The ...
https://www.eeworm.com/dl/648/148543.html
下载: 61
查看: 1086

电子书籍 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述

本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端 ...
https://www.eeworm.com/dl/cadence/ebook/150014.html
下载: 42
查看: 1051