上一页 1 ··· 117 118 119 120 121 122 123 124 125 ··· 345 下一页
摘要: c++ 生成随机数 #include #include #include using namespace std;int main(){ int i,j; srand( (unsigned)time(NULL)); /*生成... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: #include #include #include using namespace std;int main(){ int i... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: #include #include #include using namespace std;int main(){ int i... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: #include #include using namespace std; int main (){ // 数字定义 sh... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: #include #include using namespace std; int main (){ // 数字定义 sh... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(16) 评论(0) 推荐(0)
摘要: c++ 数学运算 #include #include using namespace std; int main (){ // 数字定义 short s = 10; int i = -1000; long l... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: c++ 输入 #include using namespace std;int main(){ char name[50]; cout> name; cout <<"您是 :"<<name<<endl;} 你的名字:lg... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(13) 评论(0) 推荐(0)
摘要: c++ 输入 #include using namespace std;int main(){ char name[50]; cout> name; cout <<"您是 :"<<name<<endl;} 你的名字:lg... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: C++ 指向指针的指针(多级间接寻址) #include using namespace std; int main (){ int var; int *ptr; int **pptr; var = 30... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: C++ 指向指针的指针(多级间接寻址) #include using namespace std; int main (){ int var; int *ptr; int **pptr; var = 30... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(8) 评论(0) 推荐(0)
上一页 1 ··· 117 118 119 120 121 122 123 124 125 ··· 345 下一页