题目: 给定一个包含 n + 1 个整数的数组 nums ,其数字都在 1 到 n 之间(包括 1和 n),可知至少存在一个重复的整数。 思路: 将数字放入hash的key中,看map是否包含key (一)代码 究竟究竟 ...
分类:
其他好文 时间:
2021-06-19 19:22:17
阅读次数:
0
一、简介 相移键控法, 根据数字基带信号的两个电平使载波相位在两个不同的数值之间切换的一种相位调制方法。 产生PSK信号的两种方法: 1)、调相法:将基带数字信号(双极性)与载波信号直接相乘的方法: 2)、选择法:用数字基带信号去对相位相差180度的两个载波进行选择。 两个载波相位通常相差180度, ...
分类:
其他好文 时间:
2021-06-19 18:43:24
阅读次数:
0
源码示例: virtual_available = fields.Float( 'Forecast Quantity', compute='_compute_quantities', search='_search_virtual_available', digits=dp.get_precisio ...
分类:
其他好文 时间:
2021-06-18 19:41:11
阅读次数:
0
CMD的控制字符输出 小实验: 1 #include<stdio.h> 2 int main() 3 { 4 int i; 5 for(i=0;i<256;i++) 6 printf("%d:%c\t",i,i); 7 return 0;; 8 } 输出 看这输出,一些地方有些问题啊,如7,8,9, ...
分类:
其他好文 时间:
2021-06-18 19:36:50
阅读次数:
0
https://www.semion.io/doc/large-motion-video-super-resolution-with-dual-subnet-and-multi-stage-communicated-upsampling https://arxiv.org/pdf/2103.1174 ...
分类:
Web程序 时间:
2021-06-18 19:23:27
阅读次数:
0
flex-shrink: 0; white-space: nowrap; ...
分类:
其他好文 时间:
2021-06-17 16:39:23
阅读次数:
0
RGB与YUV 色彩空间(Color Space)[1]:is a specific organization of colors. In combination with physical device profiling, it allows for reproducible represent ...
分类:
其他好文 时间:
2021-06-16 18:25:08
阅读次数:
0
/** * 将文件写入到本地磁盘 * @param dirPath 目录路径 * @param fileName 文件名,包含文件后缀 * @param buffer 文件 * @return 文件路径 */ public String writeToFile(String dirPath, Str ...
分类:
其他好文 时间:
2021-06-16 18:22:56
阅读次数:
0
文件配置 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins ...
分类:
Web程序 时间:
2021-06-15 17:56:45
阅读次数:
0
这是一道交互题 交互库有三个长为 \(n_a,n_b,n_c\) 的不降正整数序列 \(a,b,c\),不超过 \(100\) 次单点查询求 \(k\)-th。 \(n_a,n_b,n_c\le 10^5\),\(a_i,b_i,c_i\le 10^9\)。 完全不会,牛逼坏了。 考虑归并排序的过程 ...
分类:
其他好文 时间:
2021-06-13 10:32:00
阅读次数:
0