首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏ACM算法日常

    海战(线段树)- HDU 4027

    You are asked to answer the queries that the sum of the endurance of a consecutive part of the battleship (1 <= N <= 100000) The second line contains N integers Ei, indicating the endurance value of each battleship secret weapon, which will decrease the endurance value of the battleships between the X-th and Y-th battleship The T=1 denoting the query of the commander which ask for the sum of the endurance value of the battleship

    68020发布于 2018-08-07
  • 来自专栏Java成长之路

    枚举enum基本特性

    如下所示: public enum SpaceShip { SCOUT, CARGO, TRANSPORT, CRUISER, BATTLESHIP, MOTHERSHIP; public String SpaceShip s : values()) { System.out.println(s); } } } /* Output: Scout Cargo Transport Cruiser Battleship

    70910发布于 2018-09-29
  • 来自专栏cs50

    CS50_week3 Algorithms

    #include <cs50.h>#include <stdio.h>int main(void){ string strings[] = {"battleship", "boot", "cannon

    13110编辑于 2024-09-06
  • WW2文本分析:基于规则的军事命名实体识别

    MOUNTAIN_DIVISION(山地师)事件(军事)BATTLE(战役)OPERATION(军事行动)地点(大屠杀相关)CAMP(集中营)GHETTO(隔都)载具(美国)AMPHIBIOUS_VESSEL(两栖舰艇)BATTLESHIP

    10710编辑于 2026-03-17
  • 来自专栏量子位

    纽约大学的好奇AI特别会提问,桌游玩得比人还666

    Technology Review原文:https://www.technologyreview.com/s/609507/this-inquisitive-ai-will-kick-your-butt-at-battleship

    76940发布于 2018-03-23
  • 来自专栏小L的魔法馆

    POJ 3528--Ultimate Weapon(三维凸包)

    battleships.(1 ≤ N ≤ 500) Following N lines each contains three integers presenting the position of one battleship

    60520发布于 2019-02-20
  • 来自专栏DeepHub IMBA

    使用Llama.cpp在CPU上快速的运行LLM

    Visitors can see the USS Arizona Memorial, a memorial that sits above the sunken battleship USS Arizona

    3.4K31编辑于 2023-08-30
  • 来自专栏FPGA技术江湖

    PCB的历史

    A battleship lost in the attack on Pearl Harbor. Because of this failure, the U.S.

    1.5K10发布于 2020-12-30
  • 来自专栏四火的唠叨

    LeetCode 题目解答—— 第 416 到 460 题

    【解答】要数有多少 battleship,并且要求使用 O(1) 的空间复杂度,还不能修改 board 上的数值。 一行一行遍历,每一行中从左往右遍历。 对于每一个点,如果左侧和上方都不是 X,那就认为这是一艘新的 battleship

    1.2K10编辑于 2022-07-19
  • 来自专栏绿盟科技研究通讯

    打好人工智能战争 —— 未来智能化战争之作战构想(中)

    WilliamWilliamson.从战舰到国际象棋.USNI学报,146/7/1,409,2020年7月.https://www.usni.org/magazines/proceedings/2020/july/battleship-chess

    2.9K10发布于 2021-09-27
领券