-
linux 与unix shell编程指南
linux 与unix shell编程指南-with unix shell programming guide
- 2022-04-01 22:28:06下载
- 积分:1
-
模拟指针,使用固定的数组模拟指针的内存分配,提高分配效率...
模拟指针,使用固定的数组模拟指针的内存分配,提高分配效率-simulated target, the use of fixed arrays of simulated targets memory allocation and improve distribution efficiency
- 2022-02-26 01:16:45下载
- 积分:1
-
tty工作台驱动,适合工作台驱动的所有底层工作。有借鉴价值!...
tty工作台驱动,适合工作台驱动的所有底层工作。有借鉴价值!-tty driver table, suitable for table-driven work of all the ground floor. Have reference value!
- 2022-08-10 06:45:19下载
- 积分: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
-
ncurses
ncurses-5.4
- 2023-03-29 12:05:03下载
- 积分:1
-
linux project1 三个简单模块的编程,可传参数进入模块,打印内核信息等...
linux project1 三个简单模块的编程,可传参数进入模块,打印内核信息等-linux project1 programming three simple modules can be mass parameters into the module, print the kernel information. .
- 2023-04-06 21:00:04下载
- 积分:1
-
jphs是一个linux系统下可对JPEG图像进行信息隐藏的程序
jphs是一个linux系统下可对JPEG图像进行信息隐藏的程序-jphs is a linux system of JPEG image information hiding procedure
- 2022-02-21 10:58:44下载
- 积分:1
-
基于qt的串口多线程编程,是学习多线程编程的好例子
基于qt的串口多线程编程,是学习多线程编程的好例子-Qt-based serial multi-threaded programming, multi-threaded programming is to learn from good examples
- 2022-01-24 12:29:35下载
- 积分:1
-
金融加密机SJL05型集成API,可直接调用,放心使用。
金融加密机SJL05型集成API,可直接调用,放心使用。-Financial security devices SJL05 type integrated API, direct calls, ease of use.
- 2022-11-09 13:15:04下载
- 积分:1
-
本文介绍了UNIX内核的C源代码,是一个难得的学习UNIX的好…
本文件介绍了unix内核的c源代码,是不可多得的学习unix的好资料!-This paper presents the unix kernel c source code, is a rare learning unix good information!
- 2023-04-10 10:40:03下载
- 积分:1