由买买提看人间百态

topics

全部话题 - 话题: list
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
h*****n
发帖数: 209
1
在Cache LRU实现的时候,为什么都是用doubly linked list而不是single linked
list呢?
请大牛赐教。
h*****n
发帖数: 209
2
在Cache LRU实现的时候,为什么都是用doubly linked list而不是single linked
list呢?
请大牛赐教。
G***G
发帖数: 16778
3
来自主题: Programming版 - remove one class from list of classes
Company aa = new Company();
Company bb = new Company();
List companies = new List();
companies.Add(aa);
companies.Add(bb);
companies.Add(new Company());
companies.removeAt(2);
companies.removeAt(1);
companies.removeAt(0);
请问remove 后,类aa,bb,new Company()的空间destroied吗?
好像aa,bb还存在。这个new Company()呢?它还在内存中存在吗?
我希望建立一个list,内含10000个Company类。所以希望如果删除每个类的话,
这个类的空间释放,也就是不占用内存了。
请问我该如何操作?
如何保证一个类在删除其成员后,这个成员所占用的资源和空间也清空?
h*****0
发帖数: 4889
4
最笨的n^2算法:
先用一个hash set记下所有的元素。
再依次遍历每一个list
遍历list a时,建一个hash set sa,遍历hash set并将其中不属于sa的元素移除。

lists
w*s
发帖数: 7227
5
救命啊,
c++ include里的list definition跟boost list不一样
引起编译错误。我又得用iosteam等std c++的header。
大家有什么好办法?
谢谢!
w*s
发帖数: 7227
6
boost 1.55
这是原先工作的版本gcc 4.6.2或者 gcc 4.8.5。
现在升级gcc到5.3.1,然后list的定义乱了,boost本身有一个,然后gnu toolchain里
有一个不一样的。
然后查下去boost在用std:list !!!
尼玛,靠,都不知道这些人在干什么。
Z***e
发帖数: 2983
7
来自主题: TeX版 - list of figure问题
.cls文件中没有\caption的definition
后来研究生院给一个solution。直接在.tex文章中改的,感觉挺笨的一个办法,出
来的样子也不好看,不过管他的了,能通过ruler lady就行了。
All of the changes listed below were made in the .tex document itself, n
ot in the .cls file.
1) Page numbers are .5 inches from top of page, bottom numbers .5 inches
from bottom:
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{.5in}
2) To make the list of figures use the word "Figure: "
\usepackage{calc}
\makeatletter
\let\ORIG@listoffigures\listoffigures
\renewcommand*{\list
w****h
发帖数: 212
8
来自主题: TeX版 - latex里如何给List添加横线?
latex里如何添加横线?
加上一个list,需要在list上面加2道横线,横线中间有一行说明,并且对这个list下面
添加Fig. x的标记,请问如何实现?
多谢
r******h
发帖数: 656
9
我用了\addcontentsline{toc}{chapter}{List of Figures},
但是toc里自动列出的List of Figures的页码是4,而4恰好就是toc
开始显示的那页的页码,请问是怎么回事? 多谢。
Contents
.
.
List of Figures ... 4
.
1 Introduction
.
.
.
.
.
.
4
c***n
发帖数: 4
10
通过运行\listoffigures,
tex会自动产生目录List of Figures,
还有一个包含这个目录的信息.lof文件。
(里面的内容基本就是编号,caption,和页码)
但是这个自动生成的List of Figures,我不太满意。
我可以不用\listoffigures,
而是自己做一个.lof文件,
然后再导入到论文里面,
做成新的List of Figures么?
需要用什么命令,和哪些package?
谢谢!
o*******e
发帖数: 31
11
I want to built a mailing list, so that when
people send mail to subcribe, their email
can be added to the list. Through that I
can make broadcast to all the email address
on the list. How to do this?
w*****s
发帖数: 122
12
来自主题: XML版 - XML standards list
The Standards List
XML-related standards and working drafts, listed alphabetically. You can also sort this list
by date.
Name
Status
Date
Org.
AFDR
A.3 Architectural Form
Definition Requirements
s*********u
发帖数: 69
13
刚接到面试邀请,现在要回复学校要的faculty list。看日程面试主要安排在一天。要
interviewee 提供8个想见的faculty。program来面试的人比较多。自己猜测,要是8个
faculty都聊半个小时的话。估计就不会和admission committee聊了。
提供的faculty list 中的faculty在面试中其什么作用啊?决定录不录?这个faculty
list应该怎么选,除了选prospective老板,和可能与自己将来做的东西相关的老板,
还有呢? 谢谢!
T********g
发帖数: 505
14
I have three lists of genes, the number of identity of genes are not exactly
same in each list. And each gene has it's own expresion value or
relationship. I would like to know which two lists with expression values
are closer or more similar. How can I get the answer? Which bioinformatic
tool can I use? Thanks.
c***y
发帖数: 615
15
【 以下文字转载自 JobHunting 讨论区 】
发信人: capry (IA), 信区: JobHunting
标 题: 关于简历:文章作者名字list
发信站: BBS 未名空间站 (Mon Oct 27 00:21:05 2014, 美东)
最近准备简历,有个问题,是关于publication author list
我的一般只列4个作者,然后et al. 通常我在这前四。但是有一篇文章排名非常靠后,
如果要出现我的名字的话,author list怕是要两行了。
想问一下这种情况下在简历上,是其它的publication都跟着列上所有作者; 还是其它
依旧只列前四,然后只有这个列上全部??
感觉是个非常细节的问题,但还是想听听大家的意见。。。
多谢了!!
z*******u
发帖数: 10
16
【 以下文字转载自 JobHunting 讨论区 】
发信人: zxustcttu (WildWest), 信区: JobHunting
标 题: 最新的STEM list (Chemical Engineerng included!)
发信站: BBS 未名空间站 (Thu Sep 25 14:55:01 2008)
刚收到学校国际学生办公室的confirmation (见下文):
最新的列表:http://www.ice.gov/sevis/stemlist.htm
SEVIS NOTICE - September 25, 2008
This broadcast message is sent to notify users of a correction to the list
of STEM Designated Degree Programs on the Student and Exchange Visitor
Program Web site. SEVP was recently alerted of an omission to the current
list. S
l******n
发帖数: 213
17
来自主题: Economics版 - Journal list at Fudan School of Management
嗯?没看见list。。。皇帝的list?
如果就是以前那个list的话能说明请特聘教授增加所谓的publication是好方法。另外
,统计paper多,经济金融好paper少。
L******k
发帖数: 33825
18
来自主题: Education版 - The Complete List of 66 Teacher Discounts
As summer officially begins, we thought it would be a great time to share
the below list of 66 teacher discounts. This list provides discounts – from
museums and food to electronics, clothing, and school supplies – that are
available to educators nationwide. Enjoy!
http://www.giftcardgranny.com/blog/the-complete-list-of-66-teac
i*****9
发帖数: 133
19
来自主题: MedicalCareer版 - 急求authrorized signature list 样板
今天被告知form 186 被拒, 因为186表上的签名不能被verified, 老公为此事还专门回
国去办的, 本以为万无一失, 可还是被拒了. 打电话给ECFMG, 告知只能从新办186表,
通知学校附上新的authrorized signature list . 记得这里有人办过signature list
, 能给个样板吗? 或告诉一下应该在authrorized signature list 上写什么. 学校小,
没办过多少, 怕又搞砸了, 想自己先写一个, 给他们参考用. 多谢. 在线等
k**e
发帖数: 2728
20
来自主题: MedicalCareer版 - [合集] 2010 Match IV list
☆─────────────────────────────────────☆
clamchowder (DDD) 于 (Fri Mar 19 12:48:00 2010, 美东) 提到:
一年一度的申请已经尘埃落定,名花各个有主了。大大的恭喜各位match或者prematch
的同学。不过在高兴之余,希望各位能够把自己去年的iv list贴出来,为明年的申请
者指路。具体的格式请参照下面kd的文章。如果能够写出自己什么时候叫的申请,什么
时候certified,每个IV什么时候拿到的就更好了。多谢多谢。
*********
knockingdown (KD) 于 (Wed Mar 18 00:29:03 2009) 提到:
各位申请2009年Match的同学,应来年申请的同学们的建议,现在征集各位的IV list,
给他们将来作参考。如愿意匿名发表的,可以考虑PM到斑竹信箱,或者自己注册马甲发
表。如能够同时标注Credential则更佳。
说明一下,此list只能够作为参考,因为大家背景差别比较大,别人申请得到的,你不
一定能够。别人申不到的,你或许就可以:)
我自己先贴
a******9
发帖数: 31
21
个人觉得没有必要买这些List,所有的信息都是公开的,这些List不可能有什么内部信
息。
而且很多时候以前不可能的Program,并不代表今年不可能,千万不要因为这些List错
过很多机会。
l********z
发帖数: 810
22
来自主题: MedicalCareer版 - 请教申请neuro的同学们rank list
我们是不是该把advanced program 放在primary rank list 上,然后把prelimnary
program放在supplement rank list上啊?如果是category的就直接放在primary rank
list上。这样理解对吗?
e*****a
发帖数: 1334
23
来自主题: MedicalCareer版 - 请教申请neuro的同学们rank list
Yes.
Primary Rank Order List
advanced program (need to assign a supplement rank order list for PGY-1)
categorical program
Supplement Rank Order List
PGY-1 only positions

rank
A*******s
发帖数: 9638
24
我的建议是:
每个ID都在签名上注明ignore list。 这个ID不能回帖给ignore list上的ID, Vice
versa。 如果没注明, 视为弃权。
如有违背, 吊销违背规定的ID。 人没有诚信就不能叫人。
对于那些极端的贴, 版主给予警告, 仍不改正, 吊销ID。
所有吊销的ID应该直至永远。
因为量刑很重,版主应该慎重删贴。 一般而言, 以宽容之心治版, 容忍讽刺贴,容忍某些骂贴, 只要不过火就行。
同时版主给所有ID大赦, 允许任何人来本版, 给Dr.Newbie恢复ID.
有了ignore list, 版主们今后就有法可依, 各帮派应该可以相安无事, 只要执法公正。
U******u
发帖数: 5829
25
I' suggest you new CMGs for 2012 or even later matchs should get together to
make a group and take care such info, using excel spreadsheet to make list
of each yr CMG IV info and continuesly add new info, just as I did in my
blog to add new material and once one yr class graduate or if few left
unmatched, they take the charge to care it........
this Info list is alway in top of this forum for share by all CMGs!
I myself never stop to add ANY a little useful info to my blog, this costs
my so much... 阅读全帖
g******e
发帖数: 389
26
your suggestions are always very helpful.
I am glad to be on that mitbbs doctor list
http://www.mitbbs.com/article_t/MedicalCareer/31394673.html

to
list
g******e
发帖数: 389
27
the program list i chose last year was based on this list and information
from matcharesident.com. didn't apply the programs requiring <6 ys YOG.
s********o
发帖数: 3319
28
往下再跟贴想要list的同学就采取接龙的方式吧。
具体做法就是:
你跟贴说你的email,然后发email给前面一个同学要list.你自己也有义务发给下一个跟贴的同学。
谢谢goodgene!
s********o
发帖数: 3319
29
please contact s********[email protected] asking for the list, and wait for
someone to contact you for the list, if any.
s********o
发帖数: 3319
30
往下再跟贴想要list的同学就采取接龙的方式吧。
具体做法就是:
你跟贴说你的email,然后发email给前面一个同学要list.你自己也有义务发给下一个跟
贴的同学。
谢谢goodgene!
p********m
发帖数: 325
31
问一声:谁有path的IV list or Database ? 或者给个过去几年path IV list 的链接?
多谢 :)
p******r
发帖数: 7
32
来自主题: MedicalCareer版 - 2012match--pathology iv and rejection list
List is updated on 10/9/11. Wish everyone good luck!
---------------------------------------------
IV LIST :
1. 9/13: Albany Medical Center Program,NY == gaoyaya (yaya), Jumbo2010
2. 9/16: medical college of Wisconsin === UU999 (丁玲妈),
3. 9/18: St. Luke's-Roosevelt===petlover
4. 9/20: Case Western Reserve University === Datouwawa (ljstar
5. 9/21: Danbury Hospital, CT === autumn33 (cici) 9/19 night applied
6. 9/22: Cleveland Clinic ==== liandji (知己知彼百战不殆) gaoyaya (yaya)
7. 9/27: UTHSC-Memphis, T... 阅读全帖
p******r
发帖数: 7
33
来自主题: MedicalCareer版 - 2012match--pathology iv and rejection list
List is updated on 10/9/11. Wish everyone good luck!
---------------------------------------------
IV LIST :
1. 9/13: Albany Medical Center Program,NY == gaoyaya (yaya), Jumbo2010
2. 9/16: medical college of Wisconsin === UU999 (丁玲妈),
3. 9/18: St. Luke's-Roosevelt===petlover
4. 9/20: Case Western Reserve University === Datouwawa (ljstar
5. 9/21: Danbury Hospital, CT === autumn33 (cici) 9/19 night applied
6. 9/22: Cleveland Clinic ==== liandji (知己知彼百战不殆) gaoyaya (yaya)
7. 9/27: UTHSC-Memphis, T... 阅读全帖
d****y
发帖数: 2180
34
来自主题: MedicalCareer版 - 2012 麦地IV list
一年一度的申请已经尘埃落定,名花各个有主了。大大的恭喜各位match或者prematch
的同学。不过在高兴之余,希望各位能够把自己去年的iv list贴出来,为明年的申请
者指路。如果能够写出自己什么时候交的申请,什么时候certified,每个IV什么时候
拿到的就更好了。多谢多谢。
如愿意匿名发表的,可以考虑PM到斑竹信箱 。如能够同时标注Credential则更佳。
(最好写上每一个iv什么时候拿到的,当然没有纪录或者太麻烦也就算了)
(注: 有朋友提醒我们现在该收集IV list了。 看到以前的宣传文,俺就偷懒把
clamchowder和KD 的宣传文借用了。没问过clamchowder和KD,请多多原谅。谢谢。
咳咳,这个宣传就不是俺的长项,以后还是小麦,hmis以及coffee来吧。)
格式大致如下:
score:
years post graduation:
visa status:
any advanced degrees:
any research backgrounds:
Any clinical experience:
Specialty applied:
# ... 阅读全帖
D*****r
发帖数: 133
35
来自主题: MedicalCareer版 - 2012 麦地IV list
首先热烈祝贺大家心想事成,MATCH成功!谢谢您们分享您的IV LIST.
但在下有一事不明,大家写LIST的时候为什么要把自己要去的PROGRAM去掉?我可以理
解是个人隐私。但是:
1。就算写上去,大家也不知道您要去LIST上的那一家。
2。可以通过版主匿名发表,就算能猜出您去哪,也不知道您是谁。
3。在下认为,最重要的一点,您MATCH上的PROGRAM其实对广大CMG最有参考价值,因为
她愿意招CMG。而且,将来如果您在该PROGRAM做好了,那么以后招CMG的机会就更大了。
如有冒犯,请见谅。

prematch
d****y
发帖数: 2180
36
来自主题: MedicalCareer版 - 2012 麦地IV list
一年一度的申请已经尘埃落定,名花各个有主了。大大的恭喜各位match或者prematch
的同学。不过在高兴之余,希望各位能够把自己去年的iv list贴出来,为明年的申请
者指路。如果能够写出自己什么时候交的申请,什么时候certified,每个IV什么时候
拿到的就更好了。多谢多谢。
如愿意匿名发表的,可以考虑PM到斑竹信箱 。如能够同时标注Credential则更佳。
(最好写上每一个iv什么时候拿到的,当然没有纪录或者太麻烦也就算了)
(注: 有朋友提醒我们现在该收集IV list了。 看到以前的宣传文,俺就偷懒把
clamchowder和KD 的宣传文借用了。没问过clamchowder和KD,请多多原谅。谢谢。
咳咳,这个宣传就不是俺的长项,以后还是小麦,hmis以及coffee来吧。)
格式大致如下:
score:
years post graduation:
visa status:
any advanced degrees:
any research backgrounds:
Any clinical experience:
Specialty applied:
# ... 阅读全帖
p*****2
发帖数: 226
37
来自主题: MedicalCareer版 - wait-list for interview
这个pg的iv发完了,也都回复和confirm了,所以你就进了waiting list。如果有人
cancel,你就有可能进去。前年我在一个pg的waiting list,而且pd讲如果有人cancel
就给我发iv,可圣诞节前接到pd的来信,说往年都有人cancel,可当年一个cancel都没
有,所以祝好好运。
其实去年我接的拒信,有些是9月,10月份的,说明这些pg根本就看不上我,但也有1月
底2月初接到的拒信,说明也在waiting list上,如果有cancel或iv不够,不满意,或
其它意外情况,还是会考虑我的。我认识的一位朋友就是临ranking前接到的iv,居然
进了!所以一定要挺到最后一刻!
Good luck!
e*****i
发帖数: 993
38
来自主题: Pharmaceutical版 - 关于制药公司的list
请问大家都是在哪里找到公司的list的?我都是google的。
我先找的这个list好像不是很全:http://en.wikipedia.org/wiki/List_of_pharmaceutical_companies
我都没有找到几个position适合我的。
大家帮我看看这个全不全:
http://www.pharmacy.org/company.html#P
谢谢了!!!
或者有更完全的list,能分享下吗?
B********e
发帖数: 397
39
Dear Friends,
I already made an email list for the people who want a letter from
CLAP.
Today I sent a test email to the people in the list to make sure if
your email works. If I can't get your reply in one week, I will delete you
from the list.If you didn't get that email, please send your personal info
as we requested previously to my mitbbs mailbox.
Best regards,
Joshua (BiomedHope)
b***k
发帖数: 2673
40
☆─────────────────────────────────────☆
yqwen (小少爷) 于 (Thu Sep 13 09:13:15 2007) 提到:
只能用有限的variable.
☆─────────────────────────────────────☆
shuwang (shuwang) 于 (Thu Sep 13 10:40:27 2007) 提到:
set p as the starting point, then
go through the linked list and check whether current point is eq p.
stop until you get back to p or you get to the end of the list.
am I right?
☆─────────────────────────────────────☆
eventhorizon (洒水车) 于 (Thu Sep 13 11:39:46 2007) 提到:
No, the list may have a
q**j
发帖数: 10612
41
【 以下文字转载自 Programming 讨论区 】
发信人: qqzj (小车车), 信区: Programming
标 题: Python:请问如何把list变成structured array。
发信站: BBS 未名空间站 (Fri May 1 15:52:21 2009)
我总是把数据从.csv或者SQL里面读入,成为list。但是现在要把他们变成容易操作的
形式。用了Numpy以后,array(whatever)把所有的东西都变成了一种形式。很不方便
。请问用没有办法直接把数据从list形式转化成structured array?多谢指教。
o******6
发帖数: 538
42
Is there any simple way to write a code to only list the character variables
by their logical position in the dataset? I need detect some variables
which are in fact numeric but stored as character variable in excel. So I
can use input function to convert them to the numeric variables. My code is
listed below but the variables are not in the logical position. Any possible
to list them in logical position in the dataset? Thanks.
proc contents data=cog position out=cogct;run;
data cogct(keep=name
f***1
发帖数: 168
43
我想把这个list转成string:
list = [('a','b'), ('c','d'), ('e','f')]
其中 () 都是tuple
=>
string = "a,b;c,d;e,f"
在python里,我尝试过用unzipedped = zip[*list], 然后再使用 unzipped.strip("()
")
但并不管用。
请问有别的方法吗? 谢啦!
u****l
发帖数: 5008
44
来自主题: _Inter版 - Inter submits UCL player list to UEFA
MILAN - FC Internazionale has submitted to UEFA its list of players for
the group stage of the 2010/11 UEFA Champions League. There are 31
players on the list, including 4 club-trained players, 4 association-
trained players and 6 list B young players.
1 Julio Cesar
2 Ivan Cordoba
4 Javier Zanetti
5 Dejan Stankovic
6 Lucio
8 Thiago Motta
9 Samuel Eto'o
10 Wesley Sneijder
11 Sulley Muntari (locally-trained player B)
12 Luca Castellazzi (locally-trained player B)
13 Maicon
17 McDonald Mariga
19 Es
w*******y
发帖数: 60932
45
I know some people's opinions are negative about Angie's list, and some
people love Yelp, but if you want a cheap way to try out Angie's list, here
it is.
Normal prices are $30, $54, $76 for one, two or three years, which I would
never pay.
1)Go to Angie's List:
https://my.angieslist.com/angieslist/joinnow.aspx
2) Click Join and enter Zip Code
3) Enter code oops for 60% off
4) Pay with Paypal for another 20% off
I needed someone to fix my garage door fast, paid the $10, found a company
with gre... 阅读全帖
w*******y
发帖数: 60932
46
来自主题: _DealGroup版 - 【$】Hp TouchPad Accessories List under $15
Cases:
Black Reptile Skin Slip Poutch-$5 Shipped
Link:
http://www.amazon.com/CaseCrown-Faux-Reptile-Sleeve-Black/dp/B0
High Quality Black Leather Foldable Cover / Case Portfolio (With Built-in
Stand) for HP Touchpad Tablet PC - $13 shipped
Link:
http://www.amazon.com/Foldable-Case-Portfolio-HP-Touchpad/dp/B0
Orange Vertical Neoprene Skin Case for the HP Touchpad - $10 shipped
HP TouchPad Tablet Black Pouch Case Protective Bag - $4 shipped
Link:
http://www.ebay.com/itm/HP-TouchPad-Tablet-Black-Po... 阅读全帖
w*******y
发帖数: 60932
47
Pocket Lists rated 5 star based on 3 reviewers (small sample size though )
Pocket Lists is the ultimate checklist & to-do app. A well-balanced,
powerful and simple to use app -- great as an everyday to-do organizer and a
checklist app for groceries, travel packing, and more.
Link:
http://itunes.apple.com/app/pocket-lists/id482537116?mt=8
w*******y
发帖数: 60932
48
来自主题: _DealGroup版 - 【$】Master Pizza Hut Coupon Code List
Hey guys,
I just figured I'd share my Pizza Hut Coupon Code list with the SD community
. Enjoy!
Master Pizza Hut Coupon Code List
501 - Carry Out Special 2 Med, 2 Toppings for $13
503 - Lrg Specialty or 3 Topping, Large 1 Topping, Breadstick or Cinnamon
Sticks, 2 Liter for $25
506 - $3 Breadsticks or Cinnamon Sticks
508 - Carry Out Special 2 Med, 2 Toppings for $14
510 - 2 Large, 1 Topping Pizzas $18
514 - Stuffed Crust 1 Topping, Bread Sticks and 2 Liter $15
517 - Stuffed Crust 1 Topping, Brea... 阅读全帖
t*******o
发帖数: 1464
49
来自主题: _pennystock版 - GS Conviction Buy List (转载)
【 以下文字转载自 bluechips 俱乐部 】
发信人: liliwater (lyrist), 信区: bluechips
标 题: Re: Goldman Sachs Conviction Buy List
发信站: BBS 未名空间站 (Sun Mar 7 16:17:37 2010, 美东)
A list of most recently updated stocks in GS conviction buy list.
Conviction
C****b
发帖数: 90
50
来自主题: _Harvard_Medical_School版 - Dangerous foods list includes leafy greens, eggs, tuna
Dangerous foods list includes leafy greens, eggs, tuna
* By Aaron Smith, CNNMoney.com staff writer
Leafy greens -- including lettuce and spinach -- top the list of the 10
riskiest foods, according to a study from a nutrition advocacy group
released Tuesday.
The Center for Science in the Public Interest listed the following foods, in
descending order, as the most risky in terms of outbreaks: leafy greens,
eggs, tuna, oysters, potatoes, cheese, ice cream, tomatoes, sprouts and
berries.
The scienti
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)