摘要:
// 把十进制转换成二进制// #include <iostream>#include<stdio.h> using namespace std; void to_binary(unsigned long n); int main(){ unsigned long num; printf(("Ent 阅读全文
摘要:
#include<stdio.h>#pragma warning(disable : 4996) void display(char cr, int lines, int width); int main() { int ch; int row, col; while ((ch=getchar()) 阅读全文
摘要:
//divisors.c --使用条件运算符 #include<stdio.h>#pragma warning(disable : 4996)#define COVERAGE 350 int main() { int sq_feet; int cans; printf("Enter number o 阅读全文
摘要:
#include<iostream>#include<string.h> #include<limits.h>#include<float.h>#include<stdio.h>#pragma warning(disable : 4996) using namespace std; int main 阅读全文
摘要:
#include<iostream>#include<string.h> #include<limits.h>#include<float.h>#include<stdio.h>#pragma warning(disable : 4996) using namespace std; int main 阅读全文