• 2024-03-14[USACO | Python] 201602B2 Circular Barn
    作为当代建筑的粉丝,农民约翰(John)建造了一个完美圆形的新谷仓。在里面,谷仓由n环组成房间,从1…n的顺时针方向编号。房间的有n个(1<=n<=1000)。每一间房间都有三扇门,两扇分别通往临近的房间,一扇通往谷仓的外面。FarmerJohn想要有准确的ri头牛在房间r中(1<=ri<=100),他
  • 2023-11-15记一次爬虫实战
    记一次爬虫实战记一次爬虫实战,以爬取我最近在看的小说《不可名状的日记簿》为例。先找到一个合适的网站https://www.qbtxt.co/93_93964/。用的是https协议,socket什么的太麻烦了,直接用python的requests库。写一个封装好的python程序,作用是爬取request.txt中网址的内容到respon
  • 2023-09-29造数据
    title:造数据?拿脚造!toc:truetags:技巧cover:image/trick.pngabbrlink:24146date:2023-09-0821:24:38造数据方法大全在一切的一切开始之前优质的随机数?rand()#include<chrono>#include<random>mt19937_64rnd(chrono::steady_clock::now().time_since_epoch().
  • 2023-01-05caffe 保存blob值到txt,方便查看和pytorch比较
    在blob.hpp添加函数:voidsave_data_to_txt(conststringpath_txt,boolb_save_shape=true){std::ofstreamfOut(path_txt);if(!fOut)
  • 2022-12-27实验6 文件应用编程
    实验四#include<stdio.h>intmain(){charch;FILE*fp;fp=fopen("data3.txt","r");if(fp==NULL){printf("failtoopen
  • 2022-10-20stream
    template<intP>structmod_int{ usingZ=mod_int; staticintmo(intx){returnx<0?x+P:x;} intx; intval()const{returnx;} mod_int():x(0){} template<class
  • 2022-08-29修改eclipse模型的深度
    #include<iostream>#include<fstream>usingnamespacestd;/*eclgridfileformatcoord....../zcorn..../*/intmain(intargc,char*argv[]){ifstrea