摘要:
//共享内存示例代码如下:#include #include #include #include typedef int sem_t;union semun {int val;struct semid_ds *buf;unsigned short *array;} arg;sem_t CreateS... 阅读全文
摘要:
//共享内存示例代码如下:#include #include #include #include typedef int sem_t;union semun {int val;struct semid_ds *buf;unsigned short *array;} arg;sem_t CreateS... 阅读全文
摘要:
android touch screen keyboard input移植记录 仅仅是作为记录:Andorid 的 touchscreen 事件必须要有 BTN_TOUCH 才可以。所以初始化的时候加上:tablet_dev->keybit[BIT_WORD (BTN_TOUCH)] = BIT_... 阅读全文
摘要:
android touch screen keyboard input移植记录 仅仅是作为记录:Andorid 的 touchscreen 事件必须要有 BTN_TOUCH 才可以。所以初始化的时候加上:tablet_dev->keybit[BIT_WORD (BTN_TOUCH)] = BIT_... 阅读全文
摘要:
#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... 阅读全文
摘要:
#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... 阅读全文