Loading
柚木鉉の空間
0%
INITIALIZING
首页 文章 标签 归档 友链 推广 搜索
YUZUKITSURU_SPACE YUZUKITSURU_SPACE YUZUKITSURU_SPACE YUZUKITSURU_SPACE YUZUKITSURU_SPACE YUZUKITSURU_SPACE YUZUKITSURU_SPACE

标签: #博客

// 6条目
2019-10-30

Manjaro | ArchLinux 设置CPU调速

在编译安装 atlas-lapack 的时候,会出现: CPU Throttling apparently enabled!It appears you have cpu throttling enabled, which makes timingsunreliable and an ATLAS install…

#博客 #教程 #Manjaro
访问
2019-10-29

Manjaro :: Archlinux 文件 XXX 已损坏 (无效或已损坏的软件包 (PGP 签名))

1.首先更新一下密钥,看看能不能生成自动修复。如果不能直接下一步。(如果没有安装archlinux-keyring,请及时安装) sudo pacman-key --refresh-keys 2.重新加载相应的签名密钥 sudo pacman-key --initsudo pacman-key --populate 3.清除pacman的缓冲文件 sudo pacman -Scc 4.更新或者安装即可 sudo pacman…

#博客 #教程 #Manjaro
访问
2019-10-07

QML + QT + C++

QML 时常需要从C++的代码中引用类或者方法来达到QML无法执行的内容。由于QML是解释执行的,无法直接引用C++中的类,所以需要用QT的方法进行传递参数。 首先建立一个项目,选择:Qt Quick Application 他会生成这些 main.cpp 代码: #include <QGuiApplication>#include <QQmlApplicationEngine>int main(int…

#C++ #博客 #教程
访问
2019-10-01

编辑 Libtorch,从入门到入坟(一)安装,HelloWorld

首先,下载Libtorch:https://pytorch.org/get-started/locally/ 然后打开你的项目,使用CMake构建哦w 例如我的: cmake_minimum_required(VERSION 3.15)project(TorchFly)set(CMAKE_CXX_STANDARD 14)set(Torch_DIR…

#C++ #博客 #教程
访问
2019-09-30

Unit-selection Speech Synthesis

1. About Unit-selection Speech SynthesisSpeech synthesis is the artificial production of human speech. A computer system used for this purpose is called a speech computer or speech synthesizer, and can be implemented…

#博客 #教程 #合成
访问
2019-09-18

JUCE 使用内部字库显示中文等字体

1.将字体文件放入项目内 2.在项目的initialise中加入 Typeface::Ptr getTypefaceForFont(const Font &f);LookAndFeel::setDefaultLookAndFeel(&customLookAndFeel); EG: void initialise (const String& commandLine) override{ //…

#C++ #博客 #教程
访问
目录