-
华中科技大学96级学生linux内核实习报告
华中科技大学96级学生linux内核实习报告- The Central China scientific and technical university 96 levels
of students linux essence practice reported
- 2022-08-13 19:07:49下载
- 积分:1
-
GIVEIO is under the Windows/Linux platform and the mouth driver,
had this actuat...
GIVEIO为Windows/Linux平台下的并口驱动程序,有了这个驱动,你可以让你的PC作为一个真正的Host来控制目标平台的FLASH烧写等任务.-GIVEIO is under the Windows/Linux platform and the mouth driver,
had this actuation, you may let your PC take true Host controls the
goal platform the FLASH fever to write and so on the duty
- 2022-04-29 06:58:04下载
- 积分:1
-
一个简单的b tree 实现代码,可用于缓存数据,提高查询速度
一个简单的b tree 实现代码,可用于缓存数据,提高查询速度-A simple realization of b tree code, can be used to cache data to improve query speed
- 2022-01-25 23:39:54下载
- 积分:1
-
ldd 3 linux device driver, the driver now is the best tutorial.
ldd 3 linux device driver ,目前来说是最好的驱动教程。-ldd 3 linux device driver, the driver now is the best tutorial.
- 2022-06-29 13:31:10下载
- 积分:1
-
giga网卡完整的驱动代码,系统是linux,可以了解整个网卡驱动在linux系统的结构,并且包含了giga模式的特有接口的实现....
giga网卡完整的驱动代码,系统是linux,可以了解整个网卡驱动在linux系统的结构,并且包含了giga模式的特有接口的实现.-integrity of the driver code, the system is linux, can understand the whole LAN Driver in linux system structure, and contains a unique pattern of giga interface is achieved.
- 2022-05-06 03:34:17下载
- 积分:1
-
积下的一点C++编程序库源码
积下的一点C++编程序库源码-plot under Part C of the point source library
- 2022-04-30 20:49:53下载
- 积分: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
-
海思KEY驱动,适应unix、linux
海思KEY驱动,适应unix、linux-Haisi KEY-driven adaptation unix, linux
- 2022-03-03 04:03:12下载
- 积分:1
-
linux pressed key actuation, may use in to insert
during the type development; H...
linux下的按键驱动,可用于嵌入式开发之中;具有四个按键的驱动程序源代码。-linux pressed key actuation, may use in to insert
during the type development; Has four pressed keys the driver source
codes.
- 2022-03-07 14:07:36下载
- 积分:1
-
canbus driver for S3C2410 in linux
S3C2410 linux下的canbus(MCP2510)总线驱动-canbus driver for S3C2410 in linux
- 2022-05-06 10:21:10下载
- 积分:1