10 2022 档案

摘要:常用 # 提交时转换为LF,检出时转换为CRLF git config --global core.autocrlf true # 提交时转换为LF,检出时不转换 git config --global core.autocrlf input # 提交检出均不转换 git config --glob 阅读全文
posted @ 2022-10-20 22:55 for13to1 阅读(42) 评论(0) 推荐(0)
摘要:Mastering CMake 阅读全文
posted @ 2022-10-20 21:58 for13to1 阅读(39) 评论(0) 推荐(0)
摘要:Windows 请求的操作需要提升: 参考 # wsl --install 正在安装: 适用于 Linux 的 Windows 子系统 已安装 适用于 Linux 的 Windows 子系统。 正在下载: GUI 应用支持 安装过程中遇到错误,但可以继续安装。组件: 'GUI 应用支持' 错误代码: 阅读全文
posted @ 2022-10-18 22:48 for13to1 阅读(766) 评论(0) 推荐(0)
摘要:Assume that a signal to be digitized is well behaved, changing relatively slowly as a function of time. Consider the cosine signals shown in figure be 阅读全文
posted @ 2022-10-13 22:06 for13to1 阅读(140) 评论(0) 推荐(0)
摘要:数据量与信息量的关系:数据量=信息量+冗余数据量 数据用来记录和传送信息,是信息的载体;数据的处理结果是信息。 数据压缩的对象是数据,而不是“信息” 数据压缩的目的是在传送和处理信息时,尽量减小数据量 要使数字电视信号适合于实际存储和传输,必须压缩数据量,降低传输数据码率 (前提:压缩后图像质量要满 阅读全文
posted @ 2022-10-13 01:33 for13to1 阅读(218) 评论(0) 推荐(0)
摘要:Windows Use the winget tool to install and manage applications winget install --id Git.Git -e --source winget winget install --id Kitware.CMake -e --s 阅读全文
posted @ 2022-10-12 22:48 for13to1 阅读(297) 评论(0) 推荐(0)