全部博文(396)
发布时间:2017-12-18 10:43:00
下面的代码演示利用glib库中的GQueue向队头、队尾添加数据和从队头、队尾删除数据的操作。 编译程序程序执行结果[plus@localhost c]$ ./g_queueThe queue is empty? YESAfter push first, second and third at head of queue:third second firstAfter push one, two and three at tail of queue:third second fi.........【阅读全文】
发布时间:2017-12-14 14:52:03
Glib是一个C语言编写的库,它本身是Gnome的一个部分,后来Glib剥离出来,它为Gnome提供了一些操作字符串和常用数据结构的工具函数。这些好的工具函数既然可以提供给gnome,使用,自然也可以提供给我们使用。(靠,这逻辑,怎么这么像 和尚摸的,我自然也摸的,晕死啊)。最近看到我们老大用了Glib的hash表,在工期紧急的情.........【阅读全文】
发布时间:2017-12-14 12:58:01
移植环境: 主机操作系统:Ubuntu 10.10 目标系统:hi351x 内核 linux-2.6.14 交叉编译器:arm-hismall-linux-版本: bridge-utils-1.51.下载bridge-utils-1.5驱动源码download: bridge-utils-1.52.&.........【阅读全文】