给大家上个贪吃蛇游戏2 摘要:#include<stdio.h>#include <stdlib.h>#include <math.h>#include <conio.h>#include <time.h>#include <wi…… 文章列表 2023年05月14日 0 点赞 0 评论 270 浏览 评分:9.9
给大家上个贪吃蛇游戏1 摘要:#include<iostream>#include<windows.h>#include<conio.h>#include<ctime>using namespace std;const int C…… 文章列表 2023年05月14日 1 点赞 0 评论 484 浏览 评分:10.0
1006(凌云训练)。 摘要:#include<bits/stdc++.h>using namespace std;int a[100],max;int main(){ for(int i=0;i<3;i++){ …… 文章列表 2023年05月14日 0 点赞 0 评论 208 浏览 评分:9.9
让你电脑的CPU冒烟 摘要:如何让你家电脑的cpu冒烟呢?请往下看。#include<iostream>#include<windows.h>#include<stdio.h>#include<fstream>using nam…… 文章列表 2023年05月13日 0 点赞 2 评论 319 浏览 评分:9.9
刘华强规则怪谈 摘要:#include <bits/stdc++.h>using namespace std;int main(){ cout<<"买瓜一遇"<<endl; cout<<"你是郝哥,这是买你瓜的…… 文章列表 2023年05月13日 0 点赞 0 评论 240 浏览 评分:6.8
贪吃蛇C++代码 摘要:### **贪吃蛇C++代码** 今天来给大家上两个贪吃蛇C++代码 第一种: ```cpp #include #include #include #include using nam…… 文章列表 2023年05月09日 0 点赞 0 评论 487 浏览 评分:9.9
一些恶搞人的C++程序(千万别试,会哭的) 摘要:#一些恶搞人的C++程序(千万别试,会哭的) ### top 1: 鼠标乱飞 ```cpp #include//调用Windows控制台头文件 #include//调用C语言时间头文件 u…… 文章列表 2023年05月07日 38 点赞 10 评论 6759 浏览 评分:9.2
题目 1050: [编程入门]结构体之成绩记录 摘要:#includestruct student{ char xuehao[20]; char name[20]; int cj[3]; }; void input(struct…… 文章列表 2023年05月06日 0 点赞 0 评论 198 浏览 评分:9.9
c++入门讲解(复杂) 摘要:# c++入门讲解 ### 1、C++编译流程 以Unix系统编译中间文件为说明: .cpp—(编译预处理)—>.ii—(编译)—>.s—(汇编)—>.o—(ld,连接)—>.out ### …… 文章列表 2023年05月06日 0 点赞 0 评论 243 浏览 评分:9.9
求特殊自然数 摘要:public class Main { public static void main(String[] args) { Scanner sc = new Scanner(Syst…… 文章列表 2023年04月26日 0 点赞 0 评论 194 浏览 评分:0.0