搜索结果

找到约 394 项符合 There 的查询结果

人工智能/神经网络 Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and ...
https://www.eeworm.com/dl/650/192600.html
下载: 73
查看: 1024

其他书籍 Securing Apache 2: Step-by-Step When choosing a web server, Apache very often wins against its co

Securing Apache 2: Step-by-Step When choosing a web server, Apache very often wins against its competitors because of stability, performance, that fact that it s open source, and many other advantages. But when deciding on which version of Apache to use, the choice is not always so simple. On the o ...
https://www.eeworm.com/dl/542/193542.html
下载: 105
查看: 1049

其他 A fast lexical analyser generator. It is a tool for generating programs that perform pattern-matchin

A fast lexical analyser generator. It is a tool for generating programs that perform pattern-matching on text. There are many applications for Flex, including writing compilers in conjunction with GNU Bison
https://www.eeworm.com/dl/534/197264.html
下载: 60
查看: 1069

数学计算 This folder contains all the codes based on Matlab Language for the book <《Iterative Methods for

This folder contains all the codes based on Matlab Language for the book <《Iterative Methods for Linear and Nonlinear Equations》, and there are totally 21 M files, which can solve most of linear and nonlinear equations problems.
https://www.eeworm.com/dl/641/198172.html
下载: 23
查看: 1108

人工智能/神经网络 megahal is the conversation simulators conversing with a user in natural language. The program will

megahal is the conversation simulators conversing with a user in natural language. The program will exploit the fact that human beings tend to read much more meaning into what is said than is actually there MegaHAL differs from conversation simulators such as ELIZA in that it uses a Markov Model to ...
https://www.eeworm.com/dl/650/207031.html
下载: 78
查看: 1037

其他 Input The first line of the input contains a single integer T (1 <= T <= 20), the number of t

Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. Ther ...
https://www.eeworm.com/dl/534/214270.html
下载: 103
查看: 1663

其他 Input The input contains blocks of 2 lines. The first line contains the number of sticks parts afte

Input The input contains blocks of 2 lines. The first line contains the number of sticks parts after cutting, there are at most 64 sticks. The second line contains the lengths of those parts separated by the space. The last line of the file contains zero. Output The output should contains the small ...
https://www.eeworm.com/dl/534/214271.html
下载: 59
查看: 1088

其他 Input The input consists of two lines. The first line contains two integers n and k which are the l

Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The first line gives the minimum values in the window at each position, ...
https://www.eeworm.com/dl/534/214273.html
下载: 182
查看: 1093

其他 [输入] 图的顶点个数N

[输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻 ...
https://www.eeworm.com/dl/534/222654.html
下载: 62
查看: 1071

Linux/Unix编程 EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par w

EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms. Release focus: Major featur ...
https://www.eeworm.com/dl/619/225257.html
下载: 190
查看: 1141