偶遇的技術,願有時間留給我去追尋O(∩_∩)O~

socket can

CAN 設備 使用伯克利的socket接口和linux網絡協議棧的一種實現方法

http://blog.csdn.net/zhangxiaopeng0829/article/details/7646639


###############################    我是分割線   ##########################################


linux下的iptables

http://www.chinabin.cn/opensource-world/1172.html

###############################    我是分割線   ##########################################

一個C語言雙向鏈表API

http://www.tetrasys-design.net/home/Linklist/index.html

Doubly Linked List API

Linklist Diagram

有興趣的也可以去看看linux內核鏈表在Linux內核鏈表中,不是在鏈表結構中包含數據,而是在數據結構中包含鏈表節點。

http://blog.csdn.net/tinyhare/article/details/8064407

http://blog.csdn.net/danfeng827/article/details/1618014

###############################    我是分割線   ##########################################

一個C語言的哈希表uthash

http://uthash.sourceforge.net/

Any C structure can be stored in a hash table using uthash. Just add a UT_hash_handle to the structure and choose one or more fields in your structure to act as the key. Then use these macros to store, retrieve or delete items from the hash table.


###############################    我是分割線   ##########################################

Lua 

是一個小巧的腳本語言。作者是巴西人。該語言設計目的是爲了嵌入應用程序中,從而爲應用程序提供靈活的擴展和定製功能。
Lua腳本可以很容易的被C/C++代碼調用,也可以反過來調用C/C++的函數,這使得Lua在應用程序中可以被廣泛應用。不僅僅作爲擴展腳本,也可以作爲普通的配置文件,代替XML,Ini等文件格式,並且更容易理解和維護。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章