240 发简信
IP属地:山东
  • WebRTC编译器GN介绍

    GN 使用gn编译项目的过程: 编写.gn文件模块化各个模块,分别写一个build.gn,添加进主目录的build.gn的依赖中。 gn gen...

  • Java程序员学习C++(第一篇)

    1. 数据类型与变量 C++中布尔类型是bool,字符串类型是string 需要注意的点 string 都是 ASCII, 而不是unicode...

  • 二叉树遍历

    二叉树的遍历 1. 前序遍历 1.1 递归前序遍历 1.2 非递归前序遍历 2 中序遍历 2.1递归遍历 2.2非递归中序遍历 3 后序遍历 3...

  • 用python实现各种排序

    从简单到复杂大致排序 1. 内置排序函数(不要太简单好吗) 2. 冒泡排序(排序的helloword) 3.插入排序(静静躺着,期待下面大佬的表...

  • 格子里的整数

    Description Given a square grid of size n, each cell of which contains i...

  • 路上的球

    Description There are two parallel roads, each containing N and M bucket...

  • Resize,w 360,h 240
    管道网络

    Description Every house in the colony has at most one pipe going into it...

  • 硬币最小数量

    Description Given the list of coins of distinct denominations and total ...