intle09笔试题目(来自WUB师兄): 1. list at least 5 kinds of IPC methods 2. list all file types and means after you run 'ls -l' to see 3. 实现 strstr() 4. 求一个unsigned里1的个数。用3种方法 5. char **a, char *a[], char a[][] 三个声明一样不? 6. gcc 加哪个选项是生成调试信息 7. linux内核的进程调1. list at least 5 kinds of IPC methods 2. list all file types and means after you run 'ls -l' to see 3. 实现 strstr() 4. 求一个unsigned里1的个数。用3种方法 5. char **a, char *a[], char a[][] 三个声明一样不? 6. gcc 加哪个选项是生成调试信息
2. list all file types and means after you run 'ls -l' to see
3. 实现 strstr()
4. 求一个unsigned里1的个数。用3种方法
5. char **a, char *a[], char a[][] 三个声明一样不?
6. gcc 加哪个选项是生成调试信息
7. linux内核的进程调度方式除了 SCHED_FIFO,还有哪两种?