- 博客(6)
- 问答 (1)
- 收藏
- 关注
翻译 reverse(a,b)怎么理解?
1.reverse(a,b)template <class BidirectionalIterator> void reverse (BidirectionalIterator first, BidirectionalIterator last); 调换元素的范围反转[first,last)范围内的元素的顺序该函数调用iter_swap来将元素放到他们的新位置这个函数...
2020-02-13 13:07:33
526
原创 如何用visual studio做leetcode?
在visual studio上做题,可以根据自己的情况进行调试而且对问题的提示也清楚很多找了一下午终于自己弄明白了(咱也不知道为什么这么久才弄明白)下面请看具体步骤1.找到leetcode要答题的页面(本文使用的是[203.移出链表元素]) 进入题目页面后,找到答题区域可以看到,网页显示的代码只有类class,主函数main以及其他的部分...
2020-02-10 11:05:43
6176
原创 code blocks 遇到的问题汇总(不是优快云的)
1.如何用codeblocks编写C++程序?https://jingyan.baidu.com/article/48b558e316a2817f38c09a98.html2.Code::Blocks如何支持C++11特性https://www.cnblogs.com/guolixiucai/p/5370243.html
2019-05-30 01:40:00
375
翻译 数据结构和算法教程-home
Data Structures are the programmatic way of storing data so that data can be used efficiently. Almost every enterprise application uses various types of data structures in one or the other way. This...
2019-04-20 16:26:30
518
原创 android studio 遇到 app error launching怎么办?
亲身经历把app模式换成project模式然后 clean project ,rebuild projectAndroid Studio 如何clean project时隔一段时间,又碰到这种问题,这次不灵了,用了下面链接的方法二(adb命令用AS自带的Terminal即可,不用另外配置)https://blog.youkuaiyun.com/qq_30552993/articl...
2019-04-17 11:22:00
5281
原创 JAVA 学习:Asking Questions
Java Scanner 类 的参考资料java.util.Scanner 是 Java5 的新特征,我们可以通过 Scanner 类来获取用户的输入。下面是创建 Scanner 对象的基本语法:Scanner s = new Scanner(System.in);import java.util.Scanner; //使用scanner类别忘了public class...
2019-04-11 17:47:38
311
空空如也
visual studio 2019 和 xfec 有什么区别?
2020-01-19
TA创建的收藏夹 TA关注的收藏夹
TA关注的人