ICode9

精准搜索请尝试: 精确搜索
  • Trick 合集2022-08-27 20:02:30

    \[\texttt{Foreword} \]记录一些自认为还不错的小 \(Trick\)。 \[\texttt{Tricks} \] SP26308 MAXI - Get higher and higher & CF1677E Tokitsukaze and Beautiful Subsegments 启发式分裂。 P2466 [SDOI2008] Sue 的小球 & P5785 [SDOI2012]任务安排 费用提前。 \[\texttt{To

  • 【freeRTOS开发笔记】为什么xTaskCreate接口会卡死不返回2021-11-16 23:02:55

    文章目录 1 前言2 遇到的问题3 问题分析3.1 初略分析3.2 深究源码3.3 代码验证3.4 进一步分析3.5 如何优化 4 经验总结5 更多分享 1 前言 最近博主在做一些适配freeRTOS的项目,简单来说就是从别的RTOS平台迁移到freeRTOS平台。 由于之前的代码都是可用的,凭经验我们认为只

  • [每日一题] [力扣 326] 3的幂 2021.9.232021-09-23 08:33:42

    题目描述 给定一个整数,写一个函数来判断它是否是 3 的幂次方。如果是,返回 true ;否则,返回 false 。 整数 n 是 3 的幂次方需满足:存在整数 x 使得 n == 3x 示例 1: 输入:n = 27 输出:true 示例 2: 输入:n = 0 输出:false 示例 3: 输入:n = 9 输出:true 示例 4: 输入:n = 45 输出:false 提示: -2

  • [LeetCode] 975. Odd Even Jump_Hard tag: stack, dynamic programming2021-08-04 11:04:04

    You are given an integer array arr. From some starting index, you can make a series of jumps. The (1st, 3rd, 5th, ...) jumps in the series are called odd-numbered jumps, and the (2nd, 4th, 6th, ...) jumps in the series are called even-numbered jumps. Note

  • 拥抱变化,全新的WinUI2021-04-18 15:06:05

    Capability/feature WinUI 3 UWP XAML & WinUI 2 WPF WinForms MFC Windows app types supported UWP (Preview) and Win32 UWP Win32 Win32 Win32 Windows versions supported Windows 10 (1809+) Windows 10 (1703+) Windows XP or higher Windows XP or higher Wi

  • Get Started with WebRTC2021-03-03 21:33:37

    Get Started with WebRTC HTML5 Rocks Table of Contents Real-time communication without plugins Quick start A very short history of WebRTC Where are we now? Your first WebRTC MediaStream API (also known as getUserMedia API) Signaling: Session control, net

  • 在自己电脑搭建 WSL 2 运行环境总结2021-01-05 09:36:34

    在自己电脑搭建 WSL 2 运行环境总结 参考文档 https://docs.microsoft.com/en-us/windows/wsl/install-win10 Enable the Windows Subsystem for Linux 管理员权限运行 powershell: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /nores

  • wsl2 + vscode 开发环境配置2020-12-23 20:36:20

      windows下开启wsl2参考官方文档:   系统版本要求: (For x64 systems) Version 1903 or higher, with Build 18362 or higher.   https://docs.microsoft.com/en-us/windows/wsl/install-win10#manual-installation-steps   WSL 2 with Visual Studio Code   参考官方

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有