資源簡介

代碼片段和文件信息
/*ex10-1*/
#include?
int?main(?int?argc?char?*argv[])
{
??GtkWidget?*window;
??gtk_init(&argc?&argv);
??window?=?gtk_window_new(GTK_WINDOW_TOPLEVEL);
?gtk_window_set_title(GTK_WINDOW(window)“GTK+“);
??gtk_window_set_default_size(GTK_WINDOW(window)300100);
??gtk_window_position(GTK_WINDOW(window)?GTK_WIN_POS_MOUSE);
??gtk_widget_show(window);
??gtk_main();
??return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-06-13?14:40??sample\
?????目錄???????????0??2014-06-13?14:39??sample\chapter1\
?????目錄???????????0??2014-06-13?14:39??sample\chapter1\test\
?????文件?????????117??2014-06-13?14:39??sample\chapter1\test\1.txt
?????文件?????????117??2014-06-13?14:39??sample\chapter1\test\11.txt
?????文件??????????16??2014-06-13?14:39??sample\chapter1\test\2.txt
?????文件?????????133??2014-06-13?14:39??sample\chapter1\test\3.txt
?????文件??????????58??2014-06-13?14:39??sample\chapter1\test\4.txt
?????文件??????????58??2014-06-13?14:39??sample\chapter1\test\55.txt
?????文件???????24064??2014-06-13?14:39??sample\chapter1\test\代碼說明.doc
?????目錄???????????0??2014-06-13?14:39??sample\chapter1\test2\
?????文件?????????117??2014-06-13?14:39??sample\chapter1\test2\1.txt
?????文件??????????16??2014-06-13?14:39??sample\chapter1\test2\2.txt
?????文件?????????133??2014-06-13?14:39??sample\chapter1\test2\3.txt
?????文件??????????58??2014-06-13?14:39??sample\chapter1\test2\4.txt
?????文件??????????58??2014-06-13?14:39??sample\chapter1\test2\5.txt
?????文件???????24064??2014-06-13?14:39??sample\chapter1\代碼說明.doc
?????目錄???????????0??2014-06-13?14:40??sample\chapter10\
?????目錄???????????0??2014-06-13?14:39??sample\chapter10\ex10-1\
?????目錄???????????0??2014-06-13?14:39??sample\chapter10\ex10-1\bin\
?????目錄???????????0??2014-06-13?14:39??sample\chapter10\ex10-1\bin\Debug\
?????文件???????16925??2014-06-13?14:39??sample\chapter10\ex10-1\bin\Debug\ex10-1
?????文件?????????390??2014-06-13?14:39??sample\chapter10\ex10-1\ex10-1.c
?????文件????????1059??2014-06-13?14:39??sample\chapter10\ex10-1\ex10-1.cbp
?????文件???????52045??2014-06-13?14:39??sample\chapter10\ex10-1\ex10-1.depend
?????文件?????????240??2014-06-13?14:39??sample\chapter10\ex10-1\ex10-1.layout
?????目錄???????????0??2014-06-13?14:39??sample\chapter10\ex10-1\obj\
?????目錄???????????0??2014-06-13?14:39??sample\chapter10\ex10-1\obj\Debug\
?????文件???????13964??2014-06-13?14:39??sample\chapter10\ex10-1\obj\Debug\ex10-1.o
?????目錄???????????0??2014-06-13?14:39??sample\chapter10\ex10-10\
?????目錄???????????0??2014-06-13?14:39??sample\chapter10\ex10-10\bin\
............此處省略1195個文件信息
- 上一篇:解包rez,提取dtx
- 下一篇:keil 4 stm32 液晶顯示正弦波
評論
共有 條評論