IT技术小密圈
IT技术小密圈
全部文章
分类
C++(3)
Effective C++ 笔记(4)
LeetCode(151)
LeetCode Weekly Contest 92(1)
LeetCode Weekly Contest 93(2)
linux(2)
TCP/IP 协议(3)
windows(1)
未归档(33)
杨领well 的 TCP/IP 协议专栏(7)
杨领well的 LeetCode 题解专栏(59)
源码(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
IT技术小密圈的博客
君子食无求饱,居无求安,敏于事而慎于言,就有道而正焉。
全部文章
(共243篇)
LeetCode: 76. Minimum Window Substring
LeetCode: 76. Minimum Window Substring 题目描述 Given a string S and a string T, find the minimum window in S which will contain all the characters in T...
2018-02-28
0
513
从零开始 OpenCV (三) —— 矩阵/图像的基本操作
从零开始 OpenCV (三) —— 矩阵/图像的基本操作 基本操作 “加” 操作: cvAdd(), cvAddS(), cvAddWeighted() cvAdd 将 mask 指定的元素相加; cvAddS 将 mask 指定的元素与标量 value 相加; cvAddWeig...
2017-12-24
0
548
从零开始 OpenCV (二) —— OpenCV 的基本数据类型和基本函数
从零开始 OpenCV (二) —— OpenCV 的基本数据类型和基本函数 注: 本系列博客主要针对 OpenCV 的 C 语言库部分。 OpenCV 的基本数据类型及其相关函数 在 ...\opencv\build\include\opencv2\core\types_c....
2017-12-16
0
392
从零开始 OpenCV (一) —— 环境配置(OpenCV 3.3.1 + VS 2017)
从零开始 OpenCV (一) —— 环境配置(OpenCV 3.3.1 + VS 2017) Here you can read tutorials about how to set up your computer to work with the OpenCV library in o...
2017-10-28
0
410
用 HTTP 协议下载资源(WinINet 实现)
用 HTTP 协议下载资源(WinINet 实现) WinINet 使用 HTTP 协议下载资源的流程 相关函数 InternetCrackUrl 解析 URL BOOL InternetCrackUrl( _In_ LPCTSTR lpszUrl, ...
2017-10-17
0
1009
LeetCode: 66. Plus One
LeetCode: 66. Plus One 题目描述 Given a non-negative integer represented as a non-empty array of digits, plus one to the integer. You may assume the in...
leetcode
66-Plus-O
2017-08-13
0
518
LeetCode: 65.Valid Number
LeetCode: 65.Valid Number 题目描述 Validate if a given string is numeric. Some examples: "0" => true " 0.1 " => true "...
2017-08-13
0
560
进程间通信 —— 管道(Interprocess Communications —— Pipes)
进程间通信 —— 管道(Interprocess Communications —— Pipes) 管道分为匿名管道(anonymous pipes)和命名管道(named pipes.)两类, 其中匿名管道需要更少的开销, 但是其能提供的服务是有限的。 这里用到的管道(pipe)这个术语, 望...
通信
进程间通信
管道
2017-08-06
0
2382
2017年暑假实习面经: 去哪儿网(一面, 二面, HR面, Offer), 腾讯IEG(一面, GG...), 百度(一面, 二面, 三面, offer)
2017年暑假实习面经: 去哪儿网(一面, 二面, HR面, Offer), 腾讯IEG(一面, GG…), 百度(一面, 二面, 三面, offer) 经过几个月的努力, 春招应该就这么结束了。总的来说这次春招结果还是比较理想(去哪儿网 offer + 百度 offer)。有点遗憾是腾讯一面由于...
2017-05-20
1
1284
二维数组中的查找(LeetCode: 74. Search a 2D Matrix)
二维数组中的查找(LeetCode: 74. Search a 2D Matrix) 题目描述 在一个二维数组中,每一行都按照从左到右递增的顺序排序,每一列都按照从上到下递增的顺序排序。请完成一个函数,输入这样的一个二维数组和一个整数,判断数组中是否含有该整数。 解题思路 相当于二维的二分查...
2017-04-10
0
516
首页
上一页
16
17
18
19
20
21
22
23
24
25
下一页
末页