avatar
matlab的 GUI出错# Computation - 科学计算
h*o
1
会有一段视频对当年的比赛做宣传
比如ncaa的football, nba的
还有什么网球公开赛的
似乎奥运,世界杯也有类似的视频。
请问,这类为当年比赛做宣传,或者说广告的那段视频
用英语咋说啊,是哪个单词?谢谢了
avatar
w*n
2
享年99岁
avatar
G*n
3
【 以下文字转载自 JobHunting 讨论区 】
发信人: GreenBean (I am THE Greenbean), 信区: JobHunting
标 题: char *p = "string literal"; 和 char a[] = "string liter
发信站: BBS 未名空间站 (Tue Aug 12 01:56:44 2008)
char *f(void)
{
char a[] = "string literal";
return a;
}
//bad: returning address of local variable or temporary
char *f(void)
{
char *p = "string literal";
return p;
}//Is this good?
这里这个p怎么理解,不也是local的吗?据说是static的所以没问题?可是没定义是static
的啊?
avatar
h*a
4
【 以下文字转载自 Hardware 讨论区 】
发信人: hahaha (个人), 信区: Hardware
标 题: where can I buy a replacement receiver for logitech MX3200 mouse and keyboard?
发信站: BBS 未名空间站 (Fri Aug 1 16:05:07 2008)
I bought a set of MX3200 laser mouse and keyboard last Nov. But the usb
receiver is broken by my son. Where can I buy a replacement receiver? Can I
get it in a local store? Thanks a lot!
avatar
s*r
5
我在编辑一个gui界面的fig文件
忽然出了什么java的error
然后fig文件就变成了1kb的不可用文件
但是m文件还完整
有什么办法恢复么?
thanks alot!
avatar
d*w
6
pre game show?

【在 h*****o 的大作中提到】
: 会有一段视频对当年的比赛做宣传
: 比如ncaa的football, nba的
: 还有什么网球公开赛的
: 似乎奥运,世界杯也有类似的视频。
: 请问,这类为当年比赛做宣传,或者说广告的那段视频
: 用英语咋说啊,是哪个单词?谢谢了

avatar
l*i
7
sigh 真的是有寿无福啊 最后几年过的太凄凉了

【在 w*****n 的大作中提到】
: 享年99岁
avatar
b*a
8
String is different with array.
avatar
h*s
9
Call Logitech and they will send you a new one.

and keyboard?
I

【在 h****a 的大作中提到】
: 【 以下文字转载自 Hardware 讨论区 】
: 发信人: hahaha (个人), 信区: Hardware
: 标 题: where can I buy a replacement receiver for logitech MX3200 mouse and keyboard?
: 发信站: BBS 未名空间站 (Fri Aug 1 16:05:07 2008)
: I bought a set of MX3200 laser mouse and keyboard last Nov. But the usb
: receiver is broken by my son. Where can I buy a replacement receiver? Can I
: get it in a local store? Thanks a lot!

avatar
E*V
10
一个土办法,按照m文件,
自己在做一遍?
呵呵

【在 s*****r 的大作中提到】
: 我在编辑一个gui界面的fig文件
: 忽然出了什么java的error
: 然后fig文件就变成了1kb的不可用文件
: 但是m文件还完整
: 有什么办法恢复么?
: thanks alot!

avatar
r*o
11
trail?

【在 h*****o 的大作中提到】
: 会有一段视频对当年的比赛做宣传
: 比如ncaa的football, nba的
: 还有什么网球公开赛的
: 似乎奥运,世界杯也有类似的视频。
: 请问,这类为当年比赛做宣传,或者说广告的那段视频
: 用英语咋说啊,是哪个单词?谢谢了

avatar
w*n
12


【在 w*****n 的大作中提到】
: 享年99岁
avatar
G*n
13
麻烦展开说说,为什么这里的p在函数返回后它指向的地址还能保持原来的值?
这部分memory什么时候会释放?

【在 b**a 的大作中提到】
: String is different with array.
avatar
s*r
14
果然土:)
avatar
d*w
15
you mean movie trailer?

【在 r****o 的大作中提到】
: trail?
avatar
w*n
16
sigh
真是晚景凄凉啊,这可真是国宝级的,与杨小楼同过台的还能有几位?

【在 l**i 的大作中提到】
: sigh 真的是有寿无福啊 最后几年过的太凄凉了
avatar
t*t
17
p指向的地址从来没有变过, 这部分内存也不会被释放
avatar
h*c
18
there should be a file I don't recall the extension, file name same as the
fig file.
rename it
or read the help
avatar
p*c
19
行内叫API=Advertising, Premiums & Incentives (API).
Usually it features promotional items, logo, news for events, product
catalogs, etc...

【在 h*****o 的大作中提到】
: 会有一段视频对当年的比赛做宣传
: 比如ncaa的football, nba的
: 还有什么网球公开赛的
: 似乎奥运,世界杯也有类似的视频。
: 请问,这类为当年比赛做宣传,或者说广告的那段视频
: 用英语咋说啊,是哪个单词?谢谢了

avatar
w*n
20
贺后骂殿

【在 w*****n 的大作中提到】
: sigh
: 真是晚景凄凉啊,这可真是国宝级的,与杨小楼同过台的还能有几位?

avatar
f*Q
21
现在的同校们是不是都不学内存管理啊?
avatar
E*V
22
xxxxx.asv?

【在 h**********c 的大作中提到】
: there should be a file I don't recall the extension, file name same as the
: fig file.
: rename it
: or read the help

avatar
G*n
23
学过,就是不知道它属于哪一种

【在 f*****Q 的大作中提到】
: 现在的同校们是不是都不学内存管理啊?
avatar
h*c
24
I don't recall it is the .m bak or the .fig bak.
Just check it , both the .m and the .fig!

【在 E*V 的大作中提到】
: xxxxx.asv?
avatar
G*n
25
岂不是有memory leak
caller可以释放这部分内存吗?比如free(p)
谢谢

【在 t****t 的大作中提到】
: p指向的地址从来没有变过, 这部分内存也不会被释放
avatar
a*l
26
It's good if you understand why. But, if you don't understand why this works
, better do not try to understand and use this techinique, because it is
going to do more harm than good to you.
The point is, if you truly understand the C language and how computer works, you naturally knows why this works or might not work. If you don't understand, that means your level is not up to using these kind of technique.

【在 G*******n 的大作中提到】
: 岂不是有memory leak
: caller可以释放这部分内存吗?比如free(p)
: 谢谢

avatar
T*9
28
如果p指向另外一个地址,会不会有内存泄漏?

【在 t****t 的大作中提到】
: p指向的地址从来没有变过, 这部分内存也不会被释放
avatar
T*9
29
肯定不可以啊

【在 G*******n 的大作中提到】
: 岂不是有memory leak
: caller可以释放这部分内存吗?比如free(p)
: 谢谢

avatar
t*t
30
当然不会

【在 T*****9 的大作中提到】
: 如果p指向另外一个地址,会不会有内存泄漏?
avatar
f*Q
31
做选择题吧,A,Stack B,Data C,BSS D,Heap

【在 G*******n 的大作中提到】
: 学过,就是不知道它属于哪一种
avatar
G*n
32
谢谢
不过还是不懂为什么:内存不会被释放,而又不会造成memory leak
请明示,谢谢

【在 t****t 的大作中提到】
: 当然不会
avatar
G*n
33
我猜B
原来如此,thanks a lot!

【在 f*****Q 的大作中提到】
: 做选择题吧,A,Stack B,Data C,BSS D,Heap
avatar
T*9
34
data

【在 f*****Q 的大作中提到】
: 做选择题吧,A,Stack B,Data C,BSS D,Heap
avatar
y*a
36
"string literal" is pre-allocated in .rodata section at compile time (no memory lead proble). a[] is local to the stack but not directly point to the string (see the assemble code). p directly points to "string literal".
.section .rodata
.LC0:
.string "string literal"
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。