-
uCosII embedded operating system in PIC24FJ128 Porting
uCosII嵌入式操作系统在PIC24FJ128上的移植-uCosII embedded operating system in PIC24FJ128 Porting
- 2022-03-29 17:17:07下载
- 积分:1
-
LinuxHOWTO software (Chinese Edition) specification
LinuxHOWTO软件(中文版)规范
- 2022-06-01 04:42:52下载
- 积分:1
-
minigui 1.6.10 8.1开源版
minigui 1.6.10 8.1开源版-minigui 1.6.10 8.1 Open Source Edition
- 2022-07-13 06:26:30下载
- 积分:1
-
从新浪天气下载/切割页面 形成一个体积较小的html天气预报文件。包括图片。
在ubuntu/apache环境下,wwwroot=/var/www...
从新浪天气下载/切割页面 形成一个体积较小的html天气预报文件。包括图片。
在ubuntu/apache环境下,wwwroot=/var/www
-Weather download from the Sina/Cutting the page to form a smaller forecast of html files. Including pictures. In ubuntu/apache environment, wwwroot =/var/www
- 2022-11-21 00:50:03下载
- 积分:1
-
的PDF linux0.11的Linux内核源代码和说明。是非常…
linux0.11的源代码和linux内核解释的pdf。非常适合linux初学者,linux0.11的代码量为1万多行,而最新的linux源代码会有几百万行,可能一辈子也没办法全部理解,所以我们要理解linux的精髓。linux0.11版本是我们学习linux的最适合的源代码^_^,配合这位同济大学的教授的注释,真的很不错^_^-linux0.11 the linux kernel source code and explanation of the pdf. Linux is very suitable for beginners, linux0.11 code capacity of more than 10,000 lines, but the latest linux source code there will be millions of lines may have no means to all of life to understand, so we need to understand the essence of linux. linux0.11 version of linux is that we learn the most appropriate source code ^ _ ^, with the Tongji University professor notes, really good ^ _ ^
- 2022-04-08 13:46:33下载
- 积分: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
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1
-
实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。...
实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。-achieve a working group multithreaded applications, the use of this procedure the mutex object, variable conditions thread control. Research through this procedure, a profound understanding of the working mechanism of thread.
- 2022-02-25 06:42:49下载
- 积分:1
-
Linux下操作Bios的驱动
Linux下操作Bios的驱动-Linux operating under the driver Bios
- 2022-03-14 00:59:25下载
- 积分:1
-
一篇有关Linux入门及其基本操作的电子文档,比较适合于新手入门!...
一篇有关Linux入门及其基本操作的电子文档,比较适合于新手入门!-An article on the Linux entry and basic operation of electronic documents, suitable for beginners!
- 2022-10-22 15:45:04下载
- 积分:1