搜索资源列表

  1. A Compact Guide To Sorting And Searching

    0下载:
  2. A Compact Guide To Sorting And Searching
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:162299
    • 提供者:赵平
  1. inetadd

    0下载:
  2. 查找IPX的网络地址 -Searching the network address of IPX
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:站长
  1. asearch

    0下载:
  2. Java写的搜索引擎,是一个applet-A searching engine written by java, and it is an applet
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-07
    • 文件大小:20480
    • 提供者:站长
  1. A Compact Guide To Sorting And Searching

    0下载:
  2. A Compact Guide To Sorting And Searching
  3. 所属分类:电子书籍

    • 发布日期:2024-05-07
    • 文件大小:161792
    • 提供者:赵平
  1. Searching for solutions in Games and Artificial In

    0下载:
  2. 有关搜索方面(尤其是计算机博弈)的专著。介绍了pn-search,db-search,以及他们在五子棋(gomoku)和其他一些方面的应用。最后还总结了目前(1994年)人工智能在棋类游戏中发展状况。-the search (especially computer game) monographs. Introduced pn-search, db- search, and their 331 (Gomoku) and other as
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-07
    • 文件大小:849920
    • 提供者:杨震原
  1. abfilesscn

    0下载:
  2. Two components for smart searching for files through your disk drives. It scans user specified drives or paths for files selected by file mask. File mask can contain multiple masks (for example: *.exe,*.dll,*.ocx,*.vxd).
  3. 所属分类:文件操作

    • 发布日期:2024-05-07
    • 文件大小:13312
    • 提供者:秦永久
  1. 二分搜索法

    0下载:
  2. 要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-07
    • 文件大小:230400
    • 提供者:林子建
  1. sdk_winbase_io_asyncio

    0下载:
  2. The AsyncIO sample (also called the "PDC" sample) is a character-mode program for searching the files in a directory tree for a match against a pattern. It uses multiple threads, with each thread processing one file at a
  3. 所属分类:通讯编程

    • 发布日期:2024-05-07
    • 文件大小:18432
    • 提供者:黄磊
  1. HASHES.ZIP

    0下载:
  2. 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因
  3. 所属分类:加密解密

    • 发布日期:2024-05-07
    • 文件大小:24576
    • 提供者:HCJ
  1. ann_1.1

    0下载:
  2. ANN is a library written in the C++ programming language to support both exact and approximate nearest neighbor searching in spaces of various dimensions.ANN is also a testbed containing programs and procedures for
  3. 所属分类:C#编程

    • 发布日期:2024-05-07
    • 文件大小:538624
    • 提供者:工人
  1. Hash

    0下载:
  2. 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因
  3. 所属分类:CA认证

    • 发布日期:2024-05-07
    • 文件大小:35840
    • 提供者:張建良
  1. aco

    0下载:
  2. A new heuristic algorithm-ant colony optimization and its basical theory are introduced in this article to solve the complicated and optimized questions.This method simulates the course of ant searching food to solve thi
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-07
    • 文件大小:869376
    • 提供者:wangliang
  1. ann

    0下载:
  2. ANN is a library written in the C++ programming language to support both exact and approximate nearest neighbor searching in spaces of various dimensions. 可以直接用于工程 支持 Kd tree,BBF(best bin first) -ANN is a library writt
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:3192832
    • 提供者:hu
  1. HelloVGA

    0下载:
  2. This code does not have any hard-coded VBE mode numbers, * but will use the VBE 2.0 aware method of searching for * available video modes, so will work with any new extended * video modes defined by a particular O
  3. 所属分类:图形图象

    • 发布日期:2024-05-07
    • 文件大小:72704
    • 提供者:
  1. TG_KStabla_1

    0下载:
  2. Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algorithm) nodes in Binary Trees. This is a part of mine students project. You can use and redistribute the source code abso
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-07
    • 文件大小:17408
    • 提供者:mojamazica
  1. ShuffledFrogLeapingAlgorithm

    0下载:
  2. SFLA算法是解决组合性优化问题的算法。它是基于集合类方法的启发式研究,这种SFLA初始化于一群虚拟集合青蛙,在池塘中跳跃,搜寻最优的食物地点。青蛙们可以被看作是具有思维的的主体。一种思维可以被看作是一个思想的集合或是文化的进化。每一种思维都是由一系列策略构成。在这种策略进化期间,青蛙的思维也在发生改变,导致了他们在面向目标时方位的改变,这种思维的变化或改变的发生,正是因为青蛙受到其他更好思想的影响。-SFLA algorithm to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-07
    • 文件大小:194560
    • 提供者:yangfei
  1. Top20JobSites

    0下载:
  2. World Top 20 sites for job searching
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-07
    • 文件大小:7168
    • 提供者:kannan N
  1. BtSearchService

    0下载:
  2. wince6.0下搜索蓝牙设备。经过验证。-wince6.0 searching Bluetooth device. Be verified.
  3. 所属分类:Windows CE

    • 发布日期:2024-05-07
    • 文件大小:1969152
    • 提供者:吕鹏
  1. Find_Image_Fast

    0下载:
  2. Delphi source code of program that searching and comparing picture in another one.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-07
    • 文件大小:7168
    • 提供者:fon_baron
  1. searching

    0下载:
  2. searching using like
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:967680
    • 提供者:Pradhip
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org