博客
分类
标签
归档
随笔
日报
博客
分类
标签
归档
随笔
日报
图拉普拉斯
学习自 https://zhuanlan.zhihu.com/p/484348911 定义梯度 拉普拉斯算子 图拉普拉斯公式给定一个有n个顶点的图G=(V,E),其拉普拉斯矩阵被定义为L=D-A,D其中为图的度矩阵,A为图的邻接矩阵。 推导 (4) 拉普拉斯矩阵中的第i行反应了第i个节点在对其他所有节点产生扰动时所产生的增益累积。图拉普拉斯反映了当我...
2022-08-04
graph
math
graph
math
Read More
多对数函数polylogarithmic
https://zh.wikipedia.org/zh-cn/%E5%A4%9A%E5%B0%8D%E6%95%B8%E5%87%BD%E6%95%B8
2022-08-04
algorithm
math
algorithm
math
Read More
c重定向stdout然后恢复stdout 文件权限编码 chmod
重定向https://stackoverflow.com/questions/47719965/how-to-redirect-stdout-to-a-file-and-then-restore-stdout-back 举例#include <iostream> #include <unistd.h> #include <fcntl.h> using na...
2022-07-29
c++
linux_syscall
tool
linux
c++
tool
linux
linux_syscall
Read More
c函数宏定义函数可变参数
宏定义函数https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc.pdf搜索__VA_ARGS__ #define debug(format, ...) fprintf (stderr, format, __VA_ARGS__) Here ... is a variable argument. In the invocation of such a mac...
2022-07-28
c++
language
c++
language
Read More
linux c隐藏输入 termios.h
参考教程https://terminalroot.com/how-to-hide-input-via-cli-with-cpp/?ref=morioh.com&utm_source=morioh.com man信息#include <termios.h>https://pubs.opengroup.org/onlinepubs/7908799/xsh/termios.h....
2022-07-27
c++
linux_syscall
tool
linux
c++
tool
linux
linux_syscall
Read More
GNU readline
自动补全,添加历史https://blog.51cto.com/u_3078781/3287204 自定义换行符https://www.igiftidea.com/article/12962763210.html 官方文档https://web.mit.edu/gnu/doc/html/rlman_2.html 快捷键使用(该库支持的)https://flyyang.me/2017/05/0...
2022-07-27
c++
language
tool
linux
c++
tool
language
linux
Read More
git配置
写得非常好的官方文档 https://git-scm.com/book/zh/v2/%E8%B5%B7%E6%AD%A5-%E5%88%9D%E6%AC%A1%E8%BF%90%E8%A1%8C-Git-%E5%89%8D%E7%9A%84%E9%85%8D%E7%BD%AE 设置当前git仓库提交的用户名和邮箱git config user.name yuanzhiqiu git conf...
2022-07-26
tool
tool
Read More
python3调用c++
https://blog.csdn.net/springlustre/article/details/101177282
2022-07-25
c++
language
python
language
c++
language
python
language
Read More
linux源码编译安装gcc并添加环境变量
本例中,下载源码到$HOME/built/目录下,安装到$HOME/local/gcc-9.4.0目录下 1. 获取源码在预计放源码的目录下,比如$HOME/built/ wget -c http://ftp.gnu.org/gnu/gcc/gcc-9.4.0/gcc-9.4.0.tar.gz tar -zxvf gcc-9.4.0.tar.gz cd gcc-9.4.0 2. 下载依赖g...
2022-07-22
fix_error
tool
linux
tool
linux
fix_error
Read More
linux源码编译安装boost库1.56版本
1. 获取源码wget -c --no-check-certificate http://sourceforge.net/projects/boost/files/boost/1.56.0/boost_1_56_0.tar.gz #下载源码 tar -xzvf boost_1_56_0.tar.gz #解压源码 cd boost_1_56_0 #进入源码目录 2. 修改bootstrap....
2022-07-21
fix_error
tool
linux
tool
linux
fix_error
Read More
Previous
45 / 49
Next
粘贴文本
全选文本
剪切文本
复制文本
站内搜索
必应搜索
新标签页打开
复制链接地址
复制图片
谷歌识图
常见问题
示例博客
加入社区
本站源码
主题源码
暗黑模式
打印页面
阅读模式