-
Based on ARM+ Linux video capture of the server
基于ARM+Linux的视频采集服务器端代码-Based on ARM+ Linux video capture of the server-side code
- 2022-07-07 09:35:38下载
- 积分:1
-
Linux的Perl编程
linux perl programming
- 2023-04-07 13:15:04下载
- 积分:1
-
A common C language data structure, in the under linux.
一个通用的C语言实现的数据结构,在linux下实现。-A common C language data structure, in the under linux.
- 2023-04-09 11:45:04下载
- 积分:1
-
This is a linux under the Shell. An order history and the command prompt to make...
这是一个linux下的Shell.有命令历史和命令提示,补全功能。现在还不能编程。我会在12月底完成简单的编程功能。-This is a linux under the Shell. An order history and the command prompt to make up fully functional. It was not programmed. I will be completed by the end of December in a simple programming function.
- 2022-03-10 06:34:35下载
- 积分: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
-
ftp file download (qt4 platform, C language), and use the ftp download xp or les...
ftp的文件下载(qt4平台C语言编写),与xp下使用的ftp下载差不多,界面没xp下好看,基本实现了文件的下载和上传-ftp file download (qt4 platform, C language), and use the ftp download xp or less the same under the good-looking interface, not xp, basically download and upload documents
- 2022-01-25 14:33:33下载
- 积分:1
-
esc/pos指令集的打印机的usb驱动,
esc/pos指令集的打印机的usb驱动,-esc/pos指令集的打印机的usb驱动
- 2022-04-20 00:33:46下载
- 积分:1
-
2410下的按键驱动程序编写,初步讲解IO控制在linux中的实现方法。...
2410下的按键驱动程序编写,初步讲解IO控制在linux中的实现方法。-2410 under the key driver to prepare a preliminary on the IO control in linux in the Ways realize.
- 2022-06-12 20:04:00下载
- 积分:1
-
使用GDB调试技术的详细版本。PDF格式,调试实例…
linux下用gdb调试技术详细介绍中文版, pdf格式, 内有调试实例, 取之于网, 用之于网, 与你分享!-using gdb debugging techniques detailed version. Pdf format, are debugging examples taken from the network and use network, to share with you!
- 2022-03-06 12:53:51下载
- 积分:1
-
清华的LinuxC,程序,官方网站已停止下载…
清华出的那本linuxC编程,官方网站已经停止下载,这里还有pdf电子书,非常推荐下载-Qinghua the linuxC that the program, the official website has stopped the download, there is a pdf e-books, very recommend downloading
- 2022-05-13 02:20:07下载
- 积分:1