• 2024-05-19Narrative writing revision
    ThestoryIchose:Goodorbad?Thepointofviewofthestory:ThethirdpointofviewThepointofviewofmystory:Thefirstpointofview.Script:Longago,mysonandIlivedinafarawaytownneartheChineseborder.Wefarmedthelandandlivedamost
  • 2024-05-18Narrative writing revision
    ABlessinginDisguiseI’manoldmanlivedinaremotetownneartheChineseborderwithmysonintheWarringStatesTimes.Initially,wefarmedthelandwhilelivingaprettypeacefullife.Onenight,therewasaterriblestormwhilethewindswhistlin
  • 2024-05-11Good or bad?
    ThestoryIchose:Goodorbad?Thepointofviewofthestory:ThethirdpointofviewThepointofviewofmystory:Thefirstpointofview.Script:Longago,mysonandIlivedinafarawaytownneartheChineseborder.Wefarmedthelandandlivedamost
  • 2023-10-18利用 pandas 自动合并 excel 单元格
    代码比较简洁df=pd.DataFrame({"animal":("horse","horse","dog","dog"),"color":("black","white","grey","black"),"name&qu
  • 2023-07-17Learning hard C#学习笔记——读书笔记 03
    C#是面向对象的语言,每次到这里就会有一个问题,什么是对象,其实一句话就可以解释,那就是——万物皆是对象,这句话就像“如来”一样抽象,其实,我们无须在这上面耗费太大的精力,我们随着学习的深入,对象的概念自然会深入到脑海中所有面向对象的编程语言都有以下三个基础特征封装——把客
  • 2023-05-25打卡22
    #include<iostream>usingnamespacestd;classHorse{public:Horse(){cout<<"Horse申请了空间..."<<endl;}virtualvoidFly(){cout<<"Justahorse."<<endl;}virtual~Hors
  • 2023-05-24每日打卡-31
    一.问题描述已知Horse类是Pegasus类的父类,根据以下主函数完善程序内容,以实现规定的输出。不允许改变主函数的内容。intmain(){Horse*p1=newHorse;//输出:Horse申请了空间...Horse*p2=newPegasus;/*输出两行:Horse申
  • 2023-05-242023.5.24
     1#include<iostream>2#include<iomanip>3usingnamespacestd;4classHorse5{6public:7Horse()8{9cout<<"Horse申请了空间..."<<endl;10}11virtual~Horse()12{13
  • 2023-05-242023.5.24编程一小时打卡
    一、问题描述:已知Horse类是Pegasus类的父类,根据以下主函数完善程序内容,以实现规定的输出。不允许改变主函数的内容。intmain(){Horse*p1=newHorse;//输出:Horse申请了空间...Horse*p2=newPegasus;/*输出两行:Horse申
  • 2023-05-23马会飞
    #include<iostream>usingnamespacestd;classHorse{ public: Horse(){ cout<<"Horse申请了空间..."<<endl; } virtualvoidFly(){ cout<<"Justahorse."<<endl; } virtual~Horse(){ cout<<"Horse释
  • 2023-03-23机器学习算法(三):基于horse-colic数据的KNN近邻(k-nearest neighbors)预测分类
    机器学习算法(三):基于horse-colic数据的KNN近邻(k-nearestneighbors)预测分类项目链接参考:https://www.heywhale.com/home/column/64141d6b1c8c8b518ba97dcc1KNN的介绍和
  • 2023-02-09目前已发随笔目录
    目录前言模板部分之后会逐渐补全知识点转为学习算法学习部分当多了之后会再分类算法学习八大算法基础思想最小生成树剪枝数论分块单调队列质数筛法积性函数及
  • 2023-01-19洛谷 P1002 [NOIP2002 普及组] 过河卒
    P1002[NOIP2002普及组]过河卒#include<stdio.h>#include<stdlib.h>#include<string.h>intmain(){intHorse_y[8]={2,1,-1,-2,-2,-1,1,2};
  • 2022-12-28POJ 2287 Tian Ji -- The Horse Racing(贪心 记忆化搜索)
    POJ2287TianJi--TheHorseRacing题意​ 田忌赛马的故事,相信大家都知道,不多赘述。田忌和国王各有n匹马,每匹马都有一个能力值,两匹马赛跑的话,能力值高者胜。田忌每
  • 2022-12-08CTF新手入门(变量覆盖)
    变量覆盖顾名思义:可以改一个值去覆盖这个变量,我们可以利用它做些什么一般会考:Extract() Parse_str() 什么是Extract()?我帮你百度了一下:PHPextract()函数从数
  • 2022-11-21hdoj 1052 Tian Ji -- The Horse Racing
    TianJi--TheHorseRacingTimeLimit:2000/1000MS(Java/Others)  MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):24
  • 2022-10-06题目的解法(思路正确但是时间复杂度过高的错误解法)
    前言:仅为了纪念那个不甘的心(悲)1.P1002[NOIP2002普及组]过河卒(洛谷)#include<stdio.h>#include<iostream>usingnamespacestd;intans;//答案intx_end,y_end
  • 2022-08-15POJ2287 Tian Ji -- The Horse Racing
    题目链接题目DescriptionHereisafamousstoryinChinesehistory.Thatwasabout2300yearsago.GeneralTianJiwasahighofficialinthecountryQi.He