f*y
2 楼
since there are containers like vector, we can allocate memories at run time
much easier and do not need
to worry about the memory leak. It seems to me the "new","alloc" operators
are no longer necessary in
C++. At least, the programmers do not need to handle them directly at all. But
why they are still there?
much easier and do not need
to worry about the memory leak. It seems to me the "new","alloc" operators
are no longer necessary in
C++. At least, the programmers do not need to handle them directly at all. But
why they are still there?
r*z
3 楼
keywords: Doostang, SPG
y*r
4 楼
现在和导师相处不是很愉快,尽管我很想完成博士学位,不过没有钱,我也只有找工作
了,下面是我读书的课程,可惜没有什么设计课程,而且偏向于道路分析和固体力学方
向,更不知道该向什么方向努力了。
" CE431 Pavement Design and Analysis I
" CE802 Introduction Dynamics/Earthquake Engineering
" CE804 Mechanics for Infrastructure
" CE810 Reliability - Based Design
" CE813 Soil Dynamics
" CE815 Slope Stability & Stabilized Technology
" CE831 Advanced Concrete Pavement Analysis & Design
" CE832 Advanced Asphalt Pavements
" ECE863 Analysis of
了,下面是我读书的课程,可惜没有什么设计课程,而且偏向于道路分析和固体力学方
向,更不知道该向什么方向努力了。
" CE431 Pavement Design and Analysis I
" CE802 Introduction Dynamics/Earthquake Engineering
" CE804 Mechanics for Infrastructure
" CE810 Reliability - Based Design
" CE813 Soil Dynamics
" CE815 Slope Stability & Stabilized Technology
" CE831 Advanced Concrete Pavement Analysis & Design
" CE832 Advanced Asphalt Pavements
" ECE863 Analysis of
s*n
5 楼
Merry Christmas!!!
p*o
7 楼
vector is a library, new is a language feature, how can you
implement vector without new?
Anyway I agree with you that in many cases, new should not be
used directly nowadays.
time
【在 f******y 的大作中提到】
: since there are containers like vector, we can allocate memories at run time
: much easier and do not need
: to worry about the memory leak. It seems to me the "new","alloc" operators
: are no longer necessary in
: C++. At least, the programmers do not need to handle them directly at all. But
: why they are still there?
implement vector without new?
Anyway I agree with you that in many cases, new should not be
used directly nowadays.
time
【在 f******y 的大作中提到】
: since there are containers like vector, we can allocate memories at run time
: much easier and do not need
: to worry about the memory leak. It seems to me the "new","alloc" operators
: are no longer necessary in
: C++. At least, the programmers do not need to handle them directly at all. But
: why they are still there?
h*r
8 楼
如果你去industry,很多东西是工作中学的。你这种背景,去做site development or
transportation engineering (like roadway design)都行。并且你还有AutoCAD背景
。我都是工作后自学的AutoCAD。
【在 y******r 的大作中提到】
: 现在和导师相处不是很愉快,尽管我很想完成博士学位,不过没有钱,我也只有找工作
: 了,下面是我读书的课程,可惜没有什么设计课程,而且偏向于道路分析和固体力学方
: 向,更不知道该向什么方向努力了。
: " CE431 Pavement Design and Analysis I
: " CE802 Introduction Dynamics/Earthquake Engineering
: " CE804 Mechanics for Infrastructure
: " CE810 Reliability - Based Design
: " CE813 Soil Dynamics
: " CE815 Slope Stability & Stabilized Technology
: " CE831 Advanced Concrete Pavement Analysis & Design
transportation engineering (like roadway design)都行。并且你还有AutoCAD背景
。我都是工作后自学的AutoCAD。
【在 y******r 的大作中提到】
: 现在和导师相处不是很愉快,尽管我很想完成博士学位,不过没有钱,我也只有找工作
: 了,下面是我读书的课程,可惜没有什么设计课程,而且偏向于道路分析和固体力学方
: 向,更不知道该向什么方向努力了。
: " CE431 Pavement Design and Analysis I
: " CE802 Introduction Dynamics/Earthquake Engineering
: " CE804 Mechanics for Infrastructure
: " CE810 Reliability - Based Design
: " CE813 Soil Dynamics
: " CE815 Slope Stability & Stabilized Technology
: " CE831 Advanced Concrete Pavement Analysis & Design
E*7
11 楼
For objects that use dynamic memory, new operation must be performed in the constructor to allocate the memory. An object used in containers such as vector must have a constructor either written by the programmer to initialize it or a default constructor generated by the compiler by default. If your program always deals built-in type such as integer in vector where the constructor of int generated by the compiler by default always does its job, you need not worry about dynamic allocation at
y*r
12 楼
大家帮忙呀
我还不知道该怎么办呀
谢谢
【在 y******r 的大作中提到】
: 现在和导师相处不是很愉快,尽管我很想完成博士学位,不过没有钱,我也只有找工作
: 了,下面是我读书的课程,可惜没有什么设计课程,而且偏向于道路分析和固体力学方
: 向,更不知道该向什么方向努力了。
: " CE431 Pavement Design and Analysis I
: " CE802 Introduction Dynamics/Earthquake Engineering
: " CE804 Mechanics for Infrastructure
: " CE810 Reliability - Based Design
: " CE813 Soil Dynamics
: " CE815 Slope Stability & Stabilized Technology
: " CE831 Advanced Concrete Pavement Analysis & Design
我还不知道该怎么办呀
谢谢
【在 y******r 的大作中提到】
: 现在和导师相处不是很愉快,尽管我很想完成博士学位,不过没有钱,我也只有找工作
: 了,下面是我读书的课程,可惜没有什么设计课程,而且偏向于道路分析和固体力学方
: 向,更不知道该向什么方向努力了。
: " CE431 Pavement Design and Analysis I
: " CE802 Introduction Dynamics/Earthquake Engineering
: " CE804 Mechanics for Infrastructure
: " CE810 Reliability - Based Design
: " CE813 Soil Dynamics
: " CE815 Slope Stability & Stabilized Technology
: " CE831 Advanced Concrete Pavement Analysis & Design
b*5
13 楼
新年快乐!
f*n
14 楼
谢斑竹包子!
s*h
15 楼
entry level,都行.看你想在什么方向了
x*1
16 楼
新年快乐
y*r
18 楼
自己顶一下
期待大家的帮助
谢谢
【在 y******r 的大作中提到】
: 现在和导师相处不是很愉快,尽管我很想完成博士学位,不过没有钱,我也只有找工作
: 了,下面是我读书的课程,可惜没有什么设计课程,而且偏向于道路分析和固体力学方
: 向,更不知道该向什么方向努力了。
: " CE431 Pavement Design and Analysis I
: " CE802 Introduction Dynamics/Earthquake Engineering
: " CE804 Mechanics for Infrastructure
: " CE810 Reliability - Based Design
: " CE813 Soil Dynamics
: " CE815 Slope Stability & Stabilized Technology
: " CE831 Advanced Concrete Pavement Analysis & Design
期待大家的帮助
谢谢
【在 y******r 的大作中提到】
: 现在和导师相处不是很愉快,尽管我很想完成博士学位,不过没有钱,我也只有找工作
: 了,下面是我读书的课程,可惜没有什么设计课程,而且偏向于道路分析和固体力学方
: 向,更不知道该向什么方向努力了。
: " CE431 Pavement Design and Analysis I
: " CE802 Introduction Dynamics/Earthquake Engineering
: " CE804 Mechanics for Infrastructure
: " CE810 Reliability - Based Design
: " CE813 Soil Dynamics
: " CE815 Slope Stability & Stabilized Technology
: " CE831 Advanced Concrete Pavement Analysis & Design
y*r
21 楼
还没有解决好呀
自己顶一下
期待大家的帮助
谢谢
【在 y******r 的大作中提到】
: 现在和导师相处不是很愉快,尽管我很想完成博士学位,不过没有钱,我也只有找工作
: 了,下面是我读书的课程,可惜没有什么设计课程,而且偏向于道路分析和固体力学方
: 向,更不知道该向什么方向努力了。
: " CE431 Pavement Design and Analysis I
: " CE802 Introduction Dynamics/Earthquake Engineering
: " CE804 Mechanics for Infrastructure
: " CE810 Reliability - Based Design
: " CE813 Soil Dynamics
: " CE815 Slope Stability & Stabilized Technology
: " CE831 Advanced Concrete Pavement Analysis & Design
自己顶一下
期待大家的帮助
谢谢
【在 y******r 的大作中提到】
: 现在和导师相处不是很愉快,尽管我很想完成博士学位,不过没有钱,我也只有找工作
: 了,下面是我读书的课程,可惜没有什么设计课程,而且偏向于道路分析和固体力学方
: 向,更不知道该向什么方向努力了。
: " CE431 Pavement Design and Analysis I
: " CE802 Introduction Dynamics/Earthquake Engineering
: " CE804 Mechanics for Infrastructure
: " CE810 Reliability - Based Design
: " CE813 Soil Dynamics
: " CE815 Slope Stability & Stabilized Technology
: " CE831 Advanced Concrete Pavement Analysis & Design
g*6
23 楼
你想不想换个学校念博士,我知道有个教授NSF项目刚下来。
n*1
25 楼
投你票的给包子吧。。
相关阅读