“C语言基础入门 第一个C语言程序”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) (建立内容为“https://www.bilibili.com/video/BV1vR4y1H7MY?p=2”的新页面) |
Jihongchang(讨论 | 贡献) |
||
第1行: | 第1行: | ||
https://www.bilibili.com/video/BV1vR4y1H7MY?p=2 | https://www.bilibili.com/video/BV1vR4y1H7MY?p=2 | ||
+ | |||
+ | 可执行文件 | ||
+ | |||
+ | 在 Windows 操作系统中,扩展名为:*.exe,*.bat,*.com 等的文件是可执行文件; | ||
+ | |||
+ | 可执行文件由指令和数据构成。 | ||
+ | |||
+ | Linux 是靠文件属性来判断是否可执行。 |
2022年10月8日 (六) 02:31的版本
https://www.bilibili.com/video/BV1vR4y1H7MY?p=2
可执行文件
在 Windows 操作系统中,扩展名为:*.exe,*.bat,*.com 等的文件是可执行文件;
可执行文件由指令和数据构成。
Linux 是靠文件属性来判断是否可执行。