240 发简信
IP属地:陕西
  • Resize,w 360,h 240
    第三课.特征工程

    1. 前言 特征 = 数据中抽取出来对结果预测有用的信息 2. 数据与特征处理 2.1 数据采集 2.2 数据格式化 2.3 数据清洗 2.4 ...

  • LeetCode Tag: Back tracking

    LeetCode 93 Restore IP Addresses Description Given a string containing o...

  • Resize,w 360,h 240
    第1章 分布式系统(Wiki)

    1. 分布式系统 A distributed system is one in which components located at netw...

  • 第四章对象与类(Wiki)

    面向对象程序设计概述 1. 类 构造对象的模版或蓝图 2. 对象的三个特性 对象的行为 对象的状态 对象的标识 3. 类之间的关系 依赖(use...

  • Leetcode151. Reverse Words in a String

    Description: Given an input string, reverse the string word by word. For...

  • LeetCode434. Number of Segments in a String

    Count the number of segments in a string, where a segment is defined to ...

  • Leetcode227. Basic Calculator II

    Implement a basic calculator to evaluate a simple expression string.The ...

  • Spring建站补充资料

    一. Spring(bean) 1. Spring bean 的装配机制 XML 显式配置 Java 显式配置 隐藏的bean发现机制和自动装配...

  • Leetcode14. Longest Common Prefix

    Write a function to find the longest common prefix string amongst an arr...