上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 83 下一页
摘要: python 3.4.4 https://www.python.org/downloads/release/python-344/ I found that Python 2.7.9 and Python 3.4.4 are the newest versions of Python that wo 阅读全文
posted @ 2025-10-27 05:52 profesor 阅读(14) 评论(0) 推荐(0)
摘要: https://cspsyco.blogspot.com/p/tasm-download.html https://www.youtube.com/watch?v=m1e8RfmsCNI TASM or Turbo Assembler/Turbo Debugger By Borland , is o 阅读全文
posted @ 2025-10-25 03:47 profesor 阅读(9) 评论(0) 推荐(0)
摘要: In MS-DOS, the command to copy all files from drive A: (typically a floppy disk) to the directory C:\TBASIC is: COPY A:\*.* C:\TBASIC Explanation: COP 阅读全文
posted @ 2025-10-25 00:44 profesor 阅读(16) 评论(0) 推荐(0)
摘要: http://www.bitsavers.org/pdf/microsoft/msdos_6.22/DOS_6.22_Users_Manual_1994.pdf Microsoft book: http://www.bitsavers.org/pdf/microsoft 阅读全文
posted @ 2025-10-24 05:49 profesor 阅读(6) 评论(0) 推荐(0)
摘要: https://bitsavers.org/bits/Borland/ https://winworldpc.com/search?vendor=Borland 阅读全文
posted @ 2025-10-24 02:27 profesor 阅读(6) 评论(0) 推荐(0)
摘要: on DOS, is using borland turbo assembler to learn Assembly still meaningful to understanding today's Intel CPU architecture? Absolutely, but let me be 阅读全文
posted @ 2025-10-24 01:38 profesor 阅读(23) 评论(0) 推荐(0)
摘要: 没想到最后居然还是得用最原始的DOS 详细参考这里: https://blog.csdn.net/sxhelijian/article/details/54845039 资料下载见这里: https://github.com/ChHsiching/8086-Assembly-DevEnv 非常合适— 阅读全文
posted @ 2025-10-24 01:37 profesor 阅读(122) 评论(0) 推荐(0)
摘要: In Unix-like systems, stdout (standard output) is stream 1, and stderr (standard error) is stream 2. By default, grep reads from stdin, which typicall 阅读全文
posted @ 2025-10-23 19:22 profesor 阅读(15) 评论(0) 推荐(0)
摘要: If you want to use sed to replace the first line of a file with <div id="lexicoEntryPage"> then the proper command is: sed '1s/.*/<div id="lexicoEntry 阅读全文
posted @ 2025-10-23 18:17 profesor 阅读(6) 评论(0) 推荐(0)
摘要: Yes—but with very important caveats. Windows XP is extremely outdated, and modern web standards and security measures make most current browsers incom 阅读全文
posted @ 2025-10-23 06:02 profesor 阅读(427) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 83 下一页