Welcome![Sign In][Sign Up]
Location:
Search - search

Search list

[Data structsint dfsSweep

Description: 深度搜索算法,求解从起源点s到点j的最短路径算法的基本过程-depth search algorithm, solved from the point of origin j s close of the shortest path algorithm for the basic process
Platform: | Size: 3072 | Author: Bill | Hits:

[OS programSearchFileLynn

Description: 自己写的一个搜索文件的工具,采用递归搜索,可以选择不同的驱动器,统计文件和文件夹。-himself wrote a document search tool, using recursive search, can choose a different drive, statistics files and folders.
Platform: | Size: 41984 | Author: 吟风 | Hits:

[Search Enginebus search

Description: 城市公交车搜索系统的源文件,可以自定义,对此方面的开发者有一定的帮助!-city bus Search System source file can be defined, which the developers have some help!
Platform: | Size: 613376 | Author: 萧辉 | Hits:

[Search EnginePHP搜索引擎源代码

Description: 这是一个搜索的源代码,也许对你有帮助-This a search of the source code, perhaps to help you!
Platform: | Size: 43008 | Author: 赵建飞 | Hits:

[GPS developMapx实现的二次搜索查询

Description: 介绍VB下MAPX实现的二次搜索查询,MapX+VB的源代码和结果图形界面-introduced VB Connection's secondary search query, MapX VB source code and the results of a graphical interface
Platform: | Size: 57344 | Author: 陈书 | Hits:

[Search Engine网络搜索 for vb

Description: 用vb编写的搜索引擎调用程序,可以使用往上面的搜索引擎。-prepared using a search engine called procedure can be used to top search engine.
Platform: | Size: 21504 | Author: 望用 | Hits:

[Search EngineSearchDotnet

Description: DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code -DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code
Platform: | Size: 68608 | Author: 竹子 | Hits:

[Search EngineSearcharoo

Description: It is a simple, free, easy to install Search page written in C#. The goal is to build a simple search tool that can be installed simply by placing three files on a website, and that could be easily extended to add all the features you might need for a local-site search engine.
Platform: | Size: 7168 | Author: 竹子 | Hits:

[Search EngineNata1

Description: Nata1 .NET Search Engine solution Nata1 is the most powerful .NET Search Engine solution on the market, and its free for non-commercial use only. -Nata1 .NET Search Engine solution Nata1 is the most powerful .NET Search Engine solution on the market, and its free for non-commercial use only.
Platform: | Size: 679936 | Author: 竹子 | Hits:

[Windows Mobilebthnscreate

Description: SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service description and search from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to automatically create a service or record. This utility can be run to create an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute search based on information stored in a human readable file.-SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service description and search from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to automatically create a service or record. This utility can be run to create an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute search based on information stored in a human readable file.
Platform: | Size: 15360 | Author: | Hits:

[OtherBranch and Bound

Description: Branch and Bound 算法实现.用以快速搜索一个区域.-Branch and Bound algorithm. Quick search for a regional.
Platform: | Size: 27648 | Author: smt | Hits:

[Search Enginemp3furongkeji

Description: 只要输入你想听的歌,系统就会自动为你找到有效链接地址, 并自动播放,还可下载此时播放的有效下载地址,也可以在线查看歌词。 本系统是采用百度的MP3搜索系统,用小偷技术取得有效链接地址进行播放。 程序制作: 成都市芙蓉网络科技有限公司 网站地址: http://www.321ba.com-input to the songs you want to hear, the system will automatically find an effective link your address, and automatic playback, this player can also download an effective download, online View lyrics. The system is used Baidu's MP3 search system, thieves using technology effectively link address for broadcast. Making : Chengdu Furong Network Technology Co., Ltd. Address : http://www.321ba.com
Platform: | Size: 3072 | Author: | Hits:

[AI-NN-PRsimpleCS

Description: Pascal Programs Printed in GENETIC ALGORITHMS IN SEARCH, OPTIMIZATION, AND MACHINE LEARNING by David E. Goldberg -Pascal Programs Printed in GENETIC ALGORITHMS IN SEARCH, OPTIMIZATION, AND MACHINE LEARNING by David E. Goldberg
Platform: | Size: 27648 | Author: zjw | Hits:

[Search Engine木棉搜索引擎

Description: 我正做搜索引擎方面的项目哈,在网上找到的一个比较完整的专业(主题)搜索引擎的设计与实现,值得一看-I was doing the search engine project Kazakhstan, on the Internet to find a more complete professional (theme) search engine design and implementation of an eye-catcher!
Platform: | Size: 551936 | Author: 王国金 | Hits:

[Search Enginegoogle探索算法源码

Description: 据说是GOOGLE搜索引擎的排序算法,看了一下,不太懂,晕啊-allegedly Google search engine ranking algorithm, looked at them, not really understand, halo ah!
Platform: | Size: 6144 | Author: 王国金 | Hits:

[Game Hook Crack内存搜索及修改源代码VB

Description: 内存搜索及修改源代码VB源代码,希望给从事外挂编程的朋友带来启示。-memory search and modify the source code to VB source code, hoping to engage external programming friend brought enlightenment.
Platform: | Size: 110592 | Author: 张扬 | Hits:

[OS programbuddy_算法

Description: Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所以分割过程十分简单:空闲块(低地址)被连进相应大小的队列而这个页面块被分配给调用者。 释放时,先检查该块的伙伴的使用情况,如果没有被使用,则合并这对Buddy,再检查该两倍大小的块的Buddy,一直持续到合并后的块没有Buddy为止,并将之链到该大小的freepage队列中。-Buddy (partners) each allocation algorithm contains a number of physical pages or blocks of memory, two pages to the Powers of the block of memory to allocate. First of all search requests to meet the size of pages, from the application to meet the current size of the data structure Buddy 8 freePages domain proceed along the chain to search leisure pages. If no such request size spare pages, which then search request twice the size of a memory block. This process has to continue until all the Buddy Search End or were found to meet the requirements for the memory block. If found in the pages block greater than the requested block is divided in its size and make it the request block matching. As pieces are the two Powers So segmentation process is very simple : free block (low-address) was e
Platform: | Size: 4096 | Author: npu | Hits:

[Books深度探索c++对象模型(扫描版)

Description: 深度搜索C++对象模型(扫描版),很好的一本书-depth search C++ Object Model (scan version), a good book
Platform: | Size: 7805952 | Author: 罗成 | Hits:

[Applications1-Search v1.80

Description: 1-Search v1.80 优秀的站点搜索脚本工具,主要专注于搜索引擎上,它所搜索到的网页做上一定范围的标签,而其他搜索特征需要对搜索引擎进行配置,而搜索到的网页,你可以用来生成站点首页-1-Search v1.80 excellent search site scripting tool that focuses on search engine, it has to search the website to cook a range of labels, and other features need to search search engine configuration, and to search the web, you can be used to generate site Home
Platform: | Size: 64512 | Author: 吴向东 | Hits:

[matlabHJ搜索

Description: 用于Hooke—Jeeve模式搜索算法,完成多变量的寻优。多变量搜索中直接搜索算法的一种。-for Hooke-mode Jeeves search algorithm, complete multivariate optimization. Multivariable direct search of a search algorithm.
Platform: | Size: 10240 | Author: 陈镇静 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net