码迷,mamicode.com
首页 >  
搜索关键字:seq    ( 2762个结果
leetcode-144-二叉树的前序遍历
不太明智的c++实现方法: 1 /** 2 * Definition for a binary tree node. 3 * struct TreeNode { 4 * int val; 5 * TreeNode *left; 6 * TreeNode *right; 7 * TreeNode() ...
分类:其他好文   时间:2021-07-26 16:32:32    阅读次数:0
关于OS命令注入的闭合问题
1、在Windows下 1 windows下非常好办,只需要&肯定可以执行: 2 C:\Users\xxx\Desktop>aaaa | ping -n 5 127.0.0.1 3 'aaaa' 不是内部或外部命令,也不是可运行的程序 4 或批处理文件。 5 6 C:\Users\xxx\Deskt ...
分类:其他好文   时间:2021-07-19 16:57:00    阅读次数:0
[LeetCode] 89. Gray Code
An n-bit gray code sequence is a sequence of 2n integers where: Every integer is in the inclusive range [0, 2n - 1], The first integer is 0, An intege ...
分类:其他好文   时间:2021-07-05 17:13:05    阅读次数:0
GIST特征和LMGIST包的python实现(有github)——使用gist特征检测恶意文件
使用gist检测恶意文件的代码——TODO,看实际效果 import os import scipy import array filename = '<Malware_File_Name_Here>'; f = open(filename,'rb'); ln = os.path.getsize(f ...
分类:编程语言   时间:2021-06-23 17:17:51    阅读次数:0
Oracle 自增id
sql_item = "select rate_swap_id_sequence.nextval from (select 1 from DCS_FILE_RECORD where rownum <=%d)" % (num_data) ...
分类:数据库   时间:2021-06-16 18:27:10    阅读次数:0
实验四——无线局域网数据包捕获与分析
无线局域网数据包捕获与分析 实验要求与目的 熟悉常见的无线测量根据的特点和用途 学习WIndows上的Wireshark数据包捕获与分析 学习linux上的Wireshark和Kismet数据包捕获与分析 ISO五层模型 Frame 125172: 物理层数据帧概况。 Ethernet II, Sr ...
分类:其他好文   时间:2021-06-09 15:25:06    阅读次数:0
网关Gateway(3.0.1)入门:配置、过滤器、分布式限流
Spring Cloud Gateway(3.0.1) This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project ...
分类:其他好文   时间:2021-06-02 16:49:43    阅读次数:0
Nginx 502 Bad Gateway
前言 事实证明,读过Linux内核源码确实有很大的好处,尤其在处理问题的时刻。当你看到报错的那一瞬间,就能把现象/原因/以及解决方案一股脑的在脑中闪现。甚至一些边边角角的现象都能很快的反应过来是为何。笔者读过一些Linux TCP协议栈的源码,就在解决下面这个问题的时候有一种非常流畅的感觉。 Bug ...
分类:其他好文   时间:2021-05-25 17:42:11    阅读次数:0
数据结构 01-复杂度2 Maximum Subsequence Sum (25 分)
Given a sequence of K integers { N?1??, N?2??, ..., N?K?? }. A continuous subsequence is defined to be { N?i??, N?i+1??, ..., N?j?? } where 1≤i≤j≤K. T ...
分类:其他好文   时间:2021-05-24 12:48:45    阅读次数:0
Involution: Inverting the Inherence of Convolution for Visual Recognition
https://arxiv.org/abs/2103.06255 2021-04-08 convolution 平移不变性 权值共享 每个通道提取不同的特征 Involution kernel在空间范围上是不同的,在通道上共享 卷积 组卷积 深度卷积 卷积核为奇数: 1.padding是对称的 (k ...
分类:其他好文   时间:2021-05-24 08:20:08    阅读次数:0
2762条   1 2 3 4 ... 277 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!