搜索结果
找到约 2,113 项符合
O-tree 的查询结果
其他书籍 Socket 编程,详细介绍了Socket 编程的基本知识,socket 地址结构,C/S 网络编程,常用函数,僵尸进程,I/O 模式,守护进程,I/O 超时,辅助数据的应用,网络参数的设置和获取
Socket 编程,详细介绍了Socket 编程的基本知识,socket 地址结构,C/S 网络编程,常用函数,僵尸进程,I/O 模式,守护进程,I/O 超时,辅助数据的应用,网络参数的设置和获取
人工智能/神经网络 基于内容的多媒体数据库检索算法: 用于最近邻搜索的R*-tree算法
基于内容的多媒体数据库检索算法:
用于最近邻搜索的R*-tree算法
人工智能/神经网络 基于内容的多媒体数据检索算法SR-Tree
基于内容的多媒体数据检索算法SR-Tree,类似于R*-tree和SS-tree的最近邻搜索
数据结构 Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It ...
微处理器开发 编译环境arm ads 1.2 Arm 可以对I/O操作
编译环境arm ads 1.2
Arm 可以对I/O操作
单片机开发 关于51单片机的点阵LCD汇编源代码。中间说明了I/O口的连接关系。
关于51单片机的点阵LCD汇编源代码。中间说明了I/O口的连接关系。
嵌入式/单片机编程 凌阳单片机扩展8255 为用户在中提供一个I/O 扩展的方法
凌阳单片机扩展8255
为用户在中提供一个I/O 扩展的方法,在设计过程遇到I/O不够用时可以用此种方案
其他 with this program you can search your whole driver and list all files in a tree view box.
with this program you can search your whole driver and list all files in a tree view box.
单片机开发 These routines transmit and receive serial data using two general * I/O pins, in 8 bit, No parity,
These routines transmit and receive serial data using two general
* I/O pins, in 8 bit, No parity, 1 stop bit format. They are useful
* for performing serial I/O on 8051 derivatives not having an
* internal UART, or for implementing a second serial channel.
微处理器开发 Philips ARM LPC2100 的I/O口程序
Philips ARM LPC2100 的I/O口程序,别小看这段通用接口程序,这里面包含了完整的启动代码,而且是汇编和C对照的,希望对硬件编程的朋友有帮助,因为当时我就位了启动代码学习了好一阵子,才算学会。