shadow the dog and
同步and异步
同步就是你叫我去吃饭,我听到了就和你去吃饭; 如果没有听到,你就不停的叫,直到我告诉你听到了,才一起去吃饭。异步就是你叫我,然后自己去吃饭,我得到消息后可能立即走,也可能等到下班才去吃饭。 所以,要我请你吃饭就用同步的方法,要请我吃饭就用异步的方法,这样你可以省钱。 同步是指:发送方发出数据后,等接 ......
A Comparison and Evaluation of Multi-View Stereo Reconstruction Algorithms
介绍 多视图立体重建是计算机视觉领域中一个非常重要的研究方向,它可以应用于三维建模、虚拟现实、机器人导航等多个领域。然而,目前多视图立体重建领域存在着很多问题和挑战,例如精度不高、完整性不足等。因此,作者希望通过本文对当前主流算法进行比较和评估,为该领域的进一步发展提供参考。 为了更准确地评估各种算 ......
Inhaling,Kites-and-ChatGPT
吸气、风筝和 ChatGPT Datetime: 2023-04-09T22:22+08:00 Categories: Fragment 翻看以前日记,发现高考后中秋节(2019 年 9 月 13 日)竟然有同学祝我「中秋节快乐」,还不止一位同学? 现在我感觉就是,那种维系的绳结,已经彻底断掉了。当 ......
论文解读(FGSM)《Explaining and Harnessing Adversarial Examples》
论文信息 论文标题:Explaining and Harnessing Adversarial Examples论文作者:Ian J. Goodfellow, Jonathon Shlens, Christian Szegedy论文来源:ICLR 2015论文地址:download 论文代码:dow ......
The 1st Universal Cup. Stage 12: Ōokayama
G 容斥完之后发现要求一个m次多项式的n次方,并且得到$n\times m$项。 原本很sb地直接套了个多项式LnExp上去(即使知道大概率过不了),然后狂TLE。。。 其实但凡从常数的角度分析,Exp的常数有14倍,已经比$log(m)$大了,所以不如写快速幂,然后写着就会发现卷积的长度总和其实是 ......
meta seg_anything and grounding_dino
https://github.com/IDEA-Research/GroundingDINO https://github.com/facebookresearch/segment-anything ......
Leader of the Opinion Leaders
题目 Weibo is known as the Chinese version of Twitter. One user on Weibo may have many followers, and may follow many other users as well. According to ......
The Second Run of Quicksort
代码 #include<iostream> #include<vector> #include<cstdio> using namespace std; const int maxn = 100010; vector<int> sequence; int maxL, minR, cnt, k, n, ......
D. Solve The Maze
D. Solve The Maze 大意:建墙让所有好人可以到达坐标$(n,m)$,任何一个坏人都不能到达坐标$(n,m)$ 分析: 把坏人直接关起来,在坏人的四面建墙, 统计好人的人数 从坐标$(n,m)$去遍历,整个地图,看能不能遇到所有好人 3可以通过dsu, flood-fill等去做吧 细 ......
Devu and Flowers CF451E
Devu 有 n 个花瓶,第 ii 个花瓶里有 fi 朵花。他现在要选择 s 朵花。 你需要求出有多少种方案。两种方案不同当且仅当两种方案中至少有一个花瓶选择花的数量不同 #include<iostream> #include<cstring> #include<algorithm> using n ......
How fast are your disks? Find out the open source way, with fio
https://arstechnica.com/gadgets/2020/02/how-fast-are-your-disks-find-out-the-open-source-way-with-fio/ Storage benchmarking—much like Wi-Fi benchmarki ......
docker报错,ERROR: Got permission denied while trying to connect to the Docker daemon socket
使用docker,避免使用sudo命令 1.本地环境是Ubuntu18.04,docker version 19.03.12 以普通用户启动docker时,会报一下错误 Got permission denied while trying to connect to the Docker daemo ......
文章推荐---ChatGPT踩坑(too many signups from the same IP)
http://681314.com/A/S1A6pDeCNF 这个文章里关于注册写得不错,需要注意的地方有两点。 第一,最好在港澳台地区或类型的地方访问提供的网站,不然无法登录 第二,虚拟短信号码,最好选大国的,小国的我没收到 ......
Approximation Theory and Method ch7
Approximation Theory and Method ch7 ~~part 1, part 2, part 3, ch7, 命名乱了——致敬微软~~ ... as the sign of $p(x)$. It follows that $p^{}$ is a best minimax ap ......
Approximation Theory and Method part 3
Approximation Theory and Method part 3 Basic properties of divided differences Let $\left{x_i ; i=0,1, \ldots, n\right}$ be any $(n+1)$ distinct point ......
安卓插件化shadow实践
原文地址 www.jianshu.com 背景:项目app里需要嵌入云游戏,然而云游戏的发版次数频繁,直接嵌入原生app里就会频繁走合规检测,才可以提交审核发布,流程长,效率低。 说明:涉及的安卓知识多而杂,还是最好先把原理过一遍,不需要完全理解,至少有个大体的运行流程结构。https://gith ......
some information about the origin of the OPT folder
In the old days, "/opt" was used by UNIX vendors like AT&T, Sun, DEC and 3rd-party vendors to hold "Option" packages; i.e. packages that you might hav ......
【题解】[ABC248G] GCD cost on the tree
「八云紫」无数次痛苦地询问,为什么我们还活着? ……而「古明地恋」从不会回答。 恋恋闭上了觉之眼。 思路 容斥 + dp. $\gcd$ 相关,考虑 $\mu$ 反演或者 $\varphi$ 反演。 本质上都和容斥差不多,不如直接一步到位考虑容斥。 把权值拆成 $\gcd$ 和对应的方案数两部分,考 ......
Uva--122 Trees on the level(二叉树的层次遍历)
记录 23:27 2023-4-20 https://onlinejudge.org/external/1/122.pdf reference:《算法竞赛入门经典第二版》例题6-7 二叉树的层次遍历,这里是直接复制了作者的代码。(之前在我的数据结构学习里面手写过树、二叉树、AVL树(说是手写,其实也 ......
The Second Type of Uncertainty in Monte Carlo Tree Search
**发表时间:**2020 **文章要点:**MCTS里通常通过计算访问次数来做探索,这个被称作count-derived uncertainty。这篇文章提出了第二种uncertainty,这种uncertainty来源于子树的大小,一个直觉的想法就是,如果一个动作对应下的子树小,那就不用探索那么 ......
1、题目:Engineering Design Thinking, Teaching, and Learning
期刊信息 (1)作者:Dym,Clive L.,Agogino,Alice M.,Eris,Ozgur,Frey,Daniel D.,Leifer,Larry J. (2)期刊:Journal of Engineering Education:94-1-103-120,01/2005 (3)DOI: ......
Layer-Dependent Importance Sampling for Training Deep and Large Graph Convolutional Networks
Zou D., Hu Z., Wang Y., Jiang S., Sun Y. and Gu Q. Layer-dependent importance sampling for training deep and large graph convolutional networks. NIPS, ......
CF 580C- Kefa and Park, 1500 / 树的遍历 / 根节点到叶节点的路径上某性质的点不能连续超过 m 个
CF 580C- Kefa and Park 这个 1500 的题这么水? 这还不如 1200、1300 的思维题 我开始没考虑周全,这题给出的连边没有讲都是从父节点连向子节点,所有要建双边。 #include <iostream> #include <cstring> using namespac ......
1094 The Largest Generation
A family hierarchy is usually presented by a pedigree tree where all the nodes on the same level belong to the same generation. Your task is to find t ......
P3008 [USACO11JAN]Roads and Planes G
P3008 [USACO11JAN]Roads and Planes G ##思路 按照分连通块的方法进行计算,并且如果不是本连通块的点,不能在现在的本次dfs中求解最小值。要一个一个的联通快进行标记。 /* 不能直接走disj的话,缩点的思想很重要 首先尽量不要使用spfa进行走图,可能会卡 对道 ......
Find the sum of the series : 1.n + 2.(n – 1) + 3.(n – 2) + ….. + (n – 1).2 + n.1.
https://www.vedantu.com/question-answer/find-the-sum-of-the-series-1n-+-2n-1-+-3n-2-+-+-class-11-maths-cbse-5f34d4da5597f32583a5adca ......
Git提交时提示The file will have its original line endings in your working directory的解决方法
同事新建了一个仓库,git add的时候总是会提示 warning: LF will be replaced by CRLF in public/tinymce/README.md.The file will have its original line endings in your workin ......
difference between services section and client section under system.serviceModel
difference between services section and client section under system.serviceModel The services section and client section under system.serviceModel in ......
Unlock the Power of High-Performance Networking with the IPQ9554
In today's world, reliable and high-speed internet connectivity is essential for everything from online gaming and streaming to remote work and learni ......