代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/355278/10282407
cpp os_linux.cpp
/*
* os_linux.c
*
* Home page of code is: http://smartmontools.sourceforge.net
*
* Copyright (C) 2003-8 Bruce Allen
* Copyright (C) 2003-8 Doug Gil
www.eeworm.com/read/355278/10282496
h os_linux.h
/*
* os_linux.h
*
* Home page of code is: http://smartmontools.sourceforge.net
*
* Copyright (C) 2003-8 Bruce Allen
*
* Derived from code that w
www.eeworm.com/read/280759/10293610
rtf linux内核编程.rtf
www.eeworm.com/read/280541/10314363
pdf linux系统移植.pdf
www.eeworm.com/read/354802/10325296
doc linux_c.doc
www.eeworm.com/read/162193/10327327
pdf linux_server.pdf
www.eeworm.com/read/425706/10335752
txt linux_hash.txt
曾经发过一贴关于标准STL中Map的使用简介。
Map虽好用,但其内部使用线性查询,成员一多就会降低查询效率。
现在介绍Hash Map,对_Key进行Hash,查询时就可以将输入的_Key进行Hash以直接定位相应的成员。
Hash Map的声明如下:
template
www.eeworm.com/read/424998/10388537
c linux_shmem.c
#include #include #include
int main () { int segment_id;
char* shared_memory;
struct shmid_ds shmbuffer;
int segment_size;
const int shared_segment_size