readme.txt
来自「Pairwise Sequence alignment Algorithm Si」· 文本 代码 · 共 25 行
TXT
25 行
Instruction:
1. Double click Visual Studio solution file "AlgorithmProject.sln" which is located in the folder "Hong Zhang\AlgorithmProject\AlgorithmProject.sln"
2. Copy input file x.txt and y.txt to project folder.
"Hong Zhang\AlgorithmProject\AlgorithmProject"
Delete the output files(xprime.txt, yprime.txt) in this folder if any.
3. In the Visual Studio 2005: <1> Select "Build--> Build Solution".
<2> Select "Debug--> Start without Debugging".
4. Program will start running.
System requirement: Windows XP and Windows 2003
Software requirement: Visual Studio 2005 *
*I use some new functions(for example:fopen_s ) which are provided by Visual Studio 2005 only. So this program may not be compiled with VC ++ 6.0 and any other environment.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?