搜索结果
找到约 46,581 项符合
I²C总线 的查询结果
按分类筛选
Linux/Unix编程 Unix环境高级编程:本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述
Unix环境高级编程:本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调 ...
软件设计/软件工程 Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy
Dijkstra算法求最短路径(C#版) using System
using System.Collections
using System.Text
namespace Greedy
{
class Marx
{
private int[] distance
private int row
private ArrayList ways = new ArrayList()
public Marx(int n,params int[] d)
{
this.row = n
distance = new int[row * row]
for ( ...
操作系统开发 DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample i
DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ data CD. The sample also uses the DiscRecordingUI framework to ...
Java书籍 本书提供用J B u i l d e r开发数据库应用程序、创建分布式应用程序以及编写J a v a B e a n 组件的高级资料。它包括下列几个部分: • 第一部分是“开发数据库应用
本书提供用J B u i l d e r开发数据库应用程序、创建分布式应用程序以及编写J a v a B e a n
组件的高级资料。它包括下列几个部分:
&#8226 第一部分是“开发数据库应用程序”,它提供关于使用J b u i l d e r的D a t a E x p r e s s数据
库体系结构的信息,并解释原始数据组件和类之间的相互关系,以及怎样使用它
们来创 ...
其他 Solving Engineering Problems Using MATLAB C++ Math Library Introduction In the previous article, we
Solving Engineering Problems Using MATLAB C++ Math Library Introduction
In the previous article, we studied how can use MATLAB C API to solve engineering problems. In this article I will show you how can use MATLAB C++ math library. The MATLAB&reg C++ Math Library serves two separate constituencies: ...
嵌入式Linux gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o wri
gpio驱动
leddrv.c为驱动源程序
writeled.c为应用程序
writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c
leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common ...
单片机开发 一个用C语言开发AVR单片机音乐播放器程序
一个用C语言开发AVR单片机音乐播放器程序,里面还括一些CAN总线初始化和收发信息的程序,欢迎大家下载!
医药行业 AT89X51上的can总线通信程序
AT89X51上的can总线通信程序,标准C源程序,清晰,可用
编译器/解释器 文件名 :test3.c * 文件描述:预测分析法实现的语法分析器。分析如下文法: * E->E+T | E-T | T * T->T*F | T/F |F *
文件名 :test3.c
* 文件描述:预测分析法实现的语法分析器。分析如下文法:
* E->E+T | E-T | T
* T->T*F | T/F |F
* F->(E) | i
* 输入:每行含一个表达式的文本文件(#号结束)。
* 输出:分析成功或不成功信息。
* 创建人:余洪周 <nick19842000.cublog.cn> 2006-12-16
* 版本号:1.0
* 说明 :为了 ...
其他嵌入式/单片机内容 本固件程序的功能是通过IIC总线读写EPROM。在CYPRESS公司的FX和FX2系列USB芯片下调试成功
本固件程序的功能是通过IIC总线读写EPROM。在CYPRESS公司的FX和FX2系列USB芯片下调试成功,可直接使用。用Keil C 开发编译。