-
本代码是一个linux下文件操作的代码,对常用的操作都有示例,适合初学者。...
本代码是一个linux下文件操作的代码,对常用的操作都有示例,适合初学者。-This code is a linux file operations under the code, for example are commonly used to operate, suitable for beginners.
- 2022-03-18 22:54:10下载
- 积分: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
-
校园网用服务器运行状态检测软件,运行于一个李…
校园网内服务器运行状况检测软件,后台运行在linux下,前台为jsp页面-Campus Network with the server running state detection software, running on a linux background, the prospects for the jsp page
- 2022-06-18 14:57:12下载
- 积分:1
-
canbus driver for S3C2410 in linux
S3C2410 linux下的canbus(MCP2510)总线驱动-canbus driver for S3C2410 in linux
- 2022-05-06 10:21:10下载
- 积分:1
-
arm9的bootloader,适合通用2410x平台
vivi.pal(20051228)支持tv输出和vga输出,vclk为26.25mhz
viv...
arm9的bootloader,适合通用2410x平台
vivi.pal(20051228)支持tv输出和vga输出,vclk为26.25mhz
vivi(20060330)支持vga输出和tv输出,vclk为25mhz
以上两个vivi均编译自vivi-br-release(20051228).tar.gz
在两个不同vivi间切换的方法是在源文件“/include/platform/smdk2410.h”中打开或者取消对PAL640480宏的定义:
#define PAL640480
默认该句是注释掉的,编译得到的vivi的vclk为25mhz
ch7005手册中要求640x480的pal输出时vclk为26.25mhz,但实践中发现并不需要完全等与这个频率,有时候vivi(20051228)的pal效果更好,具体使用哪个参数用户可以多比较尝试,也可以尝试修改成其他的频率。-arm9 Bootloader, Definitive 2410 x suitable platform vivi.pal (20051228) support tv vga output and losers that vclk to 26.25mhz 14:57 (20060330) support tv vga output and exports, vclk for more than two 25mhz were compiled from 14:57 14:57- br-release (20 051,228). tar.gz 14:57 in the two different ways of switching between the source document "/ incl. ude/platform/smdk2410.h "open or cancel right PAL64048 0-definition :# define default PAL640480 comment out of the sentence. Compiling the 14:57 of the vclk 25mhz ch7005 manual requirements 640x480 p al output when vclk 26.25m
- 2022-04-06 17:33:53下载
- 积分:1
-
linux study notes related to linux system administration, development of commonl...
linux学习笔记,涉及linux的系统管理,开发常用的命令!-linux study notes related to linux system administration, development of commonly used commands!
- 2023-08-31 11:20:03下载
- 积分:1
-
摄像头简单测试程序(截图)使用read函数,在LCD上显示
摄像头简单测试程序(截图)使用read函数,在LCD上显示-Camera, a simple test program (screenshot) use read function, the LCD display
- 2022-02-16 03:39:27下载
- 积分:1
-
在beginning linux programming 书中提供的第四章的有关代码
在beginning linux programming 书中提供的第四章的有关代码-In the beginning linux programming book provided by Chapter IV of the code
- 2023-04-09 12:50:03下载
- 积分:1
-
基于V4L的的编程和说明函数。对编写V4L的编写有很大的作用
基于V4L的的编程和说明函数。对编写V4L的编写有很大的作用-V4L-based programming and description of the function. In the preparation of V4L significant role in the preparation of
- 2022-03-21 14:42:44下载
- 积分:1
-
CoralFTP是一款用Python语言编写的工作在GTK2环境下的FTP客户端软件...
CoralFTP是一款用Python语言编写的工作在GTK2环境下的FTP客户端软件-CoralFTP Python is a language used in the preparation of the environment GTK2 FTP client software
- 2022-01-24 15:15:48下载
- 积分:1