自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (11)
  • 问答 (1)
  • 收藏
  • 关注

原创 走迷宫.cpp

废话不多说,直接上代码。#include <iostream>#include <cstdlib> //标准库#include <unistd.h> //延时函数#include <stdio.h> //getchar#include <ctime> //终端设置#define MAX_X 20#define MAX_Y 30bool flag = false;bool slow = false;bool aut

2020-07-04 19:42:25 358

原创 简易五子棋.cpp

我又来了,代码出炉。#include <stdlib.h>#include <stdio.h> #include <conio.h> #include <string.h> //操作方法 ! 操作方法 !操作方法 :箭头上下左右 :移动 空格键 :落子 #define MAXIMUS 15 //定义棋盘大小int p[MAXIMUS][MAXIMUS];//存储对局信息char buff[MAXIMUS*2+1][MAXIMU

2020-07-03 14:45:47 344

原创 贪吃蛇.cpp

之前写了一篇c++的博客,感觉阅读量不错嘛(嘿嘿嘿)!今天我又来写了,希望大家喜欢。#include<iostream>#include<windows.h>#include<conio.h>#include<cstdio>#include<time.h>using namespace std;struct node{ int x,y;};node s[110],food,tail;//s是蛇的身体的坐标 food是食物坐标

2020-07-02 18:36:09 210

原创 打飞机.cpp

#include <stdio.h> #include <stdlib.h> #include <stdio.h> #include <conio.h> #include <stdlib.h> #include <time.h> #define N 35void print(int [][N]);//输出函数void movebul(int [][N]);//子弹移动函数void movepla(int [][N].

2020-07-01 20:01:49 971

原创 密码认证程序.vbs

dim a,ss=0const pass=“xxxx” ’ 自己填doa=inputbox(“请输入密码”)if a=pass thenmsgbox"认证成功"exit doelseif s=10 thenmsgbox"已经达到认证上限,认证程序关闭"exit doelses=s+1msgbox"认证出错,请检查密码"end ifend ifloop...

2020-06-30 19:25:32 589

原创 时间判断.vbs

Digital=timehours=Hour(Digital)minutes=Minute(Digital)seconds=Second(Digital)if (hours<6) thendn=“凌辰了,还没睡啊?”end ifif (hours>=6) thendn=“早上好!”end ifif (hours>12) thendn=“下午好!”end ifif (hours>18) thendn=“晚上好!”end ifif (hours>22

2020-06-30 19:19:05 856

原创 查天气vbs

vbs查天气’ 调用ie,并打开百度set ie = WScript.CreateObject(“InternetExplorer.Application”)With ie.Navigate “http://www.baidu.com/”.Visible = TrueEnd With’ 等页面载入完整再进行下一步DoWscript.Sleep 2000Loop Until ie.readyState = 4 ’ 查询天气Set kw = ie.Document.getElem

2020-06-20 08:59:21 189

猜数.........py

猜数.........py

2021-08-15

掷色子.........py

和电脑掷色子

2021-08-15

爬虫.......py

爬虫.......py

2021-08-15

简单的登录系统..py

简单的登录系统..py

2021-08-15

石头...剪刀..布.py

石头...剪刀..布.py

2021-08-15

..俄罗斯方块.cpp

..俄罗斯方块.cpp

2021-08-03

判断质数..2.cpp

判断质数..2.cpp

2021-08-03

求一个整数有几位.cpp

求一个整数有几位.cpp

2021-08-03

将密码变为星号.cpp

将密码变为星号.cpp

2021-08-03

获取日期、时间.cpp

获取日期、时间.cpp

2021-08-03

10个数排序.cpp.

10个数排序.cpp.

2021-08-03

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除