240 发简信
IP属地:甘肃
  • Resize,w 360,h 240
    win10+visual studio 2015安装caffe和caffe 2

      caffe和caffe 2都是优秀的深度学习框架。  自从2013年,贾杨清在2013.9.13发布了caffe的第一个版本,caffe就受...

  • 条件锁和互斥锁

    互斥锁:体现的是一种竞争,我离开了,通知你进来。用于防止资源读写竞争关系。条件锁:体现的是一种协作,我准备好了,通知你开始吧,一般用于线程同步,...

  • 152. Maximum Product Subarray

    Find the contiguous subarray within an array (containing at least one nu...

  • 122. Best Time to Buy and Sell Stock II

    Say you have an array for which the ith element is the price of a given ...

  • 121. Best Time to Buy and Sell Stock

    Say you have an array for which the ith element is the price of a given ...

  • 229. Majority Element II

    Given an integer array of size n, find all elements that appear more tha...

  • [leetcode] 169. Majority Element

    Given an array of size n, find the majority element. The majority elemen...

  • 排序算法--快速排序

    快速排序是最经典,最常用的高效排序算法之一。快排和归并排序算法一样,采用的是分治的思想。具体步骤如下: 分:从未排序数组中选择一个数组作为关键字...

  • 排序算法--插入排序

    插入排序基本思想是通过构建有序序列,对于未排序的数据,在已排序的数据中从后往前进行扫描,找到相应的位置插入。 时间复杂度O(n*n),空间复杂度...

个人介绍
抛弃过往,一切归零,从头开始
--------大龄IT剩男的学习和自我救赎之路