坦克战争之滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚 摘要:#include<iostream>#include<stdlib.h>#include<tchar.h>#include<Windows.h>#include<time.h>#include<con…… 文章列表 2022年05月20日 0 点赞 2 评论 176 浏览 评分:8.0
精品文章 各种函数的用法 摘要:今天我总结了6种c++中的常用自带函数,供大家使用。制作不易,给个高分,谢谢。(此处加以说明一下,因为有时候代码上传出错,可能会有偏差,我会尽快改正)不满一个的向上进这个函数(ceil)就是向上取整的…… 文章列表 2022年05月20日 0 点赞 0 评论 352 浏览 评分:6.0
库存贪吃蛇c++程序 摘要:#include<iostream>#include<windows.h>#include<time.h>#include<conio.h>using namespace std;// 刷新当前屏幕i…… 文章列表 2022年05月20日 0 点赞 0 评论 293 浏览 评分:9.9
网络情人节到了,表白代码 摘要:#include<cstdio>#include<windows.h>#include<cstring>#include<iostream>#include<string>#include<cmath…… 文章列表 2022年05月20日 0 点赞 0 评论 255 浏览 评分:9.9
c++小游戏(坦克大战)库存都发出来了改进版 摘要:#include<bits/stdc++.h> #include <stdio.h>#include <windows.h>#include <time.h> …… 文章列表 2022年05月20日 0 点赞 0 评论 787 浏览 评分:7.3
c++小游戏(坦克大战)库存都发出来了 摘要:#include<bits/stdc++.h> #include <stdio.h>#include <windows.h>#include <time.h> …… 文章列表 2022年05月20日 0 点赞 0 评论 468 浏览 评分:7.8
在矩阵中寻找绝对值最大的数并输出行下标、列下标 摘要:解题思路:可以使用类似冒泡排序的方法定位最大值下标#include#includeint main(){ int i,j,minh,minl,n,a[80][80]; scanf("%…… 文章列表 2022年05月19日 0 点赞 0 评论 256 浏览 评分:9.9
c++自创游戏(跑酷) 摘要:#include<bits/stdc++.h> #include<windows.h>#include<stdio.h>#include<conio.h>#include<time.h>#define…… 文章列表 2022年05月18日 0 点赞 5 评论 229 浏览 评分:6.8
vs的报错解决 摘要:在VS中微软觉得scanf这种函数存在一定的安全因素,所以在编译的时候会出现: error C4996: 'scanf': This function or variable m…… 文章列表 2022年05月17日 0 点赞 0 评论 237 浏览 评分:0.0
下面的程序将一个普通函数作为类的友元函数,求坐标点之和 摘要:输入1 2 1输出2,2,4#include<iostream>using namespace std;class point{ int X; int Y;public: static int Cou…… 文章列表 2022年05月17日 0 点赞 0 评论 296 浏览 评分:9.0