• 2023-09-141131 Subway Map
    题目:Inthebigcities,thesubwaysystemsalwayslooksocomplextothevisitors.Togiveyousomesense,thefollowingfigureshowsthemapofBeijingsubway.Nowyouaresupposedtohelppeoplewithyourcomputerskills!Giventhestartingpositionofy
  • 2023-07-27qt 只允许启动一个实例
    参考:https://blog.csdn.net/bloke_come/article/details/106319236网址里列了三种方法。本来我的程序里使用了共享内存,在windows下没问题,在中标麒麟下崩溃后无法释放共享内存,导致程序无法重新启动。后来改为了文件锁。发现文件锁这段代码只能放在main()函数中,不能封装成另一个
  • 2023-04-21L2 - 2 病毒溯源
    代码#include<iostream>#include<vector>#include<algorithm>usingnamespacestd;constintN=10010;vector<int>v[N];boolisroot[N];vector<int>path;vector<int>temppath;intans=0;voiddfs(introot,intlen){
  • 2023-01-12前端自定义cli
    WindowsPowerShell版权所有(C)MicrosoftCorporation。保留所有权利。尝试新的跨平台PowerShellhttps://aka.ms/pscore6PSC:\Users\admin>hellohelloworld在使
  • 2022-11-24pat dijkstra系列题目代码详解
    1003:1#include<bits/stdc++.h>2usingnamespacestd;3#defineintlonglong4#defineIOSios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);5const
  • 2022-11-17C# 使用原生 System.IO.Compression 实现 zip 的压缩与解压
    C#使用原生System.IO.Compression实现zip的压缩与解压 zip是一个非常常见的压缩包格式,本文主要用于说明如何使用代码文件或文件夹压缩为zip压缩包及其解压操