搜索资源列表
LanExplorer_v1.62
- 最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。 1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文件、FTP文件、WEB服务器。 2.可以按照网上邻居、工作组或者按照IP地址段自动搜索所有共享/FTP的mp3、电影或自定义搜索的文件; 3.内置nbtstat,能快速查找某一IP网段内的所有主机,并根据IP地址得到对方主机的主机名、工作组名、用户名、MAC地址,速度极快。能将扫描和搜索的结果保存成文本文件或excel
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
hashing__
- program which uses hashing techniques for storing and retrieving the data. Input to the program: Some random numbers. Input will be from a file. Output: First the program reads all the input and store it properly using some hash techniques.
TravelingSalesmanProblem
- This file contains my project from Algorithm class on Traveling Salesman Problem. It implements some branch and bound methods to increase it s performance. In the main function you can find that I use Drzewo() function Drzewoopt() functins stand for
BestFirstSearch_HeapAlgo
- 1. 此程式執行將從路徑讀取一個文字檔 ( 路徑:C:INPUT.TXT ) 2. 執行結束會產生一個排序後的文字檔 ( 路徑:C:OUTPUT.TXT ) 3. 給定的初始盤面一定有解 本程式採用的演算法策略為Best-first search with branch-and-bound algorithm 1. 使用Max heap 實作Priority queue 2. 使用bound function 估計目前盤面走至答案最少需要幾步 第一部分 所謂 h
searchneic
- This program will search out events from a QED, PDE or Monthly EHDF file for a rectangular grid region
DFS
- A program to find the depth first search on a given graph.It contains a source code, input file and an output file.
Scatter-search
- this file contain Scatter search Algorithm code
Admittance-matrix-inversion
- 程序使用高斯消去法实现导纳矩阵形成阻抗矩阵(即求逆)运算。采用带行辅助向量的三元组表来存储由给定文件中各支路参数形成的节点及导纳数据,其中三元组中导纳类型为复数类。可以通过查找函数结合辅助向量实现对指定行列的元素的查找和输出。-The program uses the Gaussian elimination method to achieve admittance matrix to form the impedance matrix (inverse) operator. With adju
Sort
- This File Included : 1. Bubble Sort 2. Binary Search 3. LSearch 3. Merge Sort 4. Quick Sort
tuba
- 本文件包含了禁忌搜索算法的C++程序代码。-This file contains the the tabu search the algorithm C++ code.
Create-a-Binary-Tree-dynamic
- This file with name "Binary search tree.cpp" create optimal binary search tr-This file with name "Binary search tree.cpp" create optimal binary search tree
Bin3ary-tree
- This file with name "Binary search tree.cpp" create optimal binary search tree.
Binary-tree1
- This file create optimal binary search tr-This file create optimal binary search tree
Copy-of-searchco
- This file with name Binary search tree create optimal binary search tr-This file with name Binary search tree create optimal binary search tree
KMP-string-match
- 编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串-Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search
HuS
- this file is matlab code for hunting search algorithm.i think it can be so useful.thanks