-
linux内核情景分析,针对于对内核有一定了解的学习者,详细分析了内核中mmc等相关部分。
linux内核情景分析,针对于对内核有一定了解的学习者,详细分析了内核中mmc等相关部分。-linux kernel scenario analysis to address the kernel has a certain understanding of the learner, detailed analysis of a kernel mmc and other related parts.
- 2022-05-18 01:06:02下载
- 积分:1
-
Linux MTD源代码情景分析
Linux MTD 源代码分析
by Ji...
Linux MTD源代码情景分析
Linux MTD 源代码分析
by Jim Zeus
Version 0.1-Linux MTD source Linux MTD scenario analysis source code analysis by Jim ZeusVersion 0.1
- 2023-06-27 15:15:04下载
- 积分:1
-
一款运行在linux上的象棋游戏。用GTK/GNOME环境下用GLADE开发。
一款运行在linux上的象棋游戏。用GTK/GNOME环境下用GLADE开发。-A run in linux on the chess game. With GTK/GNOME development environment with Glade.
- 2022-03-17 00:10:34下载
- 积分:1
-
从linux移植到dos下的grub
从linux移植到dos下的grub-from linux dos transplanted to the grub
- 2022-01-27 13:36:22下载
- 积分:1
-
linux下面的一个矢量绘图开发软件源代码
linux下面的一个矢量绘图开发软件源代码-linux following a vector drawing software source code
- 2023-03-28 06:05:04下载
- 积分:1
-
此程序为linux下的s3c2410的ad模数转换器驱动程序,这是我买的教学试验平台带的,写的很不错,贡献出来。...
此程序为linux下的s3c2410的ad模数转换器驱动程序,这是我买的教学试验平台带的,写的很不错,贡献出来。-This program for linux the ad under the S3C2410 ADC driver, this is my test platform to buy teaching band, write a very good contribution to come out.
- 2022-03-09 15:09:05下载
- 积分: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
-
1.嵌入式LINUX开发基础知识
2.基础实验
3.MINIGUI程序设计
4.内核实验
5.驱动模块实验
6.无线通讯实验...
1.嵌入式LINUX开发基础知识
2.基础实验
3.MINIGUI程序设计
4.内核实验
5.驱动模块实验
6.无线通讯实验-1. Embedded LINUX development of basic knowledge 2. 3.MINIGUI the basis of experimental programming 4. Core experiment 5. Drive module experiment 6. Wireless communications experiment
- 2022-06-18 09:47:29下载
- 积分:1
-
arm9开发板上的例子,可以学习一下有简单的c程序
arm9开发板上的例子,可以学习一下有简单的c程序-ARM9 development board example, can learn about a simple c program
- 2022-01-28 13:00:37下载
- 积分:1
-
linux下模拟进程互斥的一个小程序。
linux下模拟进程互斥的一个小程序。-modeling process under an exclusive small programs.
- 2022-03-01 04:20:41下载
- 积分:1