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)
杨领well 的 TCP/IP 协议专栏(7)
杨领well的 LeetCode 题解专栏(59)
源码(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
IT技术小密圈的博客
君子食无求饱,居无求安,敏于事而慎于言,就有道而正焉。
全部文章
/ 未归档
(共20篇)
LeetCode: 232. Implement Queue using Stacks
LeetCode: 232. Implement Queue using Stacks 题目描述 Implement the following operations of a queue using stacks. push(x) – Push element x to the back o...
2018-10-24
0
657
LeetCode:224.Basic Calculator
LeetCode:224.Basic Calculator 题目描述 Implement a basic calculator to evaluate a simple expression string. The expression string may contain open (and...
2018-10-18
0
621
LeetCode: 210. Course Schedule II
LeetCode: 210. Course Schedule II 题目描述 There are a total of n courses you have to take, labeled from 0 to n-1. Some courses may have prerequisites,...
2018-09-25
0
561
【源码】RapidJSON 源码剖析(0.1):调试工具 GDB 的使用
【源码】RapidJSON 源码剖析(0.1):调试工具 GDB 的使用 正式开始源码阅读之前,有必要了解一下源码阅读中用到的调试工具 GDB。 GDB(GNU Debugger) 是一种可以运行在多种类 Unix 系统上的,可移植的,适用于多种编程语言的调试器。 (The GNU De...
2018-08-19
0
641
【源码】RapidJSON 源码剖析(0):关于 RapidJSON
RapidJSON 源码剖析(0):关于 RapidJSON 为什么会有《RapidJSON 源码剖析》系列博文? 之前转载的 Technique to Read Source Code ,详细地介绍了阅读源码的技巧。《RapidJSON 源码剖析》系列博文相当于是对 Technique to ...
2018-08-04
0
939
KMP 算法(Knuth–Morris–Pratt algorithm)的基本思想
KMP 算法(Knuth–Morris–Pratt algorithm)的基本思想 阅读本文之前,您最好能够了解 KMP 算法解决的是什么问题,最好能用暴力方式(Brute Force)解决一下该问题。 KMP 算法主要想解决的是文本搜索的问题: 给定一个模式字符串 p 和一个子串 t, ...
2018-04-05
0
556
从零开始 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
408
用 HTTP 协议下载资源(WinINet 实现)
用 HTTP 协议下载资源(WinINet 实现) WinINet 使用 HTTP 协议下载资源的流程 相关函数 InternetCrackUrl 解析 URL BOOL InternetCrackUrl( _In_ LPCTSTR lpszUrl, ...
2017-10-17
0
1009
首页
上一页
1
2
下一页
末页