1131 Subway Map (30 分) 1131 Subway Map (30 分) 1131 Subway Map (30 分) In the big cities, the subway systems always look so complex to the visitors. To ...
分类:
其他好文 时间:
2019-08-07 22:42:55
阅读次数:
136
After inventing Turing Tree, 3xian always felt boring when solving problems about intervals, because Turing Tree could easily have the solution. As we ...
分类:
编程语言 时间:
2019-08-06 21:27:24
阅读次数:
172
Description After inventing Turing Tree, 3xian always felt boring when solving problems about intervals, because Turing Tree could easily have the sol ...
分类:
其他好文 时间:
2019-08-06 10:35:39
阅读次数:
93
Shader "SoulCoder/Model" { Properties { _Color ("Main Color", Color) = (1,1,1,0) } SubShader { Tags { "RenderType"="Opaque" "Queue"="Geometry+2"} Colo ...
分类:
其他好文 时间:
2019-08-05 18:42:02
阅读次数:
115
Problem I: Ingenious Lottery Tickets Your friend Superstitious Stanley is always getting himself into trouble. This time, in his Super Lotto Pick and ...
分类:
其他好文 时间:
2019-08-01 11:44:13
阅读次数:
108
"Haybale Guessing" 题目描述 The cows, who always have an inferiority complex about their intelligence, have a new guessing game to sharpen their brains. A ...
分类:
其他好文 时间:
2019-07-31 18:09:45
阅读次数:
87
MIM攻击原论文地址——https://arxiv.org/pdf/1710.06081.pdf 1.MIM攻击的原理 MIM攻击全称是 Momentum Iterative Method,其实这也是一种类似于PGD的基于梯度的迭代攻击算法。它的本质就是,在进行迭代的时候,每一轮的扰动不仅与当前的梯 ...
分类:
其他好文 时间:
2019-07-31 10:46:18
阅读次数:
207
在192.168.1.244上搭建私有仓库#dockerpullregistry#dockerrun-d-p5000:5000-v/data/myregistry:/var/lib/registry--restart=always--namemyregistryregistry#vim/etc/docker/daemon.json{"registry-mirrors":["https://frz7
分类:
其他好文 时间:
2019-07-31 10:41:58
阅读次数:
103
原文来源: https://stackoverflow.com/questions/674304/why is init always called after new 需要控制新实例的创建时,请使用__new__。 需要控制新实例的初始化时,请使用 __init__。 __new__是实例创建的第 ...
分类:
其他好文 时间:
2019-07-29 14:48:26
阅读次数:
106
//产生200MHz差分时钟: //写法一: module sim_top;reg clk;initial begin clk <= 1'b0;endalways #5 clk=~clk; system system( .clk_in1_p(clk), .clk_in1_n(~clk) ); end ...
分类:
其他好文 时间:
2019-07-28 20:07:27
阅读次数:
128