小程序
小程序
饼干369
一个外号饼干369的即将高中的学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【c++】学生管理系统1.0
按照网友要求,我做了一个学生管理系统花了好几天(主要是因为构思和做其他事情花了一些时间)#undef UNICODE#undef _UNICODE#include<iostream>#include<iomanip>#include<string>#include<cstdlib>#include<ctime>#include<windows.h>#include<conio.h>#incl.原创 2021-11-13 15:44:57 · 626 阅读 · 5 评论 -
【c++】人机对打
前言最近学习了一下多线程的知识做了这个人机对打小程序代码#include<iostream>#include<ctime>#include<cstdlib>#include<windows.h>#include<thread>#include<conio.h>using namespace std;long long n1,n2;bool f1=1,f2=1;void t1(){ for(long原创 2021-11-03 13:07:17 · 1033 阅读 · 1 评论 -
【python】乱画的小海龟1.1
修改了海龟出地图外不回来的BUG使海龟会回家import turtleimport randoms = turtle.Pen()s.shape("turtle")s.pd()i = 1while 1: if i % 20 == 0: s.home() rand = int(random.randrange(0,180)) fx = int(random.randrange(1,2)) jl = int(random.randrange(3原创 2021-10-10 08:12:11 · 277 阅读 · 0 评论 -
【python】乱画的小海龟1.0
《乱画的小海龟》用的是海龟绘图模块代码很少import turtleimport randoms = turtle.Pen()s.shape("turtle")s.pd()i = 1while 1: if i % 20 == 0: s.home() rand = int(random.randrange(0,180)) fx = int(random.randrange(1,2)) jl = int(random.randrange(30原创 2021-10-09 18:04:51 · 286 阅读 · 0 评论 -
【c++】计算器1.0
这是大约10个月前,我做的一个小程序#include<iostream>#include<string>#include<iomanip>using namespace std;void gs(long long h,long long l,string z){ for(long long i=1;i<=h;i++) { cout<<endl; } cout<<setw(l)<<z;}long原创 2021-10-05 07:40:51 · 282 阅读 · 0 评论 -
【c++】饼干网址大全2.0
我添加了,查看网址的功能#include<bits/stdc++.h>#include<windows.h>#include<conio.h>using namespace std;long long sd=5;bool f=1;//void hy();void zj();void zy();void srwz();void ckwz();void ckwz1();void ckwz2();void ckwz3();//strin原创 2021-09-11 13:24:35 · 428 阅读 · 13 评论 -
【c++】饼干网址大全1.0
目录前言功能代码前言最近看360浏览器有个网址大全,我馋的要死,就自己做了一个,盗版饼干网址大全,功能有点弱,只有输入网址的功能。。。后期我会把功能补上代码#include<bits/stdc++.h>#include<windows.h>#include<conio.h>using namespace std;long long sd=5;bool f=1;//void hy();void zj(原创 2021-09-10 19:05:53 · 5403 阅读 · 7 评论
分享