自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(679)
  • 收藏
  • 关注

原创 MathQuill项目入门指南:从安装到基础使用

MathQuill项目入门指南:从安装到基础使用 mathquill Easily type math in your webapp 项目地址: https://gitcode.com/gh_mirrors/ma/mathquil...

2025-06-20 09:54:49 281

原创 Vulkan命令缓冲区(Command Buffers)深度解析

Vulkan命令缓冲区(Command Buffers)深度解析 Vulkan-Docs The Vulkan API Specification and related tools 项目地址: https://gitcode.c...

2025-06-19 09:13:01 223

原创 MTG/Essentia音频分析库技术解析与演进历程

MTG/Essentia音频分析库技术解析与演进历程 essentia C++ library for audio and music analysis, description and synthesis, including Python bindings ...

2025-06-19 09:08:59 334

原创 Django OAuth Toolkit 入门指南:构建OAuth2认证服务

Django OAuth Toolkit 入门指南:构建OAuth2认证服务 django-oauth-toolkit OAuth2 goodies for the Djangonauts! 项目地址: https://gitco...

2025-06-12 09:08:10 747

原创 Proxmark3项目代码规范与开发指南

Proxmark3项目代码规范与开发指南 proxmark3 Proxmark 3 项目地址: https://gitcode.com/gh_mirrors/pro/proxmark3 ...

2025-06-11 09:18:10 295

原创 VisPy教程:创建自定义可视化组件之物理尺寸测量

VisPy教程:创建自定义可视化组件之物理尺寸测量 vispy Main repository for Vispy 项目地址: https://gitcode.com/gh_mirrors/vi/vispy ...

2025-06-11 09:15:13 401

原创 Ansible Lint 安装指南:专业开发者必备的质量检查工具

Ansible Lint 安装指南:专业开发者必备的质量检查工具 ansible-lint ansible-lint checks playbooks for practices and behavior that could potentially be improved and can fix some of the...

2025-06-10 09:21:37 300

原创 NVIDIA Omniverse Orbit项目通过pip安装指南

NVIDIA Omniverse Orbit项目通过pip安装指南 Orbit Unified framework for robot learning built on NVIDIA Isaac Sim 项目地址: https:...

2025-06-10 09:21:23 302

原创 CircuitPython项目设计指南:打造优雅高效的硬件驱动库

CircuitPython项目设计指南:打造优雅高效的硬件驱动库 circuitpython 项目地址: https://gitcode.com/gh_mirrors/ci/circuitpython ...

2025-06-09 09:22:16 329

原创 Flutter-WebRTC 端到端加密(E2EE)实现指南

Flutter-WebRTC 端到端加密(E2EE)实现指南 flutter-webrtc WebRTC plugin for Flutter Mobile/Desktop/Web 项目地址: https://gitcode.co...

2025-06-09 09:21:49 257

原创 深入理解Golang原子操作机制:从runtime到硬件指令

深入理解Golang原子操作机制:从runtime到硬件指令 under-the-hood ???? Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood ...

2025-06-09 09:21:00 380

原创 Tcell终端界面开发实战教程

Tcell终端界面开发实战教程 tcell Tcell is an alternate terminal package, similar in some ways to termbox, but better in others. ...

2025-06-08 09:20:47 333

原创 nbdev项目最佳实践指南:如何编写高质量的Jupyter Notebook

nbdev项目最佳实践指南:如何编写高质量的Jupyter Notebook nbdev Create delightful software with Jupyter Notebooks 项目地址: https://gitcod...

2025-06-08 09:13:21 371

原创 Flashlight项目分布式训练技术详解

Flashlight项目分布式训练技术详解 flashlight A C++ standalone library for machine learning 项目地址: https://gitcode.com/gh_mirrors...

2025-06-08 09:02:13 260

原创 InternLM/lmdeploy 中的 KV Cache 量化技术详解

InternLM/lmdeploy 中的 KV Cache 量化技术详解 lmdeploy LMDeploy is a toolkit for compressing, deploying, and serving LLMs. 项...

2025-06-07 09:00:41 235

原创 深入理解Python中的*args和**kwargs参数机制

深入理解Python中的*args和**kwargs参数机制 interpy-zh ????《Python进阶》(Intermediate Python - Chinese Version) 项目地址: https://gitcode....

2025-06-06 09:21:34 348

原创 Facebook Sapling项目测试编写指南

Facebook Sapling项目测试编写指南 sapling A Scalable, User-Friendly Source Control System. 项目地址: https://gitcode.com/gh_mirr...

2025-06-06 09:21:29 306

原创 动态规划经典问题:多重背包问题详解

动态规划经典问题:多重背包问题详解 LeetCode-Py ⛽️「算法通关手册」:超详细的「算法与数据结构」基础讲解教程,从零基础开始学习算法知识,800+ 道「LeetCode 题目」详细解析,200 道「大厂面试热门题目」。 ...

2025-06-06 09:06:47 231

原创 TensorBoard文本摘要功能详解:记录与可视化文本数据

TensorBoard文本摘要功能详解:记录与可视化文本数据 tensorboard TensorFlow's Visualization Toolkit 项目地址: https://gitcode.com/gh_mirrors/...

2025-06-06 09:05:33 277

原创 Darts项目中的超参数优化技术详解

Darts项目中的超参数优化技术详解 darts A python library for user-friendly forecasting and anomaly detection on time series. 项目地址:...

2025-06-05 09:01:14 360

原创 Vue Storefront项目中的UI定制指南

Vue Storefront项目中的UI定制指南 vue-storefront The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have cust...

2025-06-04 09:00:19 406

原创 Seaborn数据可视化库安装与快速入门指南

Seaborn数据可视化库安装与快速入门指南 seaborn Seaborn是基于matplotlib的数据可视化库,特别适合绘制统计图表,内置了许多复杂图形样式和颜色映射方案,使数据分析结果呈现更具吸引力和专业性。 项目地址: ...

2025-06-03 09:03:10 432

原创 Android音乐播放器UAMP架构设计与实现全解析

Android音乐播放器UAMP架构设计与实现全解析 uamp A sample audio app for Android 项目地址: https://gitcode.com/gh_mirrors/ua/uamp ...

2025-06-03 09:02:45 377

原创 使用llmware快速掌握RAG技术:从入门到实战

使用llmware快速掌握RAG技术:从入门到实战 llmware Providing enterprise-grade LLM-based development framework, tools, and fine-tuned models. ...

2025-06-03 09:01:28 304

原创 在Kubernetes集群上部署goauthentik/authentik的完整指南

在Kubernetes集群上部署goauthentik/authentik的完整指南 authentik The authentication glue you need. 项目地址: https://gitcode.com/gh...

2025-06-02 09:05:49 403

原创 深入解析Phil-opp/blog_os项目:实现屏幕打印功能

深入解析Phil-opp/blog_os项目:实现屏幕打印功能 blog_os Writing an OS in Rust 项目地址: https://gitcode.com/gh_mirrors/bl/blog_os ...

2025-06-02 09:05:48 248

原创 dy:构建目录树YAML的利器

dy:构建目录树YAML的利器 dy Construct YAML from a directory tree 项目地址: https://gitcode.com/gh_mirrors/dy1/dy ...

2025-06-01 09:00:03 285

原创 react-native-passkeys:为跨平台应用提供统一的密钥认证解决方案

react-native-passkeys:为跨平台应用提供统一的密钥认证解决方案 react-native-passkeys 项目地址: https://gitcode.com/gh_mirrors/re/react-nati...

2025-06-01 09:00:03 389

原创 VLM-3R:探索视觉语言模型的3D理解新境界

VLM-3R:探索视觉语言模型的3D理解新境界 VLM-3R VLM-3R: Vision-Language Models Augmented with Instruction-Aligned 3D Reconstruction ...

2025-05-31 09:00:06 288

原创 NetBeans:项目的核心功能/场景

NetBeans:项目的核心功能/场景 netbeans Emmet plugin for NetBeans 项目地址: https://gitcode.com/gh_mirrors/netbe/netbeans ...

2025-05-31 09:00:02 352

原创 理解卷积神经网络中的多通道机制 - 基于d2l-zh项目解析

理解卷积神经网络中的多通道机制 - 基于d2l-zh项目解析 d2l-zh 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。 项目地址: https://gitcode.com/g...

2025-05-30 09:03:51 249

原创 深入解析Advanced-Java项目中的TopK问题解决方案

深入解析Advanced-Java项目中的TopK问题解决方案 advanced-java ???? Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、...

2025-05-30 09:02:50 271

原创 macOS 安全配置项目启动与配置教程

macOS 安全配置项目启动与配置教程 applesec Draft SP 800-179r1 macOS 10.12 Security project files: draft publication, security settings spreadsheet and Bash script implementati...

2025-05-28 09:01:08 321

原创 React Native Workers:在React Native中实现多线程处理

React Native Workers:在React Native中实现多线程处理 react-native-workers Do heavy data process outside of your UI JS thread. ...

2025-05-28 09:00:53 398

原创 NativeScript Audio 插件项目启动和配置教程

NativeScript Audio 插件项目启动和配置教程 nativescript-audio :microphone: NativeScript plugin to record and play audio :musical_note: ...

2025-05-28 09:00:45 375

原创 GemUpdater 使用教程

GemUpdater 使用教程 gem_updater Update gems in your Gemfile and fetch their changelogs 项目地址: https://gitcode.com/gh_mir...

2025-05-25 09:00:07 262

原创 Spotify推荐系统挑战开源项目教程

Spotify推荐系统挑战开源项目教程 spotify-recsys-challenge A complete set of Recommender Systems techniques used in the Spotify Recsys Challenge 2018 developed by a team of MS...

2025-05-23 09:01:16 310

原创 recipe-el_fuego_viviente:开源发酵辣椒酱制作指南

recipe-el_fuego_viviente:开源发酵辣椒酱制作指南 recipe-el_fuego_viviente Fermented Chili "Open Sauce" - My most starred repo has no code in it! ...

2025-05-12 19:10:30 747

原创 nokia-book:电信网络机器学习应用指南

nokia-book:电信网络机器学习应用指南 nokia-book NOKIA Book covers selected aspects of the telecommunication industry programmer's work ...

2025-05-09 17:20:40 782

原创 100-words-design-patterns-java 的安装和配置教程

100-words-design-patterns-java 的安装和配置教程 100-words-design-patterns-java GoF Design Patterns, each pattern described with story from real life. ...

2025-04-27 10:20:32 316

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除