简述线程的概念及其与进程的区别?说一下基于stm32F103运行的freeros的任务和进程相似还是线程相似?
查看答案
gcc 编译程序时,预编译后生成的文件后缀为( ) ,如果生成的目标文件可以用GDB 调试,需要添加 ()选项。
静态库命名规则:();共享库(动态库)的命名规则:()
编写的hello_world.c小程序并生成hello_world,输入size hello_world,得到结果如下:[dev_user@localhost chap6]$ size hello_worldtextdatabssdechex filename78925641049419 hello_worldsize操作hello_world程序后输出两行结果,第一行几个字段是(),第二行是()。