-
Asynchronous serial communication based on experimental MINI2440 source+ downloa...
基于MINI2440的 异步串口通信实验源码+启动代码 下载后可以直接运行-Asynchronous serial communication based on experimental MINI2440 source+ download boot code can run! !
- 2022-11-07 00:40:03下载
- 积分:1
-
The c source code of archieving the hostid of host machine in linux 9.
在linux9下获得主机hostid的c源代码。-The c source code of archieving the hostid of host machine in linux 9.
- 2022-06-30 08:14:40下载
- 积分:1
-
Linux C programming:
lect01 Linux Introduction
lect02 Linux installation
l...
Linux C编程技术:
lect01 Linux 介绍
lect02 Linux 安装
lect03 Linux 基础
lect04 Linux Shell介绍
lect05 Linux 进程控制
lect06 Shell编程_变量
lect07 Shell脚本编程
lect08 Linux下C语言编程简介
lect09 文件操作
lect10 Linux下的多进程编程
lect11 Linux 信号
-Linux C programming:
lect01 Linux Introduction
lect02 Linux installation
lect03 Linux-based
lect04 Linux Shell Introduction
lect05 Linux process control
lect06 Shell Programming _ variable lect07 Shell scripting
lect08 Linux Introduction
lect09 under the C programming language file operations
lect10 Linux under the multi- the process of programming
lect11 Linux signals, and so ...
- 2022-01-23 10:57:53下载
- 积分:1
-
黑所有程序按钮程序
黑所有程序按钮程序-black button procedures
- 2022-07-25 20:47:47下载
- 积分:1
-
In the Linux kernel from the 2.4 upgrade to 2.6 when the need to upgrade the pac...
在Linux内核从2.4升级到2.6时需要升级的软件包,虽然现在大家使用配置好的2.6的内核较多,但是对于想自己升级内核的朋友来说,还是不错的,当然升级到2.6时还需要升级其它的软件啦-In the Linux kernel from the 2.4 upgrade to 2.6 when the need to upgrade the package, although we now use the configured kernel 2.6 more, but want to upgrade the kernel of friends, or good, of course, upgrade to 2.6 also need to upgrade other software you
- 2023-04-21 22:20:02下载
- 积分: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
-
this a qt4 plotter class, you can paint a 2D/3D plotter via spline class.
this a qt4 plotter class, you can paint a 2D/3D plotter via spline class.-this is a qt4 plotter class, you can paint a 2D/3D plotter via spline class.
- 2022-07-19 20:09:53下载
- 积分:1
-
These code and text file are written in euc
These code and text file are written in euc-jp-unix-These code and text file are written in euc-jp-unix.
- 2023-08-12 11:50:03下载
- 积分:1
-
s3c2440 linux2.6.24内核 串口收发程序 用串口1收发数据 波特率是96...
s3c2440 linux2.6.24内核 串口收发程序 用串口1收发数据 波特率是96-serial transceiver core s3c2440 linux2.6.24 procedures to send and receive data using serial port 1 baud rate is 9600
- 2022-02-28 10:25:30下载
- 积分:1
-
坦克大战3.0源代码,很不错的游戏
坦克大战3.0源代码,很不错的游戏-impressive 3.0 source code, a very good game
- 2022-03-07 10:42:03下载
- 积分:1