搜索结果
找到约 394 项符合
There 的查询结果
按分类筛选
- 全部分类
- 书籍 (80)
- 其他 (27)
- Java编程 (21)
- matlab例程 (18)
- 其他书籍 (15)
- 单片机开发 (14)
- Linux/Unix编程 (11)
- 数据结构 (10)
- 编译器/解释器 (9)
- 单片机编程 (8)
- 人工智能/神经网络 (8)
- VC书籍 (8)
- Delphi控件源码 (7)
- 技术资料 (7)
- 汇编语言 (6)
- GPS编程 (6)
- 压缩解压 (6)
- 游戏 (6)
- 通讯编程文档 (6)
- 模拟电子 (5)
- 电源技术 (5)
- 数学计算 (5)
- Java书籍 (5)
- 软件工程 (5)
- 数值算法/人工智能 (5)
- 软件设计/软件工程 (4)
- 网络 (4)
- 其他嵌入式/单片机内容 (4)
- VHDL/FPGA/Verilog (4)
- SQL Server (4)
- 行业发展研究 (4)
- 技术管理 (3)
- 文章/文档 (3)
- 加密解密 (3)
- 教程资料 (2)
- 嵌入式综合 (2)
- 可编程逻辑 (2)
- 接口技术 (2)
- FlashMX/Flex源码 (2)
- 操作系统开发 (2)
- DSP编程 (2)
- 文件格式 (2)
- 驱动编程 (2)
- 通讯/手机编程 (2)
- Windows CE (2)
- 嵌入式/单片机编程 (2)
- *行业应用 (2)
- JavaScript (2)
- 源码 (2)
- PCB相关 (1)
- 通信网络 (1)
- 无线通信 (1)
- 测试测量 (1)
- 书籍源码 (1)
- Applet (1)
- Symbian (1)
- 生物技术 (1)
- 编辑器/阅读器 (1)
- 系统设计方案 (1)
- Windows Mobile (1)
- 电子书籍 (1)
- 串口编程 (1)
- 磁盘编程 (1)
- 医药行业 (1)
- 其他行业 (1)
- VxWorks (1)
- MySQL数据库 (1)
- 微处理器开发 (1)
- Internet/网络编程 (1)
- 百货/超市行业 (1)
- J2ME (1)
- 认证考试资料 (1)
- Windows编程 (1)
- 其他文档 (1)
- 资料/手册 (1)
- 论文 (1)
- 手册 (1)
人工智能/神经网络 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 ...
其他书籍 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 ...
其他 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
数学计算 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.
人工智能/神经网络 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 ...
其他 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 ...
其他 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 ...
其他 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, ...
其他 [输入] 图的顶点个数N
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点
[存储结构]
图采用邻接矩阵的方式存储。
[算法的基本思想]
采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻 ...
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 ...