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

Search list

[PHPQ-SEARCH

Description:

开源的代码 可以做搜搜 很好用的


Platform: | Size: 9133 | Author: woshisma | Hits:

[Data structsdfs

Description: 数据结构里的dfs算法,包括递归与非递归。用vc6.0编写-data structure, the dfs algorithms, including recursive and non- recursive. Prepared with vc6.0
Platform: | Size: 1024 | Author: 叶芦芦 | Hits:

[Data structsBDFS

Description: 用邻接表表示无向图的深度优先搜索遍历 有助于大家理解图的优先遍历问题-adjoining table with no plans to the depth-first search traverse help you understand the plans of the priority issues Traversing
Platform: | Size: 1024 | Author: | Hits:

[ADO-ODBC网络数据库编程

Description: 配书源码。可以学习以ACCESS为后台的数据库网络应用开发。主要功能是查询检索后台数据。-book distribution source. ACCESS can learn the background of network database application development. The main function is to search for background information.
Platform: | Size: 95232 | Author: 廖毅 | Hits:

[GIS programQuartTreeNode

Description: qt实现四叉树搜索,书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-qt achieve quadtree search, book on the Windows operating system is an internal mechanism dedicated to the authors start from the basic concept, a comprehensive and systematic introduction of the Windows basic elements, such as processes, threads, memory management and DLL, and listed a large number of applications, and incisive analysis of the constitutive pieces of the use, in order to keep Windows programming skills provided an effective shortcut. For different levels of Windows programmers, this book is of great reference value.
Platform: | Size: 3072 | Author: zww | Hits:

[Windows Develop040320133

Description: 罗密欧与朱丽叶的迷宫问题 利用回溯法搜索出一条路经,帮助罗密欧走遍所有房间到达朱丽叶的房间-Romeo and Juliet maze of back problems using a way to search by law to help Romeo traveled all the rooms reach Juliet rooms
Platform: | Size: 2048 | Author: 孙月玲 | Hits:

[OtherWordSearch

Description: Word文档搜索工具,使用delphi控制word,指定文件夹及需要搜索的词,自动搜索文件夹中所有包含指定词的Word文档。-Word document search tools, the use of delphi control word, the designated folder and the need to search the word automatically search all folders contain specified words Word documents.
Platform: | Size: 414720 | Author: 章明 | Hits:

[Internet-Networkemfdr_1_0

Description: Delphi版的邮箱搜索程序源代码,功能如下: 可以在因特网上自动搜索邮箱 支持vbscript和javascript脚本语法 允许微调线路设置 允许代理设置/搜索层数设置/工作线程数设-Delphi version of the mail source code search procedures, functions as follows : on the Internet can automatically search and mail support vbscript script syntax allows javascript fine-tuning lines set up to allow Proxy Settings/Search floors set up/set up a few threads
Platform: | Size: 253952 | Author: 李伟 | Hits:

[P2PP2P_VB

Description: P2P点对点传输,简单却实现了大部分P2P功能,包括检索Seed,优先级分配,名称List,可UDP穿越NAT-P2P point-to-point transmission, has achieved a simple majority of peer-to-peer functionality, including search Seed, Priority allocation name List, UDP Through NAT
Platform: | Size: 59392 | Author: 王伟 | Hits:

[SQL ServershuishoujulebuRcuo

Description: 水手俱乐部,有关数据库的搜索代码,可以进行添加,修改,以及删除-Mariners Club, the database search code, you can add, modify, and delete
Platform: | Size: 4386816 | Author: jianing851218 | Hits:

[WEB Codemp3wpl-1.6-inst

Description: MP3WebPlayer这是一个采用PHP开发基于Web的音频播放工具。它能够播放Internet中的广播与音频文件,如mp3,wav,wma。它还包括一个搜索功能,使用MySQL数据库来存储关于最近打开的stream信息。MP3WebPlayer还提供文件上传功能。 -This is a MP3WebPlayer using PHP to develop Web-based audio player tool. It can play in Internet broadcasting and audio files, such as mp3, wav, wma. It also includes a search function, use the MySQL database to store recently opened on the stream of information. MP3WebPlayer also provides file upload functionality.
Platform: | Size: 26624 | Author: joseph | Hits:

[SCMc8051f330_pwm_

Description: c8051f330输出PWM控制电机简单寻轨-C8051F330 motor output PWM control simple track search
Platform: | Size: 1024 | Author: 胡鸿 | Hits:

[OtherModern_Control_Systems

Description: 现代控制系统,(第八版) 2001年06月 [中文PDF,701页,扫描版,不支持搜索] Modern Control Systems 作者: Richard C.Dorf Robert H.Bishop 翻译: 谢红卫 邹蓬兴 张明 李鹏波 李琦 出版: 高等教育出版社-Modern control system, (eighth edition) in June 2001 [English PDF, 701 pages, scan version, does not support the search] Modern Control Systems Author: Richard C. Dorf Robert H. Bishop translation: XIE Hong-wei Zou Peng Ming Xing Li Bo Li Qi Publishing : Higher Education Press
Platform: | Size: 25762816 | Author: | Hits:

[matlabPSO-evolutionarycomputation

Description: 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary computation technique (evolutionary computation), has Dr. Eberhart and Dr. kennedy invention. Deriving from the behavior of birds of prey PSO with genetic algorithm is similar to an iterative optimization-based tools. System initialization for a group of random solutions, through the iterative search for optimal values. But there is no cross-genetic algorithm used (crossover) and mutation (mutation). But the particles in the solution space of the particles to follow the optimal search. In detail the steps after the introduction sections compared with the genetic algorithm, PSO has the advantage of being simple and easy and did not realize many of the parameters need to be adjusted. Has been widely applied to function optimization, neural network training, fuzzy system control, as well as other genetic algorithm applications
Platform: | Size: 22528 | Author: zzh | Hits:

[2D Graphicpyramid

Description: 图像分割,常用的方法很多,较常用的是利用金字塔搜索法,向下向上搜索,对图像进行很好的分割-Image segmentation, commonly used in many ways, more commonly used search method is the use of the pyramid downward upward english, very good image segmentation
Platform: | Size: 84992 | Author: lily | Hits:

[JSP/JavaP2P_search_Application

Description: J2ME下开发的P2P搜索程序,功能较基础,较简单,可供学习和参考使用.-J2ME developed P2P search procedures, functions over the basis of relatively simple, for study and reference.
Platform: | Size: 34816 | Author: z | Hits:

[VC/MFChash

Description: 散列表又叫哈希表,它是通过哈希函数来确定数据元素存放位置的一种特殊表结构。程序实现对指定文本文件中的单词进行检索,并可得哈希值-Hash table is also called the hash table, it is through the hash function to determine the location of data elements stored a special table structure. Procedures to achieve the specified text file in a word search, and a hash value
Platform: | Size: 4096 | Author: like | Hits:

[Internet-Networkmultithreadmanage

Description: C++语言实现,MFC编程 多线程文件搜索-C++ Language realize, MFC programming multi-threaded file search
Platform: | Size: 30720 | Author: gaoc | Hits:

[WEB Coderisearch_php

Description: 搜索引擎带web爬虫,开源PHP源码,非常好的开源垂直搜索引擎-Web search engine with reptiles, the open source PHP source code, very good vertical search engine open source
Platform: | Size: 39936 | Author: 邓皓云 | Hits:

[Mathimatics-Numerical algorithmsACO-P-Tabu

Description: This refers to ACO which is a meta heuristics and use this in Tabu search algorithm.
Platform: | Size: 731136 | Author: Long | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net