命令行的输入
MDBlocks1.0.zip
(106.95 KB)
第一个压缩文件是一个算法的下载文件,第二个文件是我下载后把它们组成的一个VC工程,这个工程可以运行也没有错误。但是该算法应该有命令行的输入
MDBLocks is invoked by the command "MDBlocks". It takes a single required argument, which is the data file name. The file name may be followed by two different options, "-g" and "-s". The "-g" option makes the program use the IADP (the iterated approximate dynamic programming algorithm) which is typically much faster than the default IDP (iterated dynamic programming algorithm) which is used when the "-g" option is not invoked. The "-s" option allows you to specify two random number seeds to seed the random number generator for dealing with missing data. The two numbers must be positive integers and must follow the "-s". Three example command lines are:
MDBlocks myfile.txt
MDBlocks myfile.txt -g
MDBlocks myfile.txt -g -s 23786 98733
但是我怎么改也还是找不到在哪里输入命令 让程序运行。
请大神帮忙 谢谢!