发布时间:2013-12-31 11:31:14
1,字符串转整型(一)#include <stdlib.h>int atoi(const char *nptr);字符串转化为整型long atol(const char *nptr);字符串转化为长整型long long atoll(const char *nptr);long long atoq(const char *nptr);字符串转化为long long 类型英文手册很简单,直接上说明:The atoi() function converts the initial.........【阅读全文】
发布时间:2013-07-26 09:40:11
MPEG1,2,4以及他们和ISO/IEC 11172 ,13813,14496的关系
......【阅读全文】