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

    CF878E Numbers on the blackboard

    CF878E Numbers on the blackboard 题目链接:CF878E 给出 n 个数字,每次询问一个区间 [l,r],对这个区间内部的点进行操作。

    88110编辑于 2022-09-19
  • 来自专栏数据结构与算法

    Makoto and a Blackboard(期望dp)

    首先考虑当\(n = p^x\),其中\(p\)是质数,显然它的因子只有\(1, p, p^2, \dots p^x\)(最多logn个)

    45430发布于 2019-01-30
  • 来自专栏信安百科

    关于CVE-2022-35650的分析

    /format.php +++ b/question/format/blackboard_six/format.php @@ -152,7 +152,8 @@ class qformat_blackboard_six 以上代码负责导入Question bank中 blackboard 类型。 https://docs.moodle.org/310/en/Question_bank ... 该代码将创建一个临时目录并将blackboard archive提取到其中,然后imsmanifest.xml从中读取文件。 在 qformat_blackboard_six 类的 readquestions 函数中,它将调用 qformat_blackboard_six_base 类的 set_filebase 函数,所以让我们看看 为了达到这个功能,我们必须将资源元素中的文件属性设置为一个有效的blackboard pool xml 文件,希望我们可以在测试目录中找到一个样本 fixtures/sample_blackboard_pool.dat

    91230编辑于 2023-10-02
  • 来自专栏逍遥剑客的游戏开发

    UE4学习笔记(七): AI

    另外, UE3中更多的是依赖脚本中的内建状态机(state)进行AI行为控制, UE4则引入了BehaviourTree 基本的运作思路是: AIController里在Blackboard中记录一些数据状态什么的 , 然后运行一个BehaviourTree, BT中的各个结点根据相关条件控制流程分支, 运行相应的Task 基中有几个概念: Blackboard: 保存了AIController实例及BT所需要的数据 Task: 传统BT概念中的Leaf结点, 就是实际要做的事情 Decorator: 可能叫"conditional"(条件)更好理解一些, 就是相当于if(xxx){} Service: 通常是跟Blackboard Blackboard的应用是一个亮点, 数据交互和状态管理方便多了. 由于在BP中可以用事件的方式触发BT, 相对于传统的BT性能也会好一些.

    1.1K60发布于 2018-05-21
  • 来自专栏用户10004205的专栏

    Unity 导入原神人物模型

    /pjdkx/ 三、https://ys.biligame.com/beyel 四、https://ys.biligame.com/ysl 五、https://www.bilibili.com/blackboard /activity-raop07Ymhm.html 六、https://www.bilibili.com/blackboard/activity-kiOl0D1nF8.html 七、https:// www.bilibili.com/blackboard/activity-btLCSzTTsK.html 通过以上地址下载的模型文件均为.pmx文件格式,而Unity中需要.fbx格式文件,

    3K10编辑于 2022-08-29
  • 来自专栏机器人课程与技术

    ROS2机器人编程简述humble-第三章-COMPUTATION GRAPH .2

    get_package_share_directory("br2_bt_bumpgo"); std::string xml_file = pkgpath + "/behavior_tree_xml/bumpgo.xml"; auto blackboard = BT::Blackboard::create(); blackboard->set("node", node); BT::Tree tree = factory.createTreeFromFile (xml_file, blackboard); auto publisher_zmq = std::make_shared<BT::PublisherZMQ>(tree, 10, 1666, 1667 xml_tag_name, const BT::NodeConfiguration & conf) : BT::ConditionNode(xml_tag_name, conf) { config().blackboard

    89920编辑于 2023-02-10
  • 【CodeForces】222A - Shooshuns and Sequence(思维)

    output standard output One day shooshuns found a sequence of n integers, written on a blackboard Output Print the minimum number of operations, required for all numbers on the blackboard to become 3 1 3 1 1 output -1 Note In the first test case after the first operation the blackboard

    24210编辑于 2025-08-26
  • 来自专栏Golang语言社区

    行为树behavior3go介绍

    data.Root] 22} 23 24// BehaviorTree::Tick 执行一次行为树 25func (this *BehaviorTree) Tick(target interface{}, blackboard *Blackboard) b3.Status { 26 27 ... 28 29 /* TICK NODE */ 30 var state = this.root. _execute(tick) 31 32 ... 33 34 return state 35} BevTreeConfig 配置类,读取json文件 Blackboard 一颗行为树共享数据的地方 Tick 通过该类对象可以获取 BehaviorTree、Blackboard等对象引用 BaseNode、BaseNodeWorker 行为树节点基类 每个节点执行tick()时,会返回一个状态值

    3.5K40发布于 2018-07-26
  • 《人工智能导论》第 9 章 智能体与多智能体系统详解

    = None # 黑板引用 def set_blackboard(self, blackboard): """设置黑板引用""" self.blackboard = blackboard def contribute_data(self, key, value): """向黑板贡献数据""" if self.blackboard : self.blackboard.write_data(key, value, self.agent_id) def create_task( self, task_description): """创建任务""" if self.blackboard: self.blackboard.add_task (blackboard) analysis_agent.set_blackboard(blackboard) report_agent.set_blackboard(blackboard

    21810编辑于 2026-01-21
  • 来自专栏呆呆敲代码的小Y 公众号

    游戏实战篇|原神人物模型下载教程,并在Unity中给模型 添加动画【伯嫖最新原神所有人物模型】

    第三期模型 https://ys.biligame.com/beyel 第四期模型 https://ys.biligame.com/ysl 第五期模型 https://www.bilibili.com/blackboard /activity-raop07Ymhm.html 第六期模型 https://www.bilibili.com/blackboard/activity-kiOl0D1nF8.html 第七期模型 https ://www.bilibili.com/blackboard/activity-btLCSzTTsK.html 第八期模型 https://www.bilibili.com/blackboard/genshin -1st-anniversary.html 第九期模型 https://www.bilibili.com/blackboard/activity-aEe0qbEc8N.html 第十期模型 https: //www.bilibili.com/blackboard/activity-8Zdc2qDY6R.html 十一期模型 https://www.bilibili.com/blackboard/activity

    45K229编辑于 2022-05-30
  • 来自专栏生信小驿站

    R语言之可视化(30)扫地僧easystats(1)

    用途2提供新的图形主题 see包总共提供了modern、lucid、blackboard、abyss等四类主题。 Blackboard library(rstanarm) library(modelbased) dat <- rstanarm::stan_glm(Sepal.Width ~ poly(Petal.Length 0.05) + scale_x_continuous(expand = c(0, 0)) + scale_y_continuous(expand = c(0, 0)) p + theme_blackboard

    1.2K10发布于 2020-05-04
  • 来自专栏全栈程序员必看

    Codeforces Round #274 (Div. 2) –A Expression

    On the last class the teacher wrote three positive integers a, b, c on the blackboard. Let’s consider an example: assume that the teacher wrote numbers 1, 2 and 3 on the blackboard.

    36810编辑于 2022-07-06
  • 来自专栏机器人课程与技术

    ROS2编程基础课程--arguments

    As an example, save the following as demo_params.yaml: 例如,将以下内容另存为demo_params.yaml: parameter_blackboard some_doubles : [3.14, 2.718] Then run the following: 然后运行以下命令: ros2 run demo_nodes_cpp parameter_blackboard will be able to retrieve the parameter values, e.g.: 其他节点将能够检索参数值,例如: $ ros2 param list parameter_blackboard

    1.4K51发布于 2019-09-19
  • 来自专栏DeepHub IMBA

    AI智能体开发实战:17种核心架构模式详解与Python代码实现

    console.print("--- 控制器分析黑板状态... ---") blackboard_content = "\n\n".join(state['blackboard']) if = "\n".join(state['blackboard']) if state['blackboard'] else "黑板为空" prompt = f"""你是{expertise ": state['blackboard'] + [new_entry]} return expert_node 构建黑板系统: blackboard_graph = StateGraph (BlackboardState) # 添加控制器 blackboard_graph.add_node("controller", blackboard_controller_node) (agent, "controller") blackboard_app = blackboard_graph.compile() 测试黑板系统: complex_analysis_request

    1.4K10编辑于 2025-11-15
  • 来自专栏AI研习社

    实时识别字母:深度学习和 OpenCV 应用搭建实用教程

    然后创建一个字母字典,使用 blueLower 和 blueUpper 边界来检测蓝色瓶盖,Kernal 沿着路径做平滑操作,使用空的 blackboard 将文字储存为白色(就像 EMNIST 数据集中的字母表 在 frame 和 blackboard 上显示此图形。一个用于外部显示另一个用于将其传递给模型。 步骤 5:重构绘制并将其传递给模型 一旦用户完成绘制,我们将获取之前存储的点连接起来,将它们放在 blackboard 上并将其传递给模型。 ? 取出 blackboard 图像再做一次快速轮廓搜索(涂掉后再显示)。一旦找到,通过切割来调整使满足我们构建模型的输入尺寸要求,即 28×28 像素,并把它传递给两个模型!

    2K10发布于 2018-08-16
  • 来自专栏泽泽社

    使用更干净的哔哩哔哩iframe播放器

    frameborder="no" framespacing="0" allowfullscreen="true"> </iframe> 变成成 <iframe src="//www.bilibili.com/<em>blackboard</em> framespacing="0" allowfullscreen="true"> </iframe> 就是//player.bilibili.com/player.html换成了//www.bilibili.com/blackboard

    6.7K21编辑于 2023-04-17
  • 来自专栏授客的专栏

    Vue 基于vue-codemirror实现的代码编辑器

    目前仅支持支持json, sql, javascript,css,xml, html,yaml, markdown, python编辑模式,默认为 json 2、 支持使用不同主题 支持62种主题,默认为 blackboard codemirror> </template> <script> import { codemirror } from "vue-codemirror"; import "codemirror/theme/blackboard.css "blackboard" : this.cmTheme, mode: ! "blackboard" : this.cmTheme; require("codemirror/theme/" + theme + ".css"); "base16-dark", "base16-light", "bespin", "blackboard

    12.7K50发布于 2020-07-15
  • 来自专栏苏生不惑

    2019 各大 APP 年度报告整理

    b站个人数据报告 https://www.bilibili.com/blackboard/timemachine2019.html ,pc上就能看。 ? ? 还有2019年度百大UP主名单 https://www.bilibili.com/blackboard/activity-BPU2019.html ?

    1.4K20发布于 2020-02-14
  • 来自专栏麒思妙想

    我也能写数据库 —— UDF

    org.apache.calcite.sql2rel.SqlNodeToRexConverterImpl.convertCall(SqlNodeToRexConverterImpl.java:63) at org.apache.calcite.sql2rel.SqlToRelConverter$Blackboard.visit (SqlToRelConverter.java:4670) at org.apache.calcite.sql2rel.SqlToRelConverter$Blackboard.visit(SqlToRelConverter.java org.apache.calcite.sql.SqlCall.accept(SqlCall.java:138) at org.apache.calcite.sql2rel.SqlToRelConverter$Blackboard.convertExpression (SqlToRelConverter.java:4659) at org.apache.calcite.sql2rel.SqlToRelConverter$Blackboard.visit(SqlToRelConverter.java org.apache.calcite.sql.SqlLiteral.accept(SqlLiteral.java:532) at org.apache.calcite.sql2rel.SqlToRelConverter$Blackboard.convertExpression

    1.7K50发布于 2020-07-10
  • 来自专栏ITJoker的吹逼专栏

    2020Bilibili拜年祭,火锅宴加菜小脚本~

    'https://www.bilibili.com', 'Connection': 'keep-alive', 'Referer':'https://www.bilibili.com/blackboard

    40710编辑于 2022-06-14
领券