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

搜索资源列表

  1. A Compact Guide To Sorting And Searching.rar

    0下载:
  2. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:162032
    • 提供者:
  1. Hough变换的源程序

    0下载:
  2. Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sit
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2012
    • 提供者:doctorsuo
  1. multiseek

    1下载:
  2. 网络搜索引擎源代码.可以用在元数据网站的搜索方面.基本的模块都已经具备.比如多线程下载的机制已经完成.-Network searching engine code,which can be used in the searching mission of meta-data sites,now has been provided with basic modules,such as the accomplishment of multi-thread downloading mechanism.
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:4709751
    • 提供者:李锴
  1. yider_0_5_3

    0下载:
  2. the Yider is an open source VBscr ipt spider that allows you to quickly add a search system to your site like the one at the top of this page. It stores data in a Microsoft Access or SQL 2000 database with full text searching. The Yider does not requ
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:61538
    • 提供者:zz
  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 time, accumulating its matc
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:19087
    • 提供者:黄磊
  1. 医院查询

    1下载:
  2. 学了C#后完全自己做的第一个软件,实现了各地医院的查询。使用的是Sql数据库-I have completed the fist software when studyed the c#.It is used for hospital searching,and catched sql database.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:210325
    • 提供者:开着坦
  1. 个人名片管理系统

    0下载:
  2. 1、从数据库中检索出数据,动态的生成弹出式树结构菜单 2、利用双列的数据库表生成树结构函数 3、数据窗口点击标题可以实现动态按列排序功能,现有缺陷是拖动拉杆后不能进行排序 4、动态生成查找的sql程序,实现多个条件结合的模糊万能查寻 5、生成不重复的序列号函数 6、动态生成数据窗口的显示列,使用了各种对datawindow的修改定义功能 7、系统统一的错误处理功能,及生成出错的日志报表和登录日志 7、将数据窗口中选择的特定行导
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:5194660
    • 提供者:李平
  1. 端口搜索

    0下载:
  2. 搜索一段IP地址内,开放某个端口的机器。单线程搜索,有点慢。-search for IP addresses, opening a port of machinery. Single-threaded searching, a bit slow.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3566
    • 提供者:王海
  1. 二分查找法

    0下载:
  2. 汇编语言上机第三题:二分查找法,算法是等同于C语言数据结构中的算法.-assembly language on the plane Q3 : two searching method, the algorithm is equivalent to the C language data structure of the algorithm.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1526
    • 提供者:徐杰
  1. 折半查找

    0下载:
  2. 数据结构二分查找,演示了使用递归函数或者循环语句实现的二分查找算法,两种方法都使用了称为二分搜索的算法-data structure search for two hours to demonstrate the use of recursive function or loop is the realization of two searching algorithm, both methods are used as a two-Search Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:263052
    • 提供者:李顺
  1. 排序和查找

    0下载:
  2. 常用的数据结构排序和查找算法:简单选择排序,冒泡排序,折半插入排序,快速排序,堆排序 顺序查找,折半查找.-commonly used data structures sorting and searching algorithms : simple choice, in order of Bubble Sort, half insertion sort, rapid sequencing, Heap Sort sequence search, binary search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2577
    • 提供者:张杰
  1. 一个学生管理系统

    2下载:
  2. 基于ODBC的数据库模式,用MFC创建一个学生成绩管理软件。程序的实现主要在视图Cstudentview类中完成,其中可以完成的功能有:显示全部记录、增加记录、删除记录、修改记录、排序记录、查寻记录,并且在控件表格中直观的显示。-based ODBC database model, the MFC with the creation of a student performance management software. The main procedures in achieving Vie
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:1319447
    • 提供者:玉华
  1. 排序算法、字典和B-树的C++语言实现

    0下载:
  2. 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24943
    • 提供者:罗鹏魁
  1. googlsearthdemo

    0下载:
  2. 使用Google Web APIs service 进行搜索的示例代码,数据交换基于SOAP与WSDL标准。-use Google Web APIs service for searching the sample code, data exchange, based on the SOAP and WSDL standards.
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:158117
    • 提供者:er22qing
  1. AJ485-JAVA

    0下载:
  2. Inspects radioactive matters instantly  Enough flexible to change running parameters such as USB port, detectors amount, type of siren, etc  Supports the searching of alarm record from database  Well separated of syst
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:2478810
    • 提供者:王冰
  1. HASHES.ZIP

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

    • 发布日期:2008-10-13
    • 文件大小:24590
    • 提供者:HCJ
  1. aspseek

    0下载:
  2. ASPSeek是一个C++编写的互联网搜索引擎,并使用了STL库。它主要包括一个检索机器人,一个搜索守护程序,和一个搜索前端(CGI或者是Apache模块)。它大概可以检索几百万个URLs,来查找给定的短语和单词,并使用通配符,进行布尔搜索。搜索结果可以限定在给定的时间或站点,站点空间,并按照相关性或者时间进行排序(这里面使用了一些非常酷的技术)。ASPSeek可以应用于很多语言和编码中(甚至包括多字节语言如中文)。它为多个站点做了优化。(多线程检索,同步DNS查询, 按站点将结果分组, Web
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:1157208
    • 提供者:qiu
  1. BinarySortTree

    0下载:
  2. 经典数据结构例子: 二叉排序树的应用-- 排序与检索.-classic example of data structure : binary sort of tree -- Sorting and Searching.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:何作为
  1. Faster-your-recordset-searching

    0下载:
  2. This really can make your searching much faster. if you implement this to a big . -This really can make your searching much faster. if you implement this to a big .
  3. 所属分类:software engineering

    • 发布日期:2017-12-11
    • 文件大小:11851
    • 提供者:edy
  1. Searching Arithmetic

    0下载:
  2. 万能的搜索方法,告诉你搜索的真谛。实例是用迷宫寻找最近的出口做的。核心就是每次出去探寻的时候,寻找四个方向,尝试每种可能的办法,从而找到最优的路径,走出迷宫。此类算法,可以用在很多场景里面,很方便,简洁,快速。(Searching Arithmetic,an excellent way to find an easy path.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:99328
    • 提供者:苏蔓蔓
« 1 23 4 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com