码迷,mamicode.com
首页 >  
搜索关键字:splay tree    ( 25746个结果
动目标指示MTI和动目标检测MTD
1. 运动目标指示(MTI) 由一个CPI内的连续M个脉冲回波经过相干解调后的基带数据,形成的一个二维数据矩阵。二维数据矩阵中的每一列都对应于对一个脉冲回波的连续釆样,即连续的距离单元。列中的每一个元素都是一个复数,代表一个距离单元的实部和虚部(I和Q)分量。因此,二维数据矩阵中的每一行代表对同一距 ...
分类:其他好文   时间:2021-03-29 12:29:53    阅读次数:0
Matlab学习日记之操作界面
界面介绍 主界面 当前文件夹:用来打开文件夹内的脚本显示在编辑器上 编辑器:显示脚本内容,并且可以执行脚本内语句(一条、多条和全部) 命令行窗口:输入相应命令后回车即可获得回答 工作区:显示变量名及其值 ...
分类:其他好文   时间:2021-03-29 11:52:05    阅读次数:0
定时任务Quartz框架1_建表语句
1.创建 CREATE TABLE `qrtz_calendars` ( `SCHED_NAME` varchar(120) NOT NULL, `CALENDAR_NAME` varchar(120) NOT NULL, `CALENDAR` blob NOT NULL, PRIMARY KEY ...
分类:其他好文   时间:2021-03-29 11:45:30    阅读次数:0
AntCTF 8-bit pub复现
环境搭建 题目环境:https://github.com/crumbledwall/CTFChallenges/tree/main/D3CTF2021/8-bit_pub 需要更改下邮件配置 接着docker启动即可 题目复现 访问题目,注册登陆后发现存在着admin的功能并且访问不了,目的很明确, ...
分类:其他好文   时间:2021-03-29 11:36:14    阅读次数:0
Leetcode 111. Minimum Depth of Binary Tree
Description:Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to t ...
分类:其他好文   时间:2021-03-18 14:37:13    阅读次数:0
POJ2255 Tree Recovery 题解 根据前序+中序求二叉树的后序遍历
题目链接:http://poj.org/problem?id=2255 递归经典习题。具体见代码: #include <iostream> #include <cstring> using namespace std; char a[111], b[111]; void dfs(int L1, in ...
分类:其他好文   时间:2021-03-18 14:30:29    阅读次数:0
Intellij 集成 Jenkins Control Plugin 插件使用
下载Jenkins Control Plugin 地址 Intellij中设置Jenkins 其中Crumb Data请求方式为:http://URL/crumbIssuer/api/json?tree=crumb.返回中即包含指定数据,如: { "_class": "org.jenkinsci.p ...
分类:其他好文   时间:2021-03-16 14:02:35    阅读次数:0
Oh ! My ZSH !!!
zsh + oh my zsh 使用 切换bash 切换bash chsh -s /bin/bash 切换zsh chsh -s /bin/zsh 安装 oh my zsh ! 插件地址 https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins 主 ...
分类:其他好文   时间:2021-03-16 13:54:23    阅读次数:0
odoo14在tree、kanban视图上添加dashboard
效果图: 实现代码:js:view的类型原来1个js给拆分成了4个: view, controller, renderer, model 1、view:AbstractView的子类,这是工厂类:类需要解析 arch字段并设置其它3个类 2、Renderer :渲染器,来自 AbstractRend ...
分类:其他好文   时间:2021-03-16 13:41:17    阅读次数:0
odoo14在列表视图里添加自定义按钮
static/js/xxxx.js 这里定义按钮odoo.define('add.tree.view.buttons', function (require) { "use strict"; var core = require('web.core'); var ListController = r ...
分类:其他好文   时间:2021-03-16 13:30:43    阅读次数:0
25746条   上一页 1 ... 16 17 18 19 20 ... 2575 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!