搜索结果
找到约 348 项符合
TREE 的查询结果
按分类筛选
- 全部分类
- 数据结构 (59)
- 其他 (32)
- Java编程 (32)
- 技术资料 (24)
- 人工智能/神经网络 (18)
- 数值算法/人工智能 (14)
- Linux/Unix编程 (13)
- 压缩解压 (11)
- 数学计算 (11)
- 软件设计/软件工程 (9)
- 数据库系统 (8)
- JavaScript (8)
- 其他书籍 (7)
- 文章/文档 (7)
- matlab例程 (6)
- VC书籍 (6)
- 其他数据库 (5)
- Java书籍 (5)
- 书籍源码 (4)
- 编译器/解释器 (4)
- Applet (4)
- 技术管理 (4)
- Jsp/Servlet (4)
- 网络 (3)
- SQL Server (3)
- Ajax (3)
- 源码 (2)
- 学术论文 (2)
- 加密解密 (2)
- Internet/网络编程 (2)
- 教育系统应用 (2)
- 编辑器/阅读器 (2)
- 多国语言处理 (2)
- 汇编语言 (2)
- VHDL/FPGA/Verilog (2)
- Windows CE (2)
- 系统设计方案 (2)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 技术书籍 (1)
- 软件工程 (1)
- 工业控制 (1)
- 嵌入式综合 (1)
- 电子书籍 (1)
- 源码/资料 (1)
- 驱动编程 (1)
- 文件格式 (1)
- 通讯编程文档 (1)
- 单片机开发 (1)
- 手机WAP编程 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- 中间件编程 (1)
- 其他嵌入式/单片机内容 (1)
- MySQL数据库 (1)
- 行业发展研究 (1)
- 认证考试资料 (1)
人工智能/神经网络 基于内容的多媒体数据库检索算法: 用于最近邻搜索的R*-tree算法
基于内容的多媒体数据库检索算法:
用于最近邻搜索的R*-tree算法
数据结构 一个德国人Kasper Peeters用C++ template写的tree的STL实现
一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。
通讯编程文档 You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your pr
You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your private data, one for the common data in order to receive data from other applications like Excel, WinWord etc. and at last, I ll give you a handy-dandy class you can derive ANY MFC object from, to make ...
数据库系统 Visual C++6.0的一个常用的树(Tree)控件的一些特性
Visual C++6.0的一个常用的树(Tree)控件的一些特性,并通过建立一个包含了一个树控件的对话框应用程序来了解数控件 的使用
Java编程 数据结构与算法分析中AVL Tree的JAVA详尽代码 请有需要的同学下载
数据结构与算法分析中AVL Tree的JAVA详尽代码 请有需要的同学下载
Java编程 数据结构与算法分析中binary search tree的JAVA代码 请需要的同学下载
数据结构与算法分析中binary search tree的JAVA代码 请需要的同学下载
数据结构 数据结构 包括数组(Array包) 和二叉树(Tree) 链表(Linelist包) 等等
数据结构
包括数组(Array包) 和二叉树(Tree) 链表(Linelist包) 等等
压缩解压 EZW Embedded Zero-tree Wavelets Encoding,video codecs from the EZW family which use a 3D version of
EZW Embedded Zero-tree Wavelets Encoding,video codecs from the EZW family which use a 3D version of EZW or SPIHT algorithms showed better performance than the MPEG-2 compression algorithm. These algorithms have many advantages inherent for wavelet based schemes and EZW-like coders. Their most import ...
人工智能/神经网络 NeC4.5 is a variant of C4.5 decision tree, which could generate decision trees more accurate than st
NeC4.5 is a variant of C4.5 decision tree, which could generate decision trees more accurate than standard C4.5 decision trees, through regarding a neural network ensemble as a pre-process of C4.5 decision tree.
人工智能/神经网络 c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索
c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索