由买买提看人间百态

topics

全部话题 - 话题: reachable
首页 上页 1 2 3 4 5 6 (共6页)
c*****z
发帖数: 182
1
来自主题: Programming版 - 问个算法问题
cool, i haven't thought it in that way, can you give some more
details about how to detect reachability? or give a link, thanks!
b***y
发帖数: 2799
2
来自主题: Programming版 - [合集] Memory leak的问题
☆─────────────────────────────────────☆
mrmaoren (我是毛人毛人是我我是毛人毛人是我) 于 (Wed Apr 16 01:18:43 2008) 提到:
请问下面的这段程序,是不是分配的内存再也回不来了?
main()
{
float * p = new float[100];
exit(1);
delete [] p;
}
我原来认为这肯定是memory leak,但是用valgrind检查,说是“still reachable”。
我曾经试着分配过很大的内存作试验,完了用top看内存好象并没有少一大块。
如果没有最后那句delete [] p,valgrind就会说“definitely lost”。两种情况都没
有free内存,难道因为程序里有一句delete,编译器就会产生不同的code,然后系统可
以把内存再拿回来?
☆─────────────────────────────────────☆
mrmaoren (我是毛人毛人是我我是毛人毛人是我) 于 (Wed Apr 16 01:28:35 2
h******u
发帖数: 155
3
纯动态也可以改。JIT里面有一种技术叫 On-stack replacement (OSR),就是target 怎
么把在stack上面的method替换成新的,优化过的版本。并且很多research work 都可
以在GC的时候update class type,这样可以在heap reachability analysis把老class
的object替换掉。 反正总之,只要你愿意,没什么不能做的.
t****t
发帖数: 6806
4
他说的GC应该指的是广义的资源回收,不是jvm那种自动清理型的gc.
C++11有所谓的minimal gc support, n2670, 所谓reachability based leak
detection, 这个才是大家说的那种gc。不过gcc还不支持。
f****4
发帖数: 1359
5
来自主题: Programming版 - 求助调试c++程序
--undef-value-errors=no // 不检查undef values
--show-reachable=no // 这样启动会快点
g*****g
发帖数: 34805
6
来自主题: Programming版 - FP更接近人的思维
So I read your link, is it just me or that you are using OO to write your
system? Did I not see encapulation, mutable, stateful there? Those ain't FP,
are they?
"
Large applications often consist of many stateful processes which must be
started and stopped in a particular order. The component model makes those
relationships explicit and declarative, instead of implicit in imperative
code.
Components provide some basic guidance for structuring a Clojure application
, with boundaries between diffe... 阅读全帖
b***S
发帖数: 29
7
来自主题: Programming版 - 出道面试题
0, 1, 3, 5, 6, 8, 12, 17 is reachable
怎么从8跳到12啊,前面6->8的时候速度才是2, 2+1=3, 3+8=11啊,到不了12啊

text
,
S*A
发帖数: 7142
8
来自主题: Programming版 - 业余说说Golang的问题
我以为,
这个就是 graph reachable 的问题。
你从程序 local 和 global 开始往下扫描。
扫到的 mark, 从 heap 过一遍就可以清除没有扫描的。
这个是我自己乱想的啊。
这个循环依赖的清除 C 编译器里面也有。大概就是类似
这样的算法。
m*******m
发帖数: 182
9
来自主题: Unix版 - 网络编程如何进行错误处理

TCP does.
If the peer process dies, a FIN is sent from server. If you
try to send again,
you receive a SIGPIPE.
If the host dies, timeout occurs, the socket's pending error
set to ETIMEOUT.
If the host is not reachable, timeout occurs, and error set
to EHOSTUNREACH.
I would select() with timeout on read socket. This add
another application
level control. But, it is not necessary.
m*******m
发帖数: 182
10
来自主题: Unix版 - how to set up printer???
Looks like it is. The server hosting the queue to the
printer is not taking your requests. Is it reachable (with
ping)?
Is "lpd" running?
Read `man printers` and `man printers.conf`.
c******n
发帖数: 4965
11
I have a perl code, which fork() a child,
and then sleeps,
the child does an ssh to a un-reachable network, and hangs,
but then it seems that both processes later went into TASK_UNINTERUPTIBLE
state (ps output D ),
why is this?
Thanks
a*******n
发帖数: 258
12
来自主题: Windows版 - windows 7 有些网站上不去
windows 7 x64 professional,经常出现有的网站上不去,比如dealsea,paypal等,
msn也上不去。点msn的trubleshoot,提示到了defaut gateway这里就错掉了。同样的
时间,用xp就可以。
这怎么回事,难道是windows 7 的bug?
上dealsea, paypal等上不去,ie提示:
This problem can be caused by a variety of issues, including:
旾nternet connectivity has been lost.
昑he website is temporarily unavailable.
昑he Domain Name Server (DNS) is not reachable.
昑he Domain Name Server (DNS) does not have a listing for the website's
domain.
昑here might be a typing error in the address.
旾f this is an
G******8
发帖数: 87
13
来自主题: Accounting版 - Auditing 这个行业
同学,你在我这留这么长的回复,却好像和我的贴没啥关系呀。我可以收过路费吗?
我之所以开一个自己的帖子就是不想谈太多auditing 的technicality和system 的东西
(说实话,那个帖子太多terms, 对我这个局外者来说专业性太强)。我只是就我个人
这些年接触的auditor和tax professionals 谈一些个人看法。 不知道为什么你会觉得
我在贬低auditing这个job.如果说贬低的话,我最多是对某些auditor很无语。我一贯
对auditing的观点是,yes, it's absolutely necessary to get an audit done; and
no, I won't rely too much on that "unqualified" audit opinion.
audit VS. tax 哪一个更好,永远不会有个universal answer。每个人的career goal
不一样。有人志向远大,想做CFO,auditing 当然比tax 的路更广一些;但是也有人目
标相对略低一点,能升到tax director 或者四... 阅读全帖
m******1
发帖数: 86
14
来自主题: Accounting版 - Case Study_ Career Planning
To avoid duplicate work, I ONLY work on up to three cases for each specific
topic. So take good advantage of this opportunity, think really really hard,
and the most important of all, learn the skills and apply to yourself.
Why I choose this case:
1. I'm working with a smart, teachable, work-in-process CPA. Definitely need
a lot training and polish but also with above average, if not great,
potentials. I'm not a superman, training and motivation eat up a lot times
and believe it or not, the time... 阅读全帖
m******1
发帖数: 86
15
来自主题: Accounting版 - Public email to this board
A few comments:
1. Even you have a perfect skill sets combination of accounting &
database, you still can't make 6 figures in most states unless you get to
manager position.
2. How close you current position to this highly specialized area? If you
are too far away, forget about this. Normally, career grow in baby steps,
not by big turn or jumps. This back to my point in my upper post, 60% of
your success is decided by strategy and planning. No short cut.
3. The very first step to get in... 阅读全帖
l**********1
发帖数: 5204
16
来自主题: Biology版 - 该转到computational bio领域吗
Relevant to the quantitative abstraction automaton QDAAk (B) of a
biochemical system B is a discrete time Markov chain.
LZ can understand how much of below one paper its contents?
title:
'On Approximative Reachability Analysis of Biochemical Dynamical Systems.'
Transactions on Computational Systems Biology XIV
Lecture Notes in Computer Science Volume 7625, 2012, pp 77-101
pdf file web link:
http://link.springer.com/chapter/10.1007%2F978-3-642-35524-0_4
or below PhD Dissertation:
Construction of... 阅读全帖
d******h
发帖数: 503
17
That is not the point. The Medical plan provided by government has extremely
low overhead cost, as low as 3%, which is not reachable to private insurers
. Private insurer can cherry pick patients, government-based insurance won't
. In the near future, if the microarray or similar technology can screen a
person's natural predisposition for certain disease, the government will
treat him/her without prejudice/discrimination; the private insurers will
charge him very very high. Private insurers will
i******t
发帖数: 12
18
来自主题: Law版 - Tyco trial
It was claimed that the juror (or the others?) was not delibrating in good
faith, and that a verdict might not be reachable. I think it is normal,
even if it leads to no verdict. But making a public gesture and inviting
media scrutiny? I think the juror might be out of line.
I heard on TV people would solicit jurors's opinions after trials, and
their words could be used to appeal. The lawyer's advice to jurors: shut
up. It seems jurors could get into trouble if they choose to be careless.
A
s*******d
发帖数: 1079
19
来自主题: MedicalCareer版 - 坚持到底? 激流勇退?
呵呵,这点事儿就郁闷了,太脆弱了吧---开玩笑哈!
先多句嘴,排期到了,最好也还是要麻烦Senator们去催一下的,可能会快些。我也是五年绿,虽说等的都麻木了,但拿到手的时候还是高兴的全家出去庆祝了下的。
言归正传,你考都考完了,certificate都拿到了,当然要继续往前走了。不试一下,咋就知道不行呢?门虽窄,能挤进去就好。88年毕业,20+ CMG乍一看似乎是难度不小,但你这么多年积累的publications+OB+strong LOR+professional crafted PS+connection(if you have) + a reachable ERAS application strategy。当你自己一切准备就绪的时候,我看不到门不开的理由!
r**********8
发帖数: 504
20
我不是这里的常客,但看到有人居然要“主动”放弃,真的惊得我下巴都掉下来了。这
真是99拜都拜了,最后一哆嗦就坚持不下去了?!
咱不拿美好的愿景做诱惑。每个人都知道这份辛苦是会有相当的回报。我要说最困难的
时候已经过去一大半了,马上就要破茧而出, 稍稍忍耐,你就发现你已经是一个合格
的第二年了。我去年的这个时候和你差不多觉得我一无所长,怎么可能做pgy2呢?!结
果现在我已是非常自信的二年级了。虽然英语永远赶不上我的AMG同学们。 但临床上一
点不输他们。有好几次急救都是阴差阳错被我独立担当。好几次被当作fellow...
当然如果是pd提醒你,你要明白一点,人家需要看到你的态度! 态度实际上是最重要
的,永远nice, professional, willing to learn and improve!!! 美国人最看重
passion and compassion!
你一定比我年轻,一定比我学的快! 记住在临床上不要依赖别人,这里的amg实际上在
医学院最后一年的时候已经在轮转过了。所以,他们比我们superior多了。这时候就是
强迫自己过目不忘!记住主治和pgy2每一个字,对s... 阅读全帖
r**********8
发帖数: 504
21
我不是这里的常客,但看到有人居然要“主动”放弃,真的惊得我下巴都掉下来了。这
真是99拜都拜了,最后一哆嗦就坚持不下去了?!
咱不拿美好的愿景做诱惑。每个人都知道这份辛苦是会有相当的回报。我要说最困难的
时候已经过去一大半了,马上就要破茧而出, 稍稍忍耐,你就发现你已经是一个合格
的第二年了。我去年的这个时候和你差不多觉得我一无所长,怎么可能做pgy2呢?!结
果现在我已是非常自信的二年级了。虽然英语永远赶不上我的AMG同学们。 但临床上一
点不输他们。有好几次急救都是阴差阳错被我独立担当。好几次被当作fellow...
当然如果是pd提醒你,你要明白一点,人家需要看到你的态度! 态度实际上是最重要
的,永远nice, professional, willing to learn and improve!!! 美国人最看重
passion and compassion!
你一定比我年轻,一定比我学的快! 记住在临床上不要依赖别人,这里的amg实际上在
医学院最后一年的时候已经在轮转过了。所以,他们比我们superior多了。这时候就是
强迫自己过目不忘!记住主治和pgy2每一个字,对s... 阅读全帖
z**********g
发帖数: 16
22
Discussing The Existence of “repulsion particle” And Its Significance

Zhuang Yiliong
Shanghai Institute of Science and Technology Management
Abstract:This report has advanced a assume about the existence of “
repellention” by a kind of new idea. Beginning with this, I have explained
more successfully some import theory questions in the area of the present
physics, cosmology and philosophy ect. At same time a few of new reasons
have been raised But this is only rough idea of physica... 阅读全帖
p*****k
发帖数: 318
23
i think it could be both. it depends on how g(1/mu)-g(y) goes to zero when y->1/mu.
(just write dy/[1/mu-g(y)] = mu*dx, and formally integrate from y=0 to g^{-1}(1/mu) which is the only singularity)
consider the following two cases:
(1) g(y) = y and (2) g(y) = 1/mu - sqrt(1/mu^2 - y);
the first one is unreachable for finite x, the second one is reachable.
f***o
发帖数: 31
24
来自主题: Science版 - the program
import java.util.*;
import java.io.*;
public class Test
{
public static void main(String[] args)throws Exception
{
//x is reachable from set S::
// iff x equals an arithmatic expression of all numbers in S
int[] array = getReachableSet(new int[]{1,2,3,4,5,6,7,8,9,10});
System.out.println("array[0]=" + array[0]);
int expected = array[0]+1;
for(int i=1; i {
if(array[i]!=expected)
s*********e
发帖数: 1051
25
your thought and situation are very similar to mine 6 years ago, which was
very pathetic indeed.
once i switched to financial service, I've never looked back and am enjoying
every bit of the my work.
if you are willing to take the pressure and open to new challenges, just
follow your heart. 100+k is nothing in bay area and even 200+k is very
reachable.
f******w
发帖数: 10267
26
来自主题: Medicalpractice版 - Good Samaritan law 及其他
医护人员救死扶伤,这是大家在踏进医学院之时就开始受的熏陶。很多人从做住院医开
始就会遇到不同做义工的机会,也许是教会或某个慈善机构组织的免费就医日,或者是
某个医生组织发起的为社区的服务。在做义工或紧急时刻遇上救死扶伤的情形,怎样保
护你自己,是每一个在美国做医生首先需要考虑的。
下面是wiki上对Good Samaritan Law的解释,每个州的法律条例不一样,大家可以来说
说自己是如何处理这个问题的。
Good Samaritan law
http://en.wikipedia.org/wiki/Good_Samaritan_law
United States
The details of good Samaritan laws/acts in various jurisdictions vary,
including who is protected from liability and in what circumstances.[4] Not
all jurisdictions provide protection to laypersons, in those cases... 阅读全帖
o**********e
发帖数: 18403
27
来自主题: CivilSociety版 - 绘制美国华人政治版图
Not sure We need consensus for everything, just to set some basic reachable
goal, and say "ready set go" individually or in small tight knit groups.
And learn from each other as a group.
Please come over to this thread and add your input:
http://www.mitbbs.com/article_t/CivilSociety/1671.html
it
发帖数: 161
28
来自主题: CivilSociety版 - 绘制美国华人政治版图
在人力非常有限的情况下,要挑其中最紧迫的一项作为突破口。

reachable
CO
发帖数: 136
29
来自主题: DataSciences版 - Open contest for a mobile ski app
• Contestant Registration @ http://bit.ly/1zYp9dd
• Web Site: See: http://hackski.com
• Place: Global - Virtual
• Requirements: Free and open to all
• Award Ceremony: 4pm Saturday December 5, 2015 at Level 3 in Colorado
(winners do not need to attend physically but must be reachable via
disclosed contact information)
• 1st Prize USD $10,000 - Additional Prizes to be Determined
Contestants will compete to create the best mobile phone app to be made free
to the ... 阅读全帖
f*****e
发帖数: 5177
30
来自主题: CellularPlan版 - FP的global sim突然不能用了
半个小时前还好好的。现在突然就没有connection了。
signal没有问题,network information显示
GSM "in servivce",
GPRS "diconnected"
Network type "HSPA, unknown"
Ping IpAddr "failed. IP addr not reachable"
Ping Hostname "pass"
换了一张sim card也是一样。
t***g
发帖数: 193
31
来自主题: _Auto_Fans版 - Recent work done to my spyder
Some major ones:
Powder coating stuff, Greddy EBC & BOV, Blitz Turbo timer, Front strut bar, HID conversion on headlight and fog light, Short throw shift...
Of course replace all fluids and all reachable gaskets w/o taking off head.
Here are some pics.
Some eye-candies...
PS: front bumper got hit last weekend on hwy, 1k for replace and repaint. Damn it!
F******e
发帖数: 3967
32
来自主题: _FifthAve版 - Party this sat?
Some ID is hosting a party in NJ (reachable by Path), I am the helper. Let
me know if you guys are interested.
Everybody in my club is invited. :)
J******s
发帖数: 913
33
来自主题: _pennystock版 - UWBK跌了好多
It has found a strong resistance at about $1.8. It may stay below $1.8 for a
while. If it breaks that, $2.5 is reachable. It also depends on the broader
market too.
p********e
发帖数: 1960
34
That seems reasonable and reachable! haha
p********e
发帖数: 1960
35
Don't want to wait for 10.5~10? 10.5 is easily reachable
b*****n
发帖数: 221
36
来自主题: _voip版 - asterisk + gv无法打入
messages里有:
chan_sip.c: Peer '101' is now Reachable. (17ms / 2000ms)
Master.csv根本就没有打入记录.只有ipkall的.
e******d
发帖数: 310
37
来自主题: _voip版 - Asterisk remote extension 问题
参考一下链接, 设置了一个remote extension.
http://8.mitbbs.ca/mitbbs_article_t.php?board=voip&gid=31205371
现在可以用这个remote extension 拨打其他电话; outbound call is working now.
但是Inbound call 并不能ring这个 remote extension? 要inbound call能ring remote extension 能工作的主要目的是,不在家的时候, 希望incoming call能ring手机上的remote extension。
error message.
====================================
May 13 16:52:43] NOTICE[29914]: chan_sip.c:20794 handle_response_peerpoke:
Peer '1001' is now Reachable. (873ms / 2000ms)
Really destroying SIP dialog ... 阅读全帖
w********a
发帖数: 259
38
来自主题: _K12版 - 瞎闹
因为孩子有相应的基础,老师才指定这样的书
有点难,但一定也是reachable的
首页 上页 1 2 3 4 5 6 (共6页)