-
教你如何一步 的搭建自己的linuxGUI,这个不是正式的发行版,不过很不错...
教你如何一步 的搭建自己的linuxGUI,这个不是正式的发行版,不过很不错-Teach you how to build their own step linuxGUI, this is not an official release version, but very good
- 2022-02-04 23:03:19下载
- 积分:1
-
source, standards c force
源码,标准c++用力-source, standards c force
- 2022-08-08 01:09:06下载
- 积分:1
-
Vim 中文文档
Vim 中文文档-Vim Chinese Documents
- 2023-02-09 23:35:04下载
- 积分:1
-
通信程序,tcpserd跟tcpcli,适合初学者
通信程序,tcpserd跟tcpcli,适合初学者-communication procedures with tcpcli tcpserd suitable for beginners
- 2022-03-04 15:53:53下载
- 积分:1
-
linux的最初源码,裸命令行时期的源码!可用于研究,学习!
linux的最初源码,裸命令行时期的源码!可用于研究,学习!-the initial source, nude command line during the source! For research to learn!
- 2022-01-26 06:31:46下载
- 积分:1
-
linux下基于 raw socket实现的静态路由,通过路由表的设定实现包的转发...
linux下基于 raw socket实现的静态路由,通过路由表的设定实现包的转发-static route in linux
- 2022-10-14 15:30:03下载
- 积分:1
-
用C++写的简单聊天室程序,但麻雀虽小,完善…
linux下用c写的简易聊天室程序,但麻雀虽小,五脏俱全-linux using c write simple chat room procedures, but sparrows are small, perfectly formed
- 2022-03-22 22:59:42下载
- 积分:1
-
宽度= gdk_pixbuf_animation_get_width(ANI)
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap[GTK_STATE_NORMAL]) {
GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL]
GdkGC *gc
GdkGCValues values
values.tile = bg
values.fill = GDK_TILED
gc = gdk_gc_new_with_values(w->window, &values,
GDK_GC_FILL|GDK_GC_TILE)
gdk_gc_set_ts_origin(gc,
(w->allocation.width - width)/2,
(w->allocation.height-height)/2)
gdk_draw_rectangle(clean_pixmap,gc, TRUE,
0, 0, width, height)
gdk_gc_destroy(gc)
} else {
gdk_draw_rectangle(clean_pixmap,
w->style->bg_gc[GTK_STATE_NORMAL],
TRUE, 0, 0, width, height)
}- width = gdk_pixbuf_animation_get_width(ani)
- 2022-05-17 15:10:31下载
- 积分:1
-
qtmake 文件的代码,生成Makefile文件用
qtmake 文件的代码,生成Makefile文件用
-qtmake document code, documents generated Makefile
- 2022-05-13 21:31:35下载
- 积分:1
-
dvbstream基于TS
DVBstream is based on the ts-rtp package available at
http://www.linuxtv.org. It broadcasts a (subset of a) DVB transport
stream over a LAN using the rtp protocol. There were a couple of
small bugs in the original ts-rtp application, which I have fixed
here.-DVBstream is based on the ts- rtp package av ailable at http :// www.linuxtv.org. It broadcasts a (subset of a) DVB transport stream over a LAN using the rtp p rotocol. There were a couple of small bugs in the original ts- rtp application, which I have fixed here.
- 2022-05-30 22:23:39下载
- 积分:1