上一页 1 2 3 4 5 6 7 8 ··· 26 下一页
摘要: 1. 父类指针可能指向父类对象,也可能指向子类对象;子类指针只能指向子类对象; 2. 虚函数时调用方法由被指向的对象类型决定;非虚函数时调用方法由指针类型决定; 阅读全文
posted @ 2017-03-30 10:31 快点说我帅 阅读(302) 评论(0) 推荐(0)
摘要: 二、直观性说明[2]: 我们先来看点直观性的内容。矩阵的特征方程式是: 矩阵实际可以看作一个变换,方程左边就是把向量x变到另一个位置而已;右边是把向量x作了一个拉伸,拉伸量是lambda。那么它的意义就很明显了,表达了矩阵A的一个特性就是这个矩阵可以把向量x拉长(或缩短)lambda倍... 阅读全文
posted @ 2017-03-30 10:14 快点说我帅 阅读(700) 评论(0) 推荐(0)
摘要: 对数组名取地址Docker精华学习资料集锦,老司机快上车>>> 0 收藏(2) int a[5]={1,2,3,4,5}; int b[100]; 一个数组名代表的是数组中第一个元素的位置,通过数组名我们可以访问数组,先看下面两个问题 问题一: 看到一篇文章这么写的。。 int arr... 阅读全文
posted @ 2017-03-29 23:57 快点说我帅 阅读(335) 评论(1) 推荐(0)
摘要: 请找出下面程序中有哪些错误: 1 2 3 4 5 6 7 8 9 10 11 12 13 int main() { int i=10; int j=1; const int *p1;//(1) int... 阅读全文
posted @ 2017-03-29 23:40 快点说我帅 阅读(432) 评论(0) 推荐(0)
摘要: D. Iterated Linear Function time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Consider a li 阅读全文
posted @ 2017-02-02 10:12 快点说我帅 阅读(197) 评论(0) 推荐(0)
摘要: D. Dense Subsequence time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output D. Dense Subsequenc 阅读全文
posted @ 2016-10-19 21:04 快点说我帅 阅读(227) 评论(0) 推荐(0)
摘要: Good news for us: to release the financial pressure, the government started selling galaxies and we canbuy them from now on! The first one who bought a 阅读全文
posted @ 2016-10-10 17:25 快点说我帅 阅读(340) 评论(0) 推荐(0)
摘要: 6972 Domination Edward is the headmaster of Marjar University. He is enthusiastic about chess and often plays chess with his friends. What’s more, he 阅读全文
posted @ 2016-10-08 16:29 快点说我帅 阅读(226) 评论(0) 推荐(0)
摘要: 6979 Known NotationDo you know reverse Polish notation (RPN)? It is a known notation in the area of mathematics andcomputer science. It is also known 阅读全文
posted @ 2016-10-07 20:24 快点说我帅 阅读(309) 评论(1) 推荐(0)
摘要: Land of Farms Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 539 Accepted Submission(s): 177 Pro 阅读全文
posted @ 2016-10-05 15:06 快点说我帅 阅读(433) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 26 下一页