CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - search tree

搜索资源列表

  1. SPY

    0下载:
  2. Spy++ (SPYXX.EXE) 是一个基于 Win32 的实用工具,它提供系统的进程、线程、窗口和窗口消息的图形视图。使用 Spy++ 可以执行下列操作: 显示系统对象(包括进程、线程和窗口)之间关系的图形树。 搜索指定的窗口、线程、进程或消息。 查看选定的窗口、线程、进程或消息的属性。 直接从视图中选择窗口、线程、进程或消息。 通过鼠标定位,使用查找程序工具选择窗口。 使用复杂的消息日志选择参数设置消息选项。 - Spy++ (SP
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:579035
    • 提供者:jack
  1. yiziqi

    0下载:
  2. 在VC环境下用C++语言编写的一字棋小程序,采用人工智能原理里的博弈树的启发式搜索原理。-VC environment in C++ language with the preparation of the word game of small procedures, the principle of the use of artificial intelligence in the game tree search heuristic principle
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-14
    • 文件大小:283290
    • 提供者:刘平
  1. pstree

    0下载:
  2. pstree - Parser op tree manipulation/traversal/search
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:2608
    • 提供者:genmulie
  1. Data-Structure-experiment

    0下载:
  2. 数据结构实验,包含了数据结构的所有实验,有括号匹配,树形查找,顺序查找,线性堆栈,线性队列,指针堆栈,指针队列,数据的插入与删除等基本实验内容。-Experimental data structure that contains the data structures of all experiments, parenthesis matching, tree search, sequential search, the linear stack linear queue pointer sta
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:98439
    • 提供者:ai
  1. KDTree

    0下载:
  2. k-d树(k-dimensional树的简称),是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。用java实现,可直接运行-kd-tree (k-dimensional tree for short), is a partition the data structure of k-dimensional data space. Mainly used in the search of the key data of the multidimensi
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:9519
    • 提供者:shiyulong
  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. data

    0下载:
  2. 数据结构课程练习代码,包括单链表,二叉树,哈夫曼树,顺序查找,二分查找,图的遍历-Data Structure Course practice code, including single linked list, binary tree, the Huffman tree, sequential search, binary search, graph traversal
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:25893
    • 提供者:张剑
  1. sort

    0下载:
  2. 顺序查找验证 折半查找验证 二叉排序树的建立 哈希表的建立 -Sequential search verify binary search to verify the establishment of binary sort tree hash table creation
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:38984
    • 提供者:Dante
  1. sjjiegou

    0下载:
  2. 字典树应用,对输入文章建立字典树索引,极大降低单词搜索时间-The dictionary tree applications, the input articles to establish the dictionary tree index, which greatly reduce the search time of the word
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:5615387
    • 提供者:
  1. ImageRetrieval

    1下载:
  2. 本系统利用图片的surf特征进行匹配,KD-tree存储特征数据节点,实现相似图片的检索。实现类似于百度的以图搜图功能,结果返回最相似的前十名的图片。-The system uses a picture of the surf feature match, KD-tree storage feature data node, similar image retrieval. Similar to Baidu to search map function returns the results o
  3. 所属分类:界面编程

    • 发布日期:2013-07-18
    • 文件大小:10710577
    • 提供者:luohao
  1. Pets_BFS

    0下载:
  2. 匹配问题 - 匈牙利树算法 - 广度优先搜索BFS-Match- Hungary tree algorithm- breadth-first search BFS
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:481831
    • 提供者:wqy
  1. knn

    0下载:
  2. 实现构建k-d树并且实现k-d树上的最邻近查找算法-Build a kd-tree and kd tree nearest neighbor search algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:1826
    • 提供者:汪小龙
  1. Chinese-Chess

    0下载:
  2. 人机博弈程序. 本项目主要采用了博弈树中的极大极小值搜索算法.采用估值的技术让电脑评估当前局面的利弊.选择走法.-Human-computer game program. The project is mainly using the minimax game tree search algorithm using valuation technology allows computers to assess the pros and cons of the current situat
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-28
    • 文件大小:12674699
    • 提供者:GinMadrid
  1. Test

    0下载:
  2. 实现一个二叉树 实现添加、删除、查找、遍历功能 -A binary tree Achieve add, delete, search, traversal function
  3. 所属分类:JavaScript

    • 发布日期:2017-12-05
    • 文件大小:2376
    • 提供者:郭成
  1. sift-panoramas

    1下载:
  2. 用SIFT+kd-tree+RANSAC算法。首先,提取SIFT特征点,再次构建kd-tree寻求与关键点最近的和次近的点,用BBF搜索算法遍历,再由RANSAC求变换矩阵 -Algorithms SIFT+kd-tree+RANSAC. First, the extracted SIFT feature points again to build a KD-Tree to seek the key points and sub-points near BBF search algorith
  3. 所属分类:Special Effects

    • 发布日期:2015-01-03
    • 文件大小:9065472
    • 提供者:孙洁
  1. bst

    0下载:
  2. 与次优二叉树相对,二叉排序树是一种动态树表。其特点是:树的结构通常不是一次生成的,而是在查找过程中,当树中不存在关键字等于给定值的节点时再进行插入。新插入的结点一定是一个新添加的叶子节点,并且是查找不成功时查找路径上访问的最后一个结点的左孩子或右孩子结点-Relative to the sub-optimal binary tree, binary sort tree is a dynamic tree table. Its characteristics are: the structure
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:2309
    • 提供者:崔一垒
  1. TicTacToe

    0下载:
  2. 小型的智力游戏(井字游戏)的开发代码。井字游戏又称井字棋、圈圈叉叉等,原本是一个纸笔游戏。这种游戏的变化简单,常成为博弈论和赛局树搜寻的教学例子,同时也是本章选择井字游戏作为开发实例的重要原因之一。可以使读者增强对C#语言的理解,同时对游戏开发的入门学习也起到一定的指导意义。 -Small puzzle game (Tic Tac Toe) development code. Tic-tac-toe game, also known as tic-tac-toe, circle pork o
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:17804
    • 提供者:
  1. lab07

    0下载:
  2. 本例主要设计查找的有关算法,例如有序表的查找和顺序标的查找,顺序查找、折半查找及二叉排序树上查找的基本思想和算法实现等。-In this case mainly designed to find the relevant algorithm, such as an ordered list of the find and order the subject to find, sequential search, binary search and binary sort tree to find
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:13094
    • 提供者:Andy
  1. ADSearch

    0下载:
  2. 这个应用程序使用LDAP(轻量级目录访问协议)来搜索活动目录条目从树状视图、工具栏“找到”按钮或双击列表中的项-This application uses LDAP (Lightweight Directory Access Protocol) to search the Active Directory entry " find" button or double-click in the list of items from the tree view, toolbars
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:78605
    • 提供者:转角遇到爱
  1. Dirtree

    0下载:
  2. 目录树,数据结构实现二叉树以及按照树来搜索路径-Directory tree data structure is a binary tree, and the tree search path
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:2086
    • 提供者:Stella
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com