-
zip 压缩库,跨平台的压缩库 可以运行于windows/linux/arm
zip 压缩库,跨平台的压缩库 可以运行于windows/linux/arm
- 2022-03-19 12:37:40下载
- 积分:1
-
Linux那些事儿,独特风格的Linux教程,一位大侠写的,用简单诙谐的语言讲解Linux知识。...
Linux那些事儿,独特风格的Linux教程,一位大侠写的,用简单诙谐的语言讲解Linux知识。-things about linux
- 2022-01-25 14:42:03下载
- 积分:1
-
练习,linux下基于TCP的多线程的ECHO服务
练习,linux下基于TCP的多线程的ECHO服务-exercises, linux-based TCP multithreaded ECHO services
- 2023-04-03 10:50:04下载
- 积分:1
-
picocom Linux的串口调试工具,如小型计算机。由自己对…
picocom 是一款linux下的串口调试工具,很想minicom,比minicom精巧的多,编译好后,
我输入 picocom -b 115200 /dev/ttyS0 就可以调试我的arm板了-picocom A linux is the serial debugging tools, like minicom. minicom sophisticated than many good compiler, I enter picocom- 115200 b/dev/ttyS0 I can debug the arm of the plate
- 2022-05-23 08:53:40下载
- 积分:1
-
红帽子Linux
红帽子Linux-Linux
- 2022-05-27 05:42:23下载
- 积分:1
-
一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgri...
一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgrind都显得束手无策-Tracking a memory leak under linux small procedures, usually under linux can be used mtrace valgrind to do, but in the embedded, due to memory limitations, mtrace valgrind are able to do much about
- 2022-02-26 22:11:28下载
- 积分: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
-
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景...
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景
for(i=0 i
- 2022-02-16 05:28:10下载
- 积分:1
-
linux2.6.18源码,带有zb1211b驱动
linux2.6.18源码,带有zb1211b驱动-linux2.6.18,include zb1211b driver
- 2022-03-06 07:00:24下载
- 积分:1
-
很好的一个程序,可以下哦 大家支持我
很好的一个程序,可以下哦 大家支持我-a good procedure, under Oh, we can support my
- 2022-08-02 11:08:07下载
- 积分:1