Related Posts:
[LXDE] PCMAN speech !-- -- Open Hub Code Search Search over 20 billion lines of code grepcode… Read More
[C] print a list of mounted filesystems /* ch08-mounted.c --- print a list of mounted filesystems */ /* NOTE: GNU/Linux specific! */ #include <stdio.h> #include <errno.h> #inc… Read More
[Flash] AI-PAI 980N - beep sound setting press num1 botton for appearing 2 Num3 - Press up and down to switch to 14 Num4 - Press right and left to switch from 0 to 1 Wait for 2 seco… Read More
[C] Scan a directory for matching entries #define _SVID_SOURCE /* print files in current directory in reverse order */ #include <dirent.h> int main(void) { struct dirent **namelist… Read More
[C] Quick Sort #include <stdio.h> #include <stdlib.h> int values[] = { 88, 56, 100, 2, 25 }; int cmpfunc (const void * a, const void * b) { return … Read More
0 意見:
張貼留言