-
基于LINUX环境的电能量采集系统的通讯程序,可以直接从设备采集数据至后台软件。...
基于LINUX环境的电能量采集系统的通讯程序,可以直接从设备采集数据至后台软件。-LINUX-based environment, electric energy collection system of the communication procedures, you can collect data directly from the device to the back-office software.
- 2022-06-01 17:21:48下载
- 积分:1
-
Linux Kernel中文手册
Linux Kernel中文手册-manual Chinese Linux Kernel
- 2022-04-17 08:49:26下载
- 积分:1
-
linux组播代码
#! /bin/sh
gcc
linux组播代码
#! /bin/sh
gcc -Wall mcastclient.c -o mcastclient
gcc -Wall mcastserver.c -o mcastserver
#./mcastserver 230.1.1.1 7838
#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
-linux multicast code#!/bin/shgcc-Wall mcastclient.c-o mcastclientgcc-Wall mcastserver.c-o mcastserver#./mcastserver 230.1.1.1 7838#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
- 2022-03-13 06:45:28下载
- 积分:1
-
linux下针对IIS音频驱动分析资料,可用于IIS驱动的编写参考!
linux下针对IIS音频驱动分析资料,可用于IIS驱动的编写参考!-IIS audio driver for linux under analysis can be used for the preparation of reference IIS drive!
- 2022-03-26 03:08:04下载
- 积分:1
-
SLAX/FanX制作livecd的完全脚本,适合内核2.4.*版本。这个脚本经过linuxfans.org atfa的patch,主要作用是可以在制作init...
SLAX/FanX制作livecd的完全脚本,适合内核2.4.*版本。这个脚本经过linuxfans.org atfa的patch,主要作用是可以在制作initrd文件中挂载FAT磁盘时加上 -o iocharset=cp936的参数。FanX-0.1.1和0.2.0就是使用这个脚本制作出来的。-SLAX/CD production FanX the complete script for kernel 2.4 .* version. After the script linuxfans.org atfa the patch, can be a major role in the production initrd document when mount disk with a FAT-o iocharset = cp936 parameters. FanX- 0.1.1 and 0.2.0 is the use of the script studios.
- 2022-02-21 17:25:41下载
- 积分:1
-
For the design of a simple two LINUX File System
为LINUX 设计一个简单的二级文件系统-For the design of a simple two LINUX File System
- 2022-01-31 21:35:50下载
- 积分: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
-
这是一本专门介绍Linux 设备驱动方面的书籍.
这是一本专门介绍Linux 设备驱动方面的书籍.-This is devoted to a Linux device driver books.
- 2022-01-25 14:06:18下载
- 积分:1
-
linux下的flash player的一个具体实现,未经验证
linux下的flash player的一个具体实现,未经验证-linux media player
- 2022-01-30 10:47:51下载
- 积分:1
-
创建和维护系统的硬件关系图。验证设备的影响。
Create and maintain a hardware diagram of the system. Verify that peripherals are installed correctly and tested. Monitor performance of hardware components. Arrange for repair in event of hardware failure
- 2022-11-27 04:55:03下载
- 积分:1