首页
学习
活动
专区
工具
TVP
发布

chenjx85的技术专栏

专栏作者
207
文章
186673
阅读量
44
订阅数
c++类定义和类实现
c++中我们cpp文件和.h文件的区别是,cpp文件是需要编译的文件,成为一个独立的编译单元,而h文件从来是不需要编译,只是用于预处理。
chenjx85
2019-05-25
2.9K0
vs2017+opencv4.0.1安装配置详解(win10)
笔者之前已经安装过了vs2017,对应的opencv是3.4.0版本的。但现在想体验下opencv4的改变之处,所以下载了最新的opencv4.0.1。
chenjx85
2019-03-14
1.2K0
leetcode-344-Reverse String
题目描述: Write a function that takes a string as input and returns the string reversed. Example: Given s = "hello", return "olleh". 要完成的函数: string reverseString(string s)  说明: 1、这道题目十分容易,反转字符串。就算不使用c++的内置函数来反转或者来交换字母,我们也可以自己写出来如下代码: string reverseStri
chenjx85
2018-05-21
5010
leetcode-38-Count and Say
题目描述: The count-and-say sequence is the sequence of integers with the first five terms as following: 1. 1 2. 11 3. 21 4. 1211 5. 111221 1 is read off as "one 1" or 11. 11 is read off as "two 1s" or 21. 21 is read off as "one 2, then one
chenjx85
2018-05-21
5640
leetcode-69-Sqrt(x)
题目描述: Implement int sqrt(int x). Compute and return the square root of x. x is guaranteed to be a non-negative integer. Example 1: Input: 4 Output: 2 Example 2: Input: 8 Output: 2 Explanation: The square root of 8 is 2.82842..., and since we want to return
chenjx85
2018-05-21
8010
没有更多了
社区活动
RAG七天入门训练营
鹅厂大牛手把手带你上手实战
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档