-
GtkWidget*window
gtk_init (&argc, &argv)...
GtkWidget *window
gtk_init (&argc, &argv)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL)
gtk_widget_show (window)
gtk_main ()
return(0) - GtkWidget*window
gtk_init (&argc, &argv)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL)
gtk_widget_show (window)
gtk_main ()
return(0)
- 2023-02-06 20:55:03下载
- 积分:1
-
这是MIZI src包vivi bootloader时需要编制headfiles
this SRC packet is the headfiles that MIZI vivi bootloader needed when compling
- 2022-07-13 19:39:59下载
- 积分:1
-
Linux平台下的pppoe拨号程序
Linux平台下的pppoe拨号程序-Linux platform under the PPPOE dial-up procedures
- 2022-03-22 18:09:51下载
- 积分:1
-
The new version supports up to 243 kinds of games, a lot of hope that everyone c...
新版本支持了多达243种游戏,希望大家多多关注linux,我今后争取长年供源并提供最新的版本给各位linux用户-The new version supports up to 243 kinds of games, a lot of hope that everyone concerned about the linux, I will fight for many years and provide the source for the latest version to all linux users
- 2022-08-07 13:14:19下载
- 积分:1
-
RoboCup 2006 2D仿真 Dainamite队 源代码
RoboCup 2006 2D仿真 Dainamite队 源代码-Dainamite Source 2006
- 2022-12-05 01:50:04下载
- 积分:1
-
邮政电信等系统票据的精确定位打印,可根据不同的打印机进行调整...
邮政电信等系统票据的精确定位打印,可根据不同的打印机进行调整-postal and telecommunications system instruments precise positioning print, according to different printers adjustment
- 2022-03-21 05:48:11下载
- 积分:1
-
C语言开发,NTP协议在没有经验的工人忙学习…
c语言开发,ntp协议,利于新手的学习和上手
-c language development, ntp agreement in favor of inexperienced workers to learn and to use
- 2022-08-16 17:48:52下载
- 积分:1
-
loki库的源代码。loki库是以模板技术和面向对象技术为基础的c++类库。...
loki库的源代码。loki库是以模板技术和面向对象技术为基础的c++类库。-loki the source code. Loki based on the template technology and object-oriented technology as the basis for the c library.
- 2022-07-09 13:57:21下载
- 积分:1
-
和Window下的notepad功能差不多,一个qt做的文本编辑器
和Window下的notepad功能差不多,一个qt做的文本编辑器-And the Window under the notepad function similar to a text editor to do qt
- 2022-07-01 14:36:01下载
- 积分:1
-
字符串指针,以探讨指针如何工作
String Pointers to explore how the pointer work
-The program takes lines from standard input and keeps the last n of them in memory as it goes through standard input. When it gets to an EOF, it prints the last n lines out. You may assume n is less than 2000 and each individual line is not longer than 1000 including the newline and the null terminator.
- 2022-02-01 01:57:48下载
- 积分:1