-
没有翻译
通用的摄像头驱动源代码,一般的比如中星微的应该没有问题-failed to translate
- 2022-04-09 03:05:39下载
- 积分:1
-
个人感觉比较全的Linux下C函数库详解词典
个人感觉比较全的Linux下C函数库详解词典-Comparison of personal feeling of the whole C library under Linux Detailed Dictionary
- 2022-10-18 06:10:03下载
- 积分:1
-
摩托罗拉A1200内核源码
Moto A1200 kernel SRC
- 2022-02-09 15:38:42下载
- 积分:1
-
Linux是一类Unix计算机操作系统的统称。Linux操作系统的内核的名字也是“Linux”。Linux操作系统也是自由软件和开放源代码发展中最著名的例子。严...
Linux是一类Unix计算机操作系统的统称。Linux操作系统的内核的名字也是“Linux”。Linux操作系统也是自由软件和开放源代码发展中最著名的例子。严格来讲,Linux这个词本身只表示Linux内核,但在实际上人们已经习惯了用Linux来形容整个基于Linux内核,并且使用GNU 工程各种工具和数据库的操作系统。Linux得名于计算机业余爱好者Linus Torvalds。 -Linux is a Unix-computer" s operating system collectively. Linux operating system kernel is also the name of " Linux" . Linux operating system is also free software and open source development, the most famous example. Strictly speaking, Linux is only the word itself, said Linux kernel, but in reality people have been accustomed to using Linux to describe the whole based on the Linux kernel and the GNU project to use a variety of tools and databases operating system. Linux is named in a computer amateur Linus Torvalds.
- 2022-01-29 03:00:41下载
- 积分: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
-
The third edition linux
linux的第三版-The third edition linux
- 2022-08-20 14:13:29下载
- 积分:1
-
自动更新1.02源代码
autoupdate 1.02 source code
- 2023-08-01 04:30:02下载
- 积分:1
-
关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递...
关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递推(Linear Recurrence)和如何用分块提高矩阵的更新效率。
-On the OpenMP performance tuning information, deeper to learn how to improve program performance. Main mastered the loop interchange, loop start and loop merging and so on, and cache consistency to solve the shared variables to bring the load to find the linear recurrence (Linear Recurrence), and how to block updates to improve the efficiency of the matrix.
- 2023-04-03 06:20:05下载
- 积分:1
-
系统实现类似于多文档的赢得
linux系统下实现类似win的对多个文件的文件内容检索的功能-linux system realizes similar win to many documents
document content retrieval function
- 2022-02-15 21:59:40下载
- 积分:1
-
This unit gives a general overview on how a Linux system should be
used proper...
This unit gives a general overview on how a Linux system should be
used properly.-This unit gives a general overview on how a Linux system should be used properly.
- 2022-01-21 01:49:38下载
- 积分:1