E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
list_head
list_head
实例
最近一个项目要用到这个东西,发现确实很好用,就写了个最简单的例子,希望对大家有用,对linux下面的编程了解实在太少,正在努力学习中,学生嘛,慢慢来,不急躁。 #define __KERNEL__ //这样才能使用list.h,具体请看list.h #include "list.h" /*由于我的机器上没有list.h,所以我拷贝了一个,如果你机器上有,应该是加#i
andrew913
·
2008-10-08 14:00
编程
C++
c
linux
C#
7段LED显示器驱动
include #include #include #include #include #include // Timer struct/*struct timer_list { struct
list_head
breathomn
·
2008-09-13 21:00
c
timer
list
function
linux学习二内存管理重要的数据结构
这里只列举几个比较麻烦的数据结构 struct
list_head
{ struct
list_head
*next, *prev; } //linux通用的双向链队列
memorymyann
·
2008-05-14 18:00
多线程
数据结构
linux
活动
Access
list_head
结构的实现和使用
structlist_head{structlist_head*next,*prev;};#definelist_entry(ptr,type,member)/((type*)((char*)(ptr)-(unsignedlong)(&((type*)0)->member)))structmystruct{inta;intb;structlist_headlink;intc;};首先定义3个mys
sabolasi
·
2008-01-01 19:00
list
一个要引起注意的delete动作
isEmpty()) { list_item*temp=
list_head
; list_item*delTemp
乐乐
·
2007-04-11 16:00
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他