坦克战争之滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚 摘要:#include<iostream>#include<stdlib.h>#include<tchar.h>#include<Windows.h>#include<time.h>#include<con…… 文章列表 2022年05月20日 0 点赞 2 评论 177 浏览 评分:8.0
1002:怎样求三个数的最大值 摘要:先看题:题目让我们编一个输入三个数,然后输出三个数最大值的程序#include<iostream> //控制输入输出的头文件using namespace std; //命名空间int mai…… 文章列表 2022年06月25日 0 点赞 0 评论 204 浏览 评分:8.0
精品文章 论递归:编程中的一座大山 摘要:相信学编程一年到一年半的学员一定接触了递归,这是一个非常困难的知识点,几乎可以称作“学编程时遇到的一座大山”。但是如果你学完递归后想一想,也许会发现递归很简单首先,递归到底是什么?不要把递归想成特别困…… 文章列表 2022年09月09日 0 点赞 1 评论 315 浏览 评分:8.0
用math.h处理立方运算 摘要:#include<stdio.h> #include<math.h> int main(void) { int number, a, b, c; for (number = 100; …… 文章列表 2022年11月05日 0 点赞 0 评论 139 浏览 评分:8.0
C语言课后习题8.4 摘要:/* 有n个整数,使前面各数顺序向后移m个位置, 最后m个数变成最前面m个数, 写一函数实现以上功能,在 主函数中输人n个整数和输出调整后的n个数 */ #include<st…… 文章列表 2022年11月23日 0 点赞 0 评论 96 浏览 评分:8.0
C语言小代码 摘要:/* 将一个5x5的矩阵中最大的元素放在中心, 4个角分别放4个最小的元素(顺序为从左到右,从上到下依次从小到大存放), 写一函数实现之。用main函数调用 */ #include …… 文章列表 2022年11月24日 0 点赞 0 评论 135 浏览 评分:8.0
我写什么呢? 摘要:我一直在想我写什么呢?于是我写了:我一直在想我写什么呢?所以我已经写了:我一直在想我写什么呢?于是我写了:我一直在想我写什么呢?所以我已经写了:我一直在想我写什么呢?于是我写了:我一直在想我写什么呢?…… 文章列表 2023年04月01日 0 点赞 3 评论 171 浏览 评分:8.0
来运行这串代码我做得对不对 摘要:#include <bits/stdc++.h>using namespace std;int main(){ int a=99; bool b=1; while(b) { …… 文章列表 2023年04月01日 0 点赞 1 评论 366 浏览 评分:8.0
Eclipse常用快捷键 摘要:# Eclipse常用快捷键 | 编号 | 快捷键 | 快捷键功能 | | ------------ | ------------ | ------------ | | 1 | Al…… 文章列表 2023年04月06日 0 点赞 0 评论 219 浏览 评分:8.0
今天日坤(蛮♀有趣的)2 摘要:2023年4月22日15点30分接上回我们全班都嗝屁了,于是。。。。。。啥事也没发生2023年4月22日15点01分???时间又变了!我寄到了!!一定是我同桌用了粑粑魔法把大家复活了2023年4月22…… 文章列表 2023年04月22日 0 点赞 0 评论 209 浏览 评分:8.0