certificate chain trust of

Accelerating New Drug Development: The Role of Radioisotope Labeling

Isotopes are atoms of the same chemical element with different masses due to the presence of different neutron numbers in the nucleus, and there are l... ......

Uniapp HBuilderX 编译 运行到手机 内存不足:***** out of memory

HBuilderX 内置node版本是32位,如果遇到JavaScript heap out of memory问题,可以自行下载64位的Node进行替换 替换 HBuilderX 内置的node.exe文件:HBuilderX\plugins\node\node.exe 用自己安装的 node 里 ......
HBuilderX 内存 Uniapp memory 手机

根据前序和中序构建二叉树 + 1159 Structure of a Binary Tree + 层序遍历模板复习

题目链接:https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478635126488367104 唉,今天的bug出在了下面这条语句。 if (tree[root_key].left * tree[root_key].r ......
Structure 模板 Binary 1159 Tree

关于pandas.ExcelWriter()对象在执行.save()时报错FutureWarning: save is not part of the public API

有时使用pandas将多份数据,写入到Excel中不同的Sheet,可能会用到pandas.ExcelWriter("xxxx.xlsx")对象 这样在结束时,就会对对象进行.save()和close(),当然这也是从大部分网站上看到的使用方法 但是笔者在实际使用过程中,按这个过程,遇到报错: Fu ......
save FutureWarning ExcelWriter 时报 对象

CF1034D Intervals of Intervals

简要题意 给定 $n$ 个区间组成的序列,定义它的一个连续段的价值为这个段内所有区间的并覆盖的长度。求价值前 $k$ 大的段的价值和。 数据范围:$1\le n\le 3\times 10^5, 1\le k\le \min{\frac{n(n-1)}{2}, 10^9}$。 题解 考虑一个经典问题 ......
Intervals 1034D 1034 CF of

07 A Glimpse of Industrial Solutions

1. Anti-Aliasing 1.1 Temporel Anti-Aliasing (TAA) 对于静止图像,每一帧的采样取像素内不同的区域,循环变化,下一帧复用上一帧的信息,考虑到递归,就会使得等效SSP变大。 对于运动物体,使用motion vector来查找。 如果出现遮挡等问题使得信息不 ......
Industrial Solutions Glimpse 07 of

2023-05-02_National-Library-of-China

2023 年 5 月 2 日国家图书馆 Datetime: 2023-05-02T12:44+08:00 Categories: Tour 缘起 国家图书馆,简称国图。为什么要去国家图书馆呢,起因是看到《口是心非》专辑里,《神采》的文案: 更漫长的永昼来临以前 让我 趁着这些微的极光 看清妳被雪地晒 ......

CF1034D Intervals of Intervals 题解

传送门 CF1034D Intervals of Intervals 题目大意 有 $n$ 个线段,第 $i$ 个是 $[a_i,b_i]$。 定义区间 $[l,r]$ 的价值是第 $l$ 个线段到第 $r$ 个线段的并的长度。 找出 $k$ 个不同的区间,使得总价值最大。输出最大总价值。 $1 \ ......
Intervals 题解 1034D 1034 CF

Set Mirror of Packages

PyPI # pip pip3 config set global.index-url https://mirrors.aliyun.com/pypi/simple # pdm pdm config pypi.url https://mirrors.aliyun.com/pypi/simple NP ......
Packages Mirror Set of

解决:Visual Studio Code - Target of URI doesn't exist 'package:flutter/material.dart'

flutter clean flutter packages get flutter packages upgrade ( Optional - use if you want to upgrade packages ) Restart Android Studio or Visual Studio ......
39 material flutter package Visual

洛谷 P6938 - [ICPC2017 WF]Son of Pipe Stream(网络流)

见过的最怪的网络流题,没有之一。 首先新建超级源点,向 $1,2$ 各连 $\infty$ 的边。设最大流为 $A$,那么显然最优方案中 flutter 和 water 流量之和为 $A$。 先分析一波答案函数。显然,最终答案关于 flutter 的流量 $x$ 的函数 $f(x)=x^a(A-x) ......
Stream P6938 网络 6938 2017

Handling Information Loss of Graph Neural Networks for Session-based Recommendation

Chen T. and Wong R. C. Handling information loss of graph neural networks for session-based recommendation. KDD, 2020. 概 作者发现图用在 Session 推荐中存在: lossy ......

[ABC146E] Rem of Sum is Num

2023-03-03 题目 题目传送门 翻译 翻译 难度&重要性(1~10):4 题目来源 AtCoder 题目算法 数学 解题思路 先对整个序列求前缀和 $sum_k=\sum_{i=1}^{k}a_i$ 题目求有多少对 $(l,r)$ 满足 $sum_r-sum_l\equiv r-l \mod ......
146E ABC 146 Rem Num

Vulnhub之Gears of War靶机详细测试过程

Gear of War 识别目标主机IP地址 ─(kali㉿kali)-[~/Vulnhub/Gearofwar] └─$ sudo netdiscover -i eth1 -r 192.168.56.0/24 Currently scanning: Finished! | Screen View: ......
靶机 过程 Vulnhub Gears War

canonical description of Markdown’s syntax

Markdown: Syntax Main Basics Syntax License Dingus Overview Philosophy Inline HTML Automatic Escaping for Special Characters Block Elements Paragraphs ......
description canonical Markdown syntax of

c语言报错 [Error] invalid initialization of non-const reference of type 'LinkQueue*& {aka Link*&}' from an rvalue of type 'LinkQueue* {aka Link*}'

进行地址传递是出现报错 临时值不能作为非常量引用参数进行传递 所以需要在main函数中·重新定义指针传递 ......
LinkQueue 39 Link type initialization

Debug Assertion Failed!:Expression: can't dereference out of range vector iterator(&&运算的注意事项)

1 #include<iostream> 2 #include<vector> 3 using namespace std; 4 bool Find(int target, vector<int> array) { 5 auto begin = array.begin(), end = array. ......

image as set of points

Image As Set Of Points Abstract 提取图像特征的几种方法: ConvNets:将图像视为矩形中有组织的像素,并通过局部区域的卷积运算提取特征; Vision Transformers(ViTs):将图像视为一系列补丁,并通过全局范围内的注意力机制提取特征。 Contex ......
points image set as of

ReadAlignChunk_processChunks.cpp:204:processChunks EXITING because of FATAL ERROR in input reads: wrong read ID line format

001、 star报错 002、解决方法 fastq文件为压缩格式,运行时需添加该参数: --readFilesCommand zcat ......

时间可逆的马氏链(Time Reversible Markov Chain)

逆向过程 考虑一个具有转移概率$P_{ij}$和平稳概率$\pi_i$的已经达到平稳状态的遍历的(不可约+非周期+正常返)马尔科夫链。假设这个马氏链在平稳态的状态序列是${X_m,X_{m+1},\cdots}$, 现在我们沿时间的反方向来看这条链,具体地,我们希望考察 $P(X_m = j|X_{ ......
Reversible 时间 Markov Chain Time

01 Recap of CG Basic

Real-time High quality Rendering 1. Graphics Pipeline 渲染管线 2. OpenGL 物体摆放 视图变换 画架画布 生成片段 片段着色 3. GLSL(OpenGL Shading Language) 4. Debugging Shaders 5. ......
Recap Basic 01 CG of

[Prompt] Principles of Prompting Guidlines

Principle 1 Write clear and specific instructions clear !== short Clear and specific instructions for a model will guide it towards the desired output ......
Principles Guidlines Prompting Prompt of

The principle of uploading files with command line tools All In One

The principle of uploading files with command line tools All In One 命令行工具文件上传的原理 / The principle of command line tool file upload demos pip git CDN OS ......
principle uploading command files tools

控制台报错:[Vue warn]: Error in render: "TypeError: Cannot read properties of null (reading 'length')" found in

[Vue warn]: Error in render: "TypeError: Cannot read properties of null (reading 'length')" found in ... ......
控制台 quot properties TypeError reading

论文阅读笔记《Residual Physics Learning and System Identification for Sim to real Transfer of Policies on Buoyancy Assisted Legged Robots》

Residual Physics Learning and System Identification for Sim to real Transfer of Policies on Buoyancy Assisted Legged Robots 发表于2023年。论文较新,未找到发表期刊。 基于浮 ......

[LeetCode] 1031. Maximum Sum of Two Non-Overlapping Subarrays

Given an integer array nums and two integers firstLen and secondLen, return the maximum sum of elements in two non-overlapping subarrays with lengths  ......

CF1814E Chain Chips & CF750E New Year and Old Subsequence - 动态 dp -

一句话概括动态 dp:用来解决带修改/多次区间询问的 dp 问题。将转移写成矩阵的形式,然后利用线段树求解区间问题/单点修改 1814E 注意一条边要么选 2 要么选 0 次,而且第一条边一定是选了 2 次。如果有一条边没选,那么这条边两侧的边一定都选了。 设 $f_i$ 代表考虑到第 $i$ 条边 ......
Subsequence 动态 1814E Chain Chips

Markov Chain Monte Carlo(MCMC) 方法

Monte Carlo 方法 假设我们要求一个原函数并不明确的函数$f(x)$的在某个区间$[a,b]$上的积分 $\theta = \int_{a}^b f(x)dx$ 因为$f(x)$的原函数不知道,所以无法用牛顿-莱布尼茨公式计算。这里采用一种称为monte carlo的方法来模拟近似求解,它 ......
方法 Markov Chain Carlo Monte

TypeError: Cannot read properties of undefined (reading 'filter')

TypeError: Cannot read properties of undefined (reading 'filter') const filterTableData = computed(() => store.data.users!.filter( (data) => !search.v ......

【题解】XX Open Cup, GP of Moscow

// created on 23.03.26 A. Alice and Bob 对于链上的情况,异色点是一定不会选择走进同色段的(长度不小于 $2$),因为一定不优。所以,可以倒着 DP,求助每个点的优势步数(即走多少到同色段的最后,然后接下来是黑白相间的链;链过后如果还是同色,就再 $+1$,表示 ......
题解 Moscow Open Cup GP