Pinned Repositories
Client_ActiveServer_Demo
Client of ActiveQt Server Demo
Cpp_EventHandler
以回调事件为底层的纯C++事件委托工具
CS_COM_Build
C#创建COM组件,由Qt应用程序调用
ERNIE
Official implementations for various pre-training models of ERNIE-family, covering topics of Language Understanding & Generation, Multimodal Understanding & Generation, and beyond.
FilePlanter
文件部署工具教师端
FilePlanterClient
文件部署工具学生端
Firewall
一个检测防火墙状态和添加进程到防火墙例外的demo
KMS_VL_ALL_AIO
Smart Activation Script
LeventureQys.blog
轩先生个人博客,现在移动至https://www.cnblogs.com/Leventure/
LeventureQys.github.io
轩先生个人博客,现已移动至博客园:https://www.cnblogs.com/Leventure/
LeventureQys's Repositories
LeventureQys/KMS_VL_ALL_AIO
Smart Activation Script
LeventureQys/AsyncTcp
简单的tcpServer
LeventureQys/AudioProcesser
音频处理以及滤波器仿真研究,python 做仿真,c++做实现
LeventureQys/DeepFilterNet
Noise supression using deep filtering
LeventureQys/FileTransfer
Qt,线程池中通过TCP实现长连接在局域网下收发文件,接收端自带文件校验,但请注意本库不带补包,测试环境下目前暂未出现问题,IO不写爆的情况下没有出现丢文件的情况下不会出问题。
LeventureQys/HID_CPP_SigmaBus
HID通信下的SigmaBus框架,线程下读取以及写入,包括标准应答函数
LeventureQys/Lev_PictureManager
个人图像管理工具箱,用于做cv相关的工作
LeventureQys/Leventure_DevelopKey
一个个人常用的窗口密钥,用于给我的程序做调试开发等后门呃呃
LeventureQys/log.c
A simple logging library implemented in C99
LeventureQys/MDC_Project
多设备采集程序-操作端
LeventureQys/MediaPlay-FFmpeg
一个基于FFMpeg lib + VisualStudio 2022 + Qt5.14.2 的项目,随便玩玩
LeventureQys/Microsoft-Activation-Scripts
A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
LeventureQys/mmyolo
OpenMMLab YOLO series toolbox and benchmark. Implemented RTMDet, RTMDet-Rotated,YOLOv5, YOLOv6, YOLOv7, YOLOv8,YOLOX, PPYOLOE, etc.
LeventureQys/MultipleFileSaver
Qt线程池文件存储,将文件的字节流丢进文件的FileSaver内,其会通过QThreadPool将所有的文件保存到你指定好的未知。需要通过FileSaver,没有使用例,如有疑问请提交issu
LeventureQys/PaddleDetection
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
LeventureQys/PaddleDetection_CPP
PaddleDetection的c++部署版本
LeventureQys/PaddleExperience
Paddle开发,简易手写识别及人脸识别
LeventureQys/Picturebed
图床工具,Gitee不能用,腾讯云Cos要域名,我真的服了
LeventureQys/project-based-learning
Curated list of project-based tutorials
LeventureQys/ProtectProcess
守护程序,按需加入,自动启动,实时监测
LeventureQys/QApplicationFrame
Qt开发应用的框架,包括QDump、进程等
LeventureQys/QWidgetDemo
Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!公众号:Qt实战/Qt教程
LeventureQys/RealTime-Mic-Algorithm-Testing-Platform
A platform based on Qt for controlling the current default input microphone to read and write PCM data streams and to monitor audio algorithms in real-time.
LeventureQys/RealTimeDeepFilterNet
[WIP] Trying to understand how to deal with DeepFilterNet in a custom STFT pipeline
LeventureQys/Retrieval-based-Voice-Conversion
in preparation...
LeventureQys/Retrieval-based-Voice-Conversion-WebUI
Easily train a good VC model with voice data <= 10 mins!
LeventureQys/rnnoise
Recurrent neural network for audio noise reduction
LeventureQys/TSGv3
基于CMake管理对原有TSG项目的重构工程
LeventureQys/UDT_Service
基于UDT协议开发的文件收发工具,具有UDP的速度和相应的拥塞算法,在要求不精确的场景下可以发送文件
LeventureQys/VideoFFT
将图片/视频通过快速傅里叶变换转为幅度谱和相位谱,并根据幅度谱和相位谱复原图片/视频