-
大小: 37.19MB文件類型: .gz金幣: 1下載: 0 次發布日期: 2023-07-11
- 語言: 其他
- 標簽: cmake-binary??
資源簡介
一般開放源代碼軟件都會有兩個版本發布:Source Distribution 和 Binary Distribution,前者是源代碼版,你需要自己編譯成可執行軟件。后者是已經編譯好的可執行版,直接可以拿來用的。上傳的是在cmake安裝包的網站中選擇binary distribution下的linux x86_64下的cmake-3.15.3-Linux-x86_64.tar.gz壓縮包
代碼片段和文件信息
#include?
void*?start_routine(void*?args)
{
??return?args;
}
int?main(void)
{
??/*?This?is?a?compile?and?link?test?no?code?to?actually?run?things.?*/
??pthread_t?thread;
??pthread_create(&thread?0?start_routine?0);
??pthread_join(thread?0);
??return?0;
}
- 上一篇:Plant Simulation案例合計
- 下一篇:D06 CNG調試軟件
評論
共有 條評論