• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

Vigil

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

2022年11月11日

利用内外参进行视觉测量

摘要: 一、 实验任务 1.学习利用摄像机内参数对标定图像正畸 2.学习摄像机外参数标定 3.学习利用单应性矩阵对平面内目标进行测量 二、 实验过程 实验平台:MATLAB R2016a Toolbox_calib工具箱 拍摄靶标图像后,进入目录下打开标定工具箱主界面: 进入目录后,Load之前标定的内参: 阅读全文

posted @ 2022-11-11 18:01 VigilYang 阅读(477) 评论(0) 推荐(0)

2021年8月20日

MOOC数据结构PTA05-树7 堆中的路径

摘要: #题目 将一系列给定数字插入一个初始为空的小顶堆H[]。随后对任意给定的下标i,打印从H[i]到根结点的路径。 #输入格式: 每组测试第1行包含2个正整数N和M(≤1000),分别是插入元素的个数、以及需要打印的路径条数。下一行给出区间[-10000, 10000]内的N个要被插入一个初始为空的小顶 阅读全文

posted @ 2021-08-20 21:08 VigilYang 阅读(113) 评论(0) 推荐(0)

2021年8月13日

MOOC数据结构PTA-04-树6 Complete Binary Search Tree

摘要: #题目 A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only no 阅读全文

posted @ 2021-08-13 23:40 VigilYang 阅读(98) 评论(0) 推荐(0)

2021年8月11日

MOOC数据结构PTA-04-树5 Root of AVL Tree

摘要: #题目 An AVL tree is a self-balancing binary search tree. In an AVL tree, the heights of the two child subtrees of any node differ by at most one; if at 阅读全文

posted @ 2021-08-11 22:31 VigilYang 阅读(77) 评论(0) 推荐(0)

2021年8月9日

MOOC数据结构PTA-04-树4 是否同一棵二叉搜索树

摘要: #题目 给定一个插入序列就可以唯一确定一棵二叉搜索树。然而,一棵给定的二叉搜索树却可以由多种不同的插入序列得到。例如分别按照序列{2, 1, 3}和{2, 3, 1}插入初始为空的二叉搜索树,都得到一样的结果。于是对于输入的各种插入序列,你需要判断它们是否能生成一样的二叉搜索树。 #输入格式: 输入 阅读全文

posted @ 2021-08-09 23:27 VigilYang 阅读(76) 评论(0) 推荐(0)

2021年8月6日

MOOC数据结构PTA-03-树3 Tree Traversals Again

摘要: #题目表述 An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that when a 6-node binary tree (wi 阅读全文

posted @ 2021-08-06 21:31 VigilYang 阅读(79) 评论(0) 推荐(0)

2021年8月2日

MOOC数据结构PTA-03-树2 List Leaves

摘要: #题目表述 Given a tree, you are supposed to list all the leaves in the order of top down, and left to right. #Input Specification: Each input file contain 阅读全文

posted @ 2021-08-02 22:20 VigilYang 阅读(55) 评论(0) 推荐(0)

MOOC数据结构PTA-03-树1 树的同构

摘要: 题目 给定两棵树T1和T2。如果T1可以通过若干次左右孩子互换就变成T2,则我们称两棵树是“同构”的。例如图1给出的两棵树就是同构的,因为我们把其中一棵树的结点A、B、G的左右孩子互换后,就得到另外一棵树。而图2就不是同构的。 图1 图2 现给定两棵树,请你判断它们是否是同构的。 #输入格式: 输入 阅读全文

posted @ 2021-08-02 16:54 VigilYang 阅读(75) 评论(0) 推荐(0)

2021年7月18日

MOOC数据结构PTA-02-线性结构4 Pop Sequence (25 分)

摘要: ##题目 Given a stack which can keep M numbers at most. Push N numbers in the order of 1, 2, 3, ..., N and pop randomly. You are supposed to tell if a gi 阅读全文

posted @ 2021-07-18 15:14 VigilYang 阅读(85) 评论(0) 推荐(0)

2021年7月15日

MOOC数据结构PTA-02-线性结构3 Reversing Linked List (25 分)

摘要: ##题目 Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4 阅读全文

posted @ 2021-07-15 15:11 VigilYang 阅读(103) 评论(0) 推荐(0)

 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3