lingnanxiaocai666's repositories
android2
《Android Studio开发实战:从零基础到App上线》随书源码(全面添加注释版)
awesome-wechat-weapp
微信小程序开发资源汇总 :100:
BLCS
一款集合多个Android开源库的使用工具,可以展示各个开源库的特性。并简单了解其使用方法。包含[★1.1仿微信功能-字体大小★1.2仿微信功能-存储空间★1.3仿微信功能-多语言★1.4仿微信功能-地区选择★2.BottomNavigationView★3.RecyclerView4.DialogFragment★5.toolbar★6.RxToast★7.转盘小游戏★8.跑马灯/水波纹/标签★9.侧滑菜单/悬浮按钮★10.ViewPage指示器★11.ViewPage★12-13.OpenGl★14.常用Dialog★15.进度条★16.蛛网等级及颜色选取★17.Banner轮播图★18.通知NotificationCompat★19.选择器Picker★20.标签列表LabelList
blog
blog based on hexo—鸿蒙 ArkTs
creekwater
该项目是一个无人机地面站,通过QT Creator编译
CSerialPort
CSerialPort - lightweight cross-platform serial port library for C/C++/C#/Java/Python/Node.js
CTK-project
CTK完整教程(OSGI for C++ 实现 C++ Qt 模块化)。本教程围绕 CTK Plugin Framework,探索 C++ 中的模块化技术,并能够基于 CTK 快速搭建 C++ 组件化框架,避免后来的人走弯路。
daemon-service
守护进程
DesignPatterns-1
Design Patterns using C++
GCApp
地面站,带Protobuff网络
Messy_Test
C++/C++11's usage
ndk-samples
Android NDK samples with Android Studio
qgroundcontrol
QGroundControl Ground Control Station
QSimpleUpdater
Updater system for Qt applications
Qt-1
The knowledge point of Qt
Qt5Notebook
Qt5 的学习笔记,包括 QWidget 和 QtQuick qml 这两个方向
QWidgetDemo
Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!
realTimePlot
Real Time Plot using Qt + QCustomPlot library.
ringbuffer
Ring-Buffer Implementation in C optimized for embedded application
Ros_Qt5_Gui_App
ROS human computer interface based on Qt5(基于Qt5的ROS人机交互界面)
serialPortThread
QSerialPort class to work with QThread
SigSlot
Just Like QT
Slicer
Multi-platform, free open source software for visualization and image computing.
vesc_tool
The source code for VESC Tool. See vesc-project.com
WifiConnectDemo
qt连接wifi demo
YCAppTool
组件化综合案例,组件分层为:基础公共组件,功能组件,业务组件,主工程。每一层组件的建设,很详细的工程案例,很全面的一个组件化实践案例。一个超级综合案例!
YCCommonLib
组件化开发中基础公共库,activity栈管理;fragment周期监听;Lru缓存库;反射库;分区存储;Log日志打印和存储;通用缓存库(支持sp,mmkv,lru,disk,fastsp等多种存储方式切换);App重启;通用全面的工具类Utils;通用基类fragment,adpater,activity等简单封装;intent内容打印到控制台库;通用基础接口
YCDialog
自定义弹窗,其中包括:自定义Toast;自定义dialog控件;自定义DialogFragment弹窗;自定义PopupWindow弹窗;还有自定义Snackbar等等;简单便用。目前已经用于多个正式项目中。
YCThreadPool
轻量级简易线程池库,轻量级线程池异步库,支持线程执行过程中状态回调监测(包含成功,失败,异常等多种状态);支持创建异步任务,可以设置线程的名称,延迟执行时间,线程优先级,回调callback等;可以根据自己需要创建自己需要的线程池;线程异常时,可以打印异常日志,避免崩溃。