08 2021 档案

自然数与质数做商结果的探究
摘要:#include <iostream> #include <cmath> #include <fstream> using namespace std; /* run this program using the console pauser or add your own getch, syste 阅读全文

posted @ 2021-08-21 14:16 飞凤颖悟绝伦 阅读(176) 评论(0) 推荐(0)

生日礼物网页Javascript版本与锚点版本
摘要:<style> #dv1{ width:60px; height:36px; margin:0 auto; background-color:orange; display:none; } #dv2{ width:120px; height:62px; margin:0 auto; backgrou 阅读全文

posted @ 2021-08-19 10:19 飞凤颖悟绝伦 阅读(154) 评论(0) 推荐(0)

写学习abcde的简单AI(C++实现)
摘要:#include <iostream> #include <time.h> #include <stdlib.h> #include <cmath> using namespace std; #define random(a,b) (rand() % (b-a+1))+ a /* run this 阅读全文

posted @ 2021-08-09 17:22 飞凤颖悟绝伦 阅读(334) 评论(0) 推荐(0)

舌头算法的C++实现
摘要:观察生活,我们不难发现,吃饭的时候,有时候左边的东西会到右边来,这是为什么呢?就是舌头的作用了。 下面的代码将模拟舌头的运动: #include <iostream> #include <cstdlib> #include <time.h> #define random(a,b) (rand()%( 阅读全文

posted @ 2021-08-05 12:02 飞凤颖悟绝伦 阅读(79) 评论(0) 推荐(0)

如何用程序随机出游戏王180张不重复的卡片
摘要:首先,我们要下载ygopro,进入到里面的pics目录。 可以看到这里的卡片是用编号命名的,我们的目的是要弄到图片的编号,因为有编号就能通过编号查到那张卡。 我们新建一个txt文档,输入如下代码: dir /a-d /b>scr.txt echo Topbook 文件名已导出! pause 然后把该 阅读全文

posted @ 2021-08-01 06:42 飞凤颖悟绝伦 阅读(333) 评论(0) 推荐(0)

导航