摘要: // 程序5_1_1 WERTYU#include const char* s = "`1234567890-=QWERTYUIOP[]\\ASDFGHJKL;'ZXCVBNM,./"; //常量数组int main(void){ int i, c; while((c=getchar()... 阅读全文
posted @ 2014-08-04 20:09 颜威 阅读(145) 评论(0) 推荐(0) 编辑
摘要: // 程序4-1 组合数#include int f(int n){ int i, m = 1; for(i = 1; i #include #include int is_prime(int x) // 惯用命名{ int i, m; assert(x >= 0); //当... 阅读全文
posted @ 2014-08-04 08:40 颜威 阅读(209) 评论(0) 推荐(0) 编辑