• 2024-04-11DIC case study:DIC技术在渔业捕鱼效率方面的提升
    DICcase study:AfisheryresearchinstituteusesDICtechnologytoimprovefishingnetfishingefficiencyDoyouknowhowfishingnetscatchfish?Whatfactorsaffecttheefficiencyoftrawling?Howdotheshapeandtrajectoryofthetrawlchangeduring
  • 2023-10-31Ocean trash
        Theoceansareanessentialpartofourplanet,coveringover70%ofitssurfaceandprovidingahometomillionsofmarinespecies.Theyalsoplayacrucialroleinregulatingourclimateandprovidinguswithresourcessuchasfood,energy,andm
  • 2023-08-22javascript判断字符串中是否包含某个字符串
    使用Math与RegExp结合Let gameName="AFGA捕鱼";if(gameName.match(RegExp("捕鱼"))){      letfishing=obj.data.gameData.fishing;      console.log(fishing);    }参考地址:https://www.php.cn/faq/473880.html
  • 2023-06-08fishing
    点击查看代码#include<bits/stdc++.h>usingnamespacestd;#defineintlonglongintn;constintN=1e3+7;intfish[N],offf[N],st[N],t[N],maxtime[N];intendt;intf[N][N],dp[N][N];signedmain(){ freopen("fishing.in","r",stdin); freo
  • 2023-04-07UVA - 757 Gone Fishing 贪心+枚举
    题目大意:有n个湖泊,每个湖泊最初的5分钟能钓到f条鱼,每五分钟减少d条鱼,鱼的数目不能小于d也不能为负数,求在h小时能钓到的鱼的最大数目和在每个池塘带了多少分钟解题思路:一个个枚举,如果用总时间减去到达另一个湖泊的时间的话,就表示它可以在两个湖泊随意行走了,然后在这些时间找到优解,并
  • 2023-02-07鱼塘钓鱼(fishing)
    鱼塘钓鱼(fishing)时间限制:1000ms      内存限制:65536KB提交数:149   通过数:81 三种做法:纯贪心做法堆维护DP【题目描述】有N个鱼塘排成一排(N<100),每个
  • 2022-11-19Fishing
    ProblemStatementOnanumberline,thereare$N$fishswimming.Fish$i$,whichhasaweightof$W_i$,isatthecoordinate$X_i$attime$0$andmovesatas
  • 2022-10-24[abc274F] Fishing 题解
    比较有趣的用点思维的题。在学校和DYS一起推出来的题,庆祝AT复活写个题解。感觉用无序列表列出自己思绪的过程很简洁扼要,但是行文节奏过快。介于我想重现自己今天上午