摘要:
//共享内存示例代码如下:#include #include #include #include typedef int sem_t;union semun {int val;struct semid_ds *buf;unsigned short *array;} arg;sem_t CreateS... 阅读全文
posted @ 2011-08-10 09:18
yuzaipiaofei
阅读(197)
评论(0)
推荐(0)
摘要:
//共享内存示例代码如下:#include #include #include #include typedef int sem_t;union semun {int val;struct semid_ds *buf;unsigned short *array;} arg;sem_t CreateS... 阅读全文
posted @ 2011-08-10 09:18
yuzaipiaofei
阅读(250)
评论(0)
推荐(0)
摘要:
android touch screen keyboard input移植记录 仅仅是作为记录:Andorid 的 touchscreen 事件必须要有 BTN_TOUCH 才可以。所以初始化的时候加上:tablet_dev->keybit[BIT_WORD (BTN_TOUCH)] = BIT_... 阅读全文
posted @ 2011-08-10 09:11
yuzaipiaofei
阅读(151)
评论(0)
推荐(0)
摘要:
android touch screen keyboard input移植记录 仅仅是作为记录:Andorid 的 touchscreen 事件必须要有 BTN_TOUCH 才可以。所以初始化的时候加上:tablet_dev->keybit[BIT_WORD (BTN_TOUCH)] = BIT_... 阅读全文
posted @ 2011-08-10 09:11
yuzaipiaofei
阅读(198)
评论(0)
推荐(0)
摘要:
#include #include #include #include #include #include #include void msg_show_attr(int msg_id, struct msqid_ds msg_info){int ret = -1;sleep(1);ret = ms... 阅读全文
posted @ 2011-08-10 09:02
yuzaipiaofei
阅读(191)
评论(0)
推荐(0)
摘要:
#include #include #include #include #include #include #include void msg_show_attr(int msg_id, struct msqid_ds msg_info){int ret = -1;sleep(1);ret = ms... 阅读全文
posted @ 2011-08-10 09:02
yuzaipiaofei
阅读(137)
评论(0)
推荐(0)
浙公网安备 33010602011771号