由买买提看人间百态
登录
首页
论坛
未名存档
话题女王
小圈子
马甲追踪
版面排名
流量曲线
水枪排名
发帖量曲线
发帖版面饼图
发帖时间柱图
关于本站
帮助
boards
本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字
访问原贴
Programming版
- 再请教两道QuantC++面试题
相关主题
●
关于内存泄漏
●
C++一个string的小问题
●
如何在fortran中定义一个动态的数组?
●
C++ Interview Question
●
几个问题
●
内存分配问题
●
vector
的析构问题
●
a small question about c++ memory allocation
●
问一个 Andrei A. 的 Modern c++ design 书里边的一个问题
●
请教关于allocator member function 的问题
●
现在iOS的内存管理是怎么样的?
●
在子函数内开内存,返回主函数指针然后释放空间是不是很糟糕的(转载)
●
effective C++里的memory pool 一问:
●
关于C/C++里的Static variable的memory allocation/initializa
●
why do we still use dynamic allocation?
●
什么是OS Memory management and heap structure?
相关话题的讨论汇总
话题: quant
话题: 矩阵
话题: c++
话题: traversing
进入Programming版参与讨论
1
(共1页)
N****M
发帖数: 158
1
第二题很难,第一题也不好弄。高手请指教。
1. 一个树的每个node有个value,实现Traversing 这个树而且实现一个对于这些
values的操作(例如,summing the squares)
2. Allocating and deallocating memory for 一个四维的矩阵, 并且设置这个矩阵
中的每个数为随机数。
t****t
发帖数: 6806
2
你这都是入门C++题, 找本入门书看看吧.
【在 N****M 的大作中提到】
: 第二题很难,第一题也不好弄。高手请指教。
: 1. 一个树的每个node有个value,实现Traversing 这个树而且实现一个对于这些
: values的操作(例如,summing the squares)
: 2. Allocating and deallocating memory for 一个四维的矩阵, 并且设置这个矩阵
: 中的每个数为随机数。
N****M
发帖数: 158
3
亲自收到的题,要求写出完整的code。
不过我很差了,请高手推荐书。谢谢。
【在 t****t 的大作中提到】
: 你这都是入门C++题, 找本入门书看看吧.
c********s
发帖数: 817
4
> 1. 一个树的每个node有个value,实现Traversing 这个树而且实现一个对于这些
> values的操作(例如,summing the squares)
Chapter 5 and 6 of this book
http://people.cs.vt.edu/~shaffer/Book/C++3e20120605.pdf
The source code is in the book, and can be found here as well:
http://people.cs.vt.edu/~shaffer/Book/C++3e/progs/
> 2. Allocating and deallocating memory for 一个四维的矩阵, 并且设置这个矩阵
> 中的每个数为随机数。
http://www.cplusplus.com/forum/articles/7459/
It contains examples for 2D and 3D array. There should be a lot of sources
for random number, e.g.,
http://www.daniweb.com/software-development/cpp/threads/1769/c-random-numbers
and
http://www.cplusplus.com/reference/clibrary/cstdlib/rand/
N****M
发帖数: 158
5
真是好人,攒人品啊!
太感谢了!
矩阵
【在 c********s 的大作中提到】
: > 1. 一个树的每个node有个value,实现Traversing 这个树而且实现一个对于这些
: > values的操作(例如,summing the squares)
: Chapter 5 and 6 of this book
:
http://people.cs.vt.edu/~shaffer/Book/C++3e20120605.pdf
: The source code is in the book, and can be found here as well:
http://people.cs.vt.edu/~shaffer/Book/C++3e/progs/
: > 2. Allocating and deallocating memory for 一个四维的矩阵, 并且设置这个矩阵
: > 中的每个数为随机数。
:
http://www.cplusplus.com/forum/articles/7459/
: It contains examples for 2D and 3D array. There should be a lot of sources
: for random number, e.g.,
http://www.daniweb.com/software-development/cpp/threads/1769/c-random-numbers
and
http://www.cplusplus.com/reference/clibrary/cstdlib/rand/
b*******s
发帖数: 5216
6
quant的面试看上去很简单啊
C*********e
发帖数: 587
7
这应该是developer的面试,不是quant
【在 b*******s 的大作中提到】
: quant的面试看上去很简单啊
N****M
发帖数: 158
8
是Quant Developer
【在 C*********e 的大作中提到】
: 这应该是developer的面试,不是quant
C*********e
发帖数: 587
9
bank很少听说有对外收quant developer的,有但是很少
【在 N****M 的大作中提到】
: 是Quant Developer
A**u
发帖数: 2458
10
学习啦
不熟悉c分配高维矩阵
相关主题
●
现在iOS的内存管理是怎么样的?
●
C++一个string的小问题
●
effective C++里的memory pool 一问:
●
C++ Interview Question
●
why do we still use dynamic allocation?
●
内存分配问题
进入Programming版参与讨论
f*****e
发帖数: 2992
11
问一题两题还行,大规模的问就是作弊。
【在 A**u 的大作中提到】
: 学习啦
: 不熟悉c分配高维矩阵
b*******s
发帖数: 5216
12
这个水平的问题,我很好奇是哪一家bank
【在 f*****e 的大作中提到】
: 问一题两题还行,大规模的问就是作弊。
h*******s
发帖数: 8454
13
同好奇
quant dev挣得多么?
【在 b*******s 的大作中提到】
: 这个水平的问题,我很好奇是哪一家bank
d**********x
发帖数: 4083
14
不少。。
【在 h*******s 的大作中提到】
: 同好奇
: quant dev挣得多么?
n******t
发帖数: 4406
15
这问题也不是那么简单,很多人也写不对。
【在 b*******s 的大作中提到】
: 这个水平的问题,我很好奇是哪一家bank
1
(共1页)
进入Programming版参与讨论
相关主题
●
什么是OS Memory management and heap structure?
●
问一个 Andrei A. 的 Modern c++ design 书里边的一个问题
●
perl or python?
●
现在iOS的内存管理是怎么样的?
●
请问如何才能对binary tree的题大小通吃?
●
effective C++里的memory pool 一问:
●
问个树遍历的线程化问题
●
why do we still use dynamic allocation?
●
关于内存泄漏
●
C++一个string的小问题
●
如何在fortran中定义一个动态的数组?
●
C++ Interview Question
●
几个问题
●
内存分配问题
●
vector
的析构问题
●
a small question about c++ memory allocation
相关话题的讨论汇总
话题: quant
话题: 矩阵
话题: c++
话题: traversing
未名新帖统计
// 7月16日
#
版面
帖数(主题数)
-
全站
4871 (796)
1
Military
3777 (569)
2
Stock
341 (51)
3
Joke
117 (17)
4
History
116 (3)
5
Automobile
100 (9)
6
USANews
55 (9)
7
Midlife
45 (1)
8
Headline
41 (41)
9
Dreamer
33 (13)
10
FleaMarket
32 (20)
11
Living
30 (7)
* 这里只显示发帖超过25的版面,努力灌水吧:-)
历史上的今天
faintcat妹妹看进来~~
发表于12年前.
NSC, PD 1/7/2007, EB2, ...
发表于11年前.
[FBA求购]MJVE2 758 MJVM2 ...
发表于6年前.
老生常谈,归与不归
发表于10年前.
【申请】Seattle西雅图 版版主——申请人...
发表于9年前.
宝宝出生,头骨骨折,求祝福
发表于9年前.
求推荐舒缓优美的古典音乐
发表于11年前.
百分之一的北京人上北大 中国网友愤怒(转载)
发表于10年前.
新人带狗狗Bailey来报道
发表于12年前.
全世界最有价值的运动队
发表于10年前.
请问大切诺基的质量如何
发表于6年前.
TNND,军版全是BKC
发表于15年前.
Inception
发表于12年前.
微软的有些家属可真恶心,为了卖保险脸都不要了
发表于10年前.
每周坐高铁的苦逼来说说感受吧!!
发表于9年前.