scc880314 寫:
這可能跟程式設計無關,但我還是想請教一下IBM的資料料產生器該怎麼使用?
http://forum.ai-directory.com/read.php?5,33我載上面的網址的IBM的產生器卻不能執行
還是有其他的載點跟使用步驟 麻煩各位大大可以教學一下
看了一下 IBM_Quest_data_generator.zip 的內容,是一個 EXE 檔。
代碼:
jazz@jazzbook:~/temp$ unzip ~/work/IBM_Quest_data_generator.zip
Archive: /home/jazz/work/IBM_Quest_data_generator.zip
inflating: GENERATE_DATASET.bat
extracting: HELP_SEQ.bat
inflating: README.txt
inflating: seq_data_generator
inflating: seq_data_generator.exe
jazz@jazzbook:~/temp$ file seq_data_generator
seq_data_generator: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped
jazz@jazzbook:~/temp$ file seq_data_generator.exe
seq_data_generator.exe: PE32 executable (console) Intel 80386, for MS Windows
jazz@jazzbook:~/temp$ ldd seq_data_generator
linux-gate.so.1 => (0xf7779000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7713000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7564000)
/lib/ld-linux.so.2 (0xf777a000)
jazz@jazzbook:~/temp$ chmod a+x seq_data_generator
jazz@jazzbook:~/temp$ ./seq_data_generator
Segmentation fault
看起來是很久以前的東西了,Linux 要 2.2.5 版的 32 位元作業系統。
Windows 應該也要找 32 位元的作業系統,所以如果您使用 Win7 以上 64 位元的版本,確實是無法執行的。
- Jazz