搜索结果
找到约 49,689 项符合
I²C协议 的查询结果
按分类筛选
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.
嵌入式/单片机编程 FM24CL64驱动C语言程序
FM24CL64驱动C语言程序,试用于IIC协议
编译器/解释器 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)。 ...
Internet/网络编程 Microsoft ADO // // Copyright (c) 1996-1998 Microsoft Corporation. // // // // ADO constants i
Microsoft ADO
//
// Copyright (c) 1996-1998 Microsoft Corporation.
//
//
//
// ADO constants include file for JavaScript
串口编程 用C++Builder编写的串口通信上位机程序
用C++Builder编写的串口通信上位机程序,PC与单片机基于协议RS232实现通信显示实时数据的观察。
数据结构 source code for compute,i am sure it will be good for you.It can be complied on cc++ plafort
source code for compute,i am sure it will be good for you.It can be complied on c\c++ plafort
其他 需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品
需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。
通讯/手机编程 使用C#开发的基于windows mobile的数据同步框架
使用C#开发的基于windows mobile的数据同步框架,手机端使用RDA基于http协议与服务器进行数据同步,使用sql server compact edition与sql server mobile server tools。