由买买提看人间百态

topics

全部话题 - 话题: make
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c******a
发帖数: 6
1
来自主题: Programming版 - how to use make file in Visual c++
I download a package from internet. The package is wrote in C under Unix
platform. The package provided config file and make for Visual c++. I never
build a project using make file under Visual c++.
Could someone help me?
h*****n
发帖数: 38
2
来自主题: Programming版 - What is the advantage of using make?
正在学用make。用make来项目管理的主要原因是什么?没有像visual c++项目管理那样
的东西么?
l**********r
发帖数: 4612
3
【 以下文字转载自 Linux 讨论区 】
发信人: linuxbeginer (linux), 信区: Linux
标 题: 如果make的同时改源码,会怎么样?
发信站: BBS 未名空间站 (Wed Dec 12 17:15:30 2007)
如果一边在make一个project,同时改源码并save,会出现编译冲突么?
c*********n
发帖数: 128
4
Let's say I have a class name Coordinate and have its instances:
Coordinate a;
Then I have the following line:
Coordinate b = a;
In some cases, I wanna b to the same instance of a, i.e., &a and &b are the
same, how to make sure of that?
In other cases, I wanna b to only a copy of a, i.e, the fields within
instance b are all the same as that of a but &a and &b are different. How to
make sure of this?
Thanks.
f******y
发帖数: 2971
5
【 以下文字转载自 JobHunting 讨论区 】
发信人: hours16 (你好), 信区: JobHunting
标 题: interview question: make all class member functions virtual
发信站: BBS 未名空间站 (Mon Aug 25 21:52:32 2008)
the drawbacks of making all class member functions are virtual,
1. virtual table is bigger and lower the efficiency.
2. any more?
it seems the interviewer expect for more drawback, Thanks
w***g
发帖数: 5958
6
make: *** No rule to make target `love'. Stop.
w*******d
发帖数: 26
7
我学C++,在Linux上写程序。程序不是很复杂,就用一些STL container以及指针。
有时候程序编译通过,但是运行的时候产生seg fault。然后make clean,重新make一
次后,再跑就没有seg fault了。
这是什么原理?
p*****y
发帖数: 529
8
来自主题: Software版 - [转载] Re: how to make a bootable CD-R
hehe,这篇才是怎么做dos的bootable CD.
【 以下文字转载自 Windows 讨论区 】
【 原文由 sambar 所发表 】
Yes, you can use Dos Boot disk to make Win2K CD bootable.
1. Create a DOS boot disk which can recognize & load CD-ROM;
2. Add "#:\i386\winnt" into your autoexec.bat, # is your CD-ROM drive,
for example, e;
3. Copy "smartdrv.exe" into your floopy and add to autoexec.bat;
4. Make a bootable CD, for example, by using Easy-CD Pro, it works;
5. Add Win2000 files (I386 folder) into CD;
6. that is it.
a***n
发帖数: 1616
9
One thing FYI.
Many MS disc is licensed and some has been encrypted somehow to
make nero not able to CD copy it.
But EZ CD 5.0 seems can ignore that limitation and CD Copy it for you
to make an equal duplication of the setup CD.
Also CD clone may do this job ...
L***e
发帖数: 42
10
来自主题: Unix版 - Question: How to make room for /?
How to make room for /?
One old system has Solaris 7.
and /usr, /var, /opt are all on partition of /.
Now it's almost full (100% usage) and only 12M left on /
partition.
What could be done to make room for this partition?
What kind of files can be moved around without lost of
function?
We have much room on other partitions, like /home, /home1.
Is there any tool like partition magic on PC for Unix? With
PM I can move free space around and it works pretty cool.
Thanks.
s****r
发帖数: 17
11
来自主题: Windows版 - Re: how to make a bootable CD-R
Yes, you can use Dos Boot disk to make Win2K CD bootable.
1. Create a DOS boot disk which can recognize & load CD-ROM;
2. Add "#:\i386\winnt" into your autoexec.bat, # is your CD-ROM drive,
for example, e;
3. Copy "smartdrv.exe" into your floopy and add to autoexec.bat;
4. Make a bootable CD, for example, by using Easy-CD Pro, it works;
5. Add Win2000 files (I386 folder) into CD;
6. that is it.
Z******i
发帖数: 106
12
来自主题: Windows版 - Make Windows Start and Stop the Way You
Make Windows Start and Stop the Way You Want

Scott Dunn
From the June 2004 issue of PC World magazine
Posted Tuesday, April 27, 2004
(2K, XP, 98, ME) Want to run an application each time Windows starts? Easy.
Just right-drag its .exe file, or a shortcut to that file, to the Startup
folder and choose Create Shortcut(s) Here. The next time you start Windows,
the program will load automatically. But what about scanning for viruses,
making backups, defragmenting your hard drive, and doing other re
v**n
发帖数: 130
13
来自主题: Actuary版 - How to make your resume more effective
多年前我曾在actuary版帮助大家看简历,那时写了下文,希望现在再引用还能对大家
有所帮助:
I looked at about 30 resumes, and still have a few yet to finish, but would
like to share with everyone the kind of issues I have found. Please note
that the comments here apply to entry level applicants only – if you have
more than 3 years experience you may want to organize your resume
differently according to what kind of position you are applying.
The most important part of a resume is the top half of the first page, that
is what eyes will see ... 阅读全帖
a***e
发帖数: 1010
14
来自主题: Biology版 - how to make bright green in CMYK?
【 以下文字转载自 ComputerGraphics 讨论区 】
发信人: ahche (啊且), 信区: ComputerGraphics
标 题: how to make bright green in CMYK?
发信站: BBS 未名空间站 (Sat May 22 04:24:49 2010, 北京)
I changed a RGB green pic to CMYK, the green is so dark and looks
different. Can anyone suggest a way to make a bright green in CMYK?
thanks very much.
urgent.
f********n
发帖数: 6465
15
来自主题: Biology版 - what makes women happy?
what makes women happy?
It is said that orgasm can make women happy.
c******1
发帖数: 75
16
not very convincing. If you base pay simply on location, then why NYU and
Columnbia grads make less than Harvard? Manhattan is supposed to be more
expensive than Boston? why Haas people make less than Stanford when both
schools are in the bay area?
f**********r
发帖数: 91
17
http://cen.acs.org/articles/91/i11/Chemistry-Makes-Comeback-UK-
In the decade leading up to 2005, about 30 of the U.K.’s 70 chemistry
departments closed in the face of waning undergraduate enrollment in
chemistry and a lack of funding to teach the subject. The situation has
since turned around dramatically, with about 10 chemistry departments
reopening in recent years. As well as recruiting more students, many U.K.
university chemistry departments are also now recruiting staff.
It was 2004 when ... 阅读全帖
i*****e
发帖数: 633
18
【 以下文字转载自 Postdoc 讨论区 】
发信人: icytide (小新但不是蜡笔的), 信区: Postdoc
标 题: zz a postdoc position who can make colloidal suspensions
发信站: BBS 未名空间站 (Fri Sep 16 14:33:41 2016, 美东)
https://careers.jobscore.com/careers/paloaltoresearchcenter/jobs/colloidal-
processing-post-doctoral-researcher-dYovsMvoWr5Pv9eMg-44q7
quoting from the sender
"we’re looking for someone who has some practical experience with colloidal
suspensions to help us out on some of the contracts we have right now – we
are currently workin... 阅读全帖
y****u
发帖数: 50
19
来自主题: Macromolecules版 - how to make money out of the novel material?
if you make some novel polymers with novel properties...
can you also make some fortune?
Q**Q
发帖数: 781
20
来自主题: Mathematics版 - how do you make a gif movie using matlab?
I know how to make an avi movie using Matlab. But is it possible to make a
gif Movie without any other sofeware?
g*******a
发帖数: 1383
21
hello, can someone explain me that during a die making
process, how the CAM get involved? say i have a sample,
and want to make stamping die acordingly. the hold way
would be hand, but i'm curious if they use some kind
of "scanning" process like electrode then get the shape
into CAM/CAD software.
i'm no ME so if someone knows how this works please
let me know, thanks!
g*******a
发帖数: 1383
22
awesome! hey, thanks a lot dude, i really appreciate it.
i'm an EE by trade, so i know some of the terms.
my situation is "rapid prototyping via reverse engineering"
i restore old (antique) motorcycles as a hobby, so a lot of parts have
to be made from original samples. it just takes too long to make a
stamping die, 1~2 month, by hand. so i'm looking for some ways
can expdite the die making. can you tell me more on the part
of "surface scanning" to "CAD drawing"? like what device you
use to scan
r******e
发帖数: 418
23
来自主题: ME版 - help on making a decision
【 以下文字转载自 JobHunting 讨论区 】
发信人: romchine (hoho), 信区: JobHunting
标 题: help on making a decision
发信站: BBS 未名空间站 (Wed Nov 7 07:14:25 2007), 转信
I have three job opportunities and they are from different locations: one
from
Wilmington, DE, one from Twin Cities, MN, and the third one from Bay area,
CA. Before making a choice, I would like to see which one is the best for
my LD
career development. My LD is majoring in ME on fuel cell research. About
his
career opportunities in these three location
a***o
发帖数: 1607
24
来自主题: ME版 - help on making a decision
ME的在中部公司比较多 南方也有很多石油公司
fuel cell的工作都在哪里找 不是很清楚

【 以下文字转载自 JobHunting 讨论区 】
发信人: romchine (hoho), 信区: JobHunting
标 题: help on making a decision
发信站: BBS 未名空间站 (Wed Nov 7 07:14:25 2007), 转信
I have three job opportunities and they are from different locations: one
from
Wilmington, DE, one from Twin Cities, MN, and the third one from Bay area,
CA. Before making a choice, I would like to see which one is the best for
my LD
career development. My LD is majoring in ME on fuel cell research. About
d**********e
发帖数: 72
25
来自主题: MedicalCareer版 - ZZ-The Residency Interview: Making the Most of It
The Residency Interview: Making the Most of It
Phyllis Kopriva, Director, American Medical Association Women and Minority
Services
Setting Up Your Interviews
Make arrangements for your interviews as early as possible without
scheduling them so early as to look pushy or over-anxious. Certain programs
interview by invitation only. In those cases you must send in your
application and hope for the best. If you are extremely interested in a
program, consider doing a visiting elective there before yo
d****y
发帖数: 2180
26
来自主题: MedicalCareer版 - Clinical decision-making and bayesian model
这两天想着读点书充实一下自己的知识面。结果看到内科书里面居然谈到用Bayes‘
theorem来指导
临床的决策,爆汗。
美国的医生教育这么牛啊。
晕啊,早知道得好好学一学Bayes‘ theorem。
[Clinical Decision-Making
Clinical Reasoning
The most important clinical actions are not procedures or prescriptions
but the judgments from which all other aspects of clinical medicine
flow. In the modern era of large randomized trials and evidence-based
medicine, it is easy to overlook the importance of this elusive mental
activity and focus instead on the algorithmic practice guidelines
constr... 阅读全帖
a****y
发帖数: 69
b***k
发帖数: 2673
28
☆─────────────────────────────────────☆
memento (hauting in street) 于 (Wed Feb 6 13:26:50 2008) 提到:
Man, this so called minimum requirement doesn't make any sense. For example,
how do you know you meet the requirement of knowing C++? Some people claim
that they know C++ programming when they can write a "Hello, world" code.

☆─────────────────────────────────────☆
p838 (p838) 于 (Wed Feb 6 13:29:40 2008) 提到:
we can make a minimum requirement list for C++, math...
☆────────────────────
j****j
发帖数: 270
29
Anybody doing option market-making? 我为您parttime工作,还付给您工资,您看好
不好?
I just wanted to learn more about option market-making...
I feel those greeks amazing...
thank you!
k***g
发帖数: 7244
30
来自主题: Quant版 - 谁来讲讲option market making
一点管见。
1. option 市场的liquidity 是两级化的,top 10 names 差不多占了市场 45%的
volume,主要是ETF。single name 的liquidity 在变差(除了BAC, AAPL,etc)。有
market maker专门在做 option HFT(事实上 OMM firms 也是分为两类),专注于top
50 names。另外 Jump 在做 OMM,HRT 也在做,Two Sigma 先买了 KCG的retailing
market making,找了 GS 的人,后来又买了 Timber Hill 的 OMM.
2. 金融危机时候,OMM 是最赚钱的一个 business,所以很多公司都想做,现在 vix
历史最低,市场整合很正常,market maker 在整合, exchange 在整合,broker 在整
合。谁知道下次金融危机什么时候来呢;
3. Option Market Making 是 Equity / Future HFT 在复杂度和市场微结构的super
set。不仅因为交易 option 必须要交易 underl... 阅读全帖
h******t
发帖数: 872
31
来自主题: Quant版 - how much quant makes yearly?
haha.... interesting answers. but, I am interested is quant pay, others are
not relevant.
onsite 5/week. but mostly I don't go, don't get job by interview.
phd maybe helpful for quant job, that is what i mean or the point :)
mediocre, true, only get about 100/hr, that is why I try to find other field
, such as quant. but till now, nobody tells me how much quant guys make. I
am seriously planning on making the move.
i**********5
发帖数: 467
32
来自主题: Quant版 - how much quant makes yearly?
100*40*4=16000/month....... yeah, some quants dont make so much, some make
couple times more.........
m********l
发帖数: 4394
33
来自主题: Quant版 - how much quant makes yearly?
then he's not a quant then.
it's another way of saying computer guys make 4 digits to 10 digits
because
Bill Gates happens to make 40 billions

quant,
m******t
发帖数: 273
34
An interview question:
Given two closed same envelopes, one may have $20 or $10, another one may
have $20 or $5.
You pick up one randomly and find it has $10, now you are given a chance to
make decision about whether to open another envelope.
If yes, you have to given up the $10 that you have earned and accept the
money in it no matter it is more or less than
your $10 currently in your hand.
How to make the decision ?
Any help would be appreciated.
Thanks !
l*********o
发帖数: 3091
35
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: liangmaomao (Amy Bishop 拿不到tenure就杀人的生物AP), 信区: SanFrancisco
标 题: 大家讨论讨论:GED degree makes 200k a year
发信站: BBS 未名空间站 (Wed Jun 12 05:21:12 2013, 美东)
how a high-school dropout with a GED degree got a ESI (Estremely Sensitive
Information) clearance and was making $200,000 a year?
l*******d
发帖数: 572
36
来自主题: MedicalDevice版 - Make your own medical device! Why not?转载
Have you gotten caught up in the endless healthcare debate that can lead to
comparing our healthcare system with France, the UK, or even Cuba? Our work
in medical device research at the Massachusetts Institute of Technology has
pointed to healthcare lessons in unexpected places: Nicaragua, Nigeria,
Ethiopia, and even suburban hacker spaces in America. What they have in
common is their development of do-it-yourself (DIY) medical technology.
We are and have always been a nation of makers. Along th... 阅读全帖
h*********u
发帖数: 10868
37
【 以下文字转载自 PhotoGear 讨论区 】
发信人: huangquanlu (上穷碧落下黄泉,两处茫茫皆不见), 信区: PhotoGear
标 题: 10個包子,Please help me make 3-D balls based on the attachments
发信站: BBS 未名空间站 (Thu Dec 22 10:10:42 2011, 美东)
10 baozi
same color and size
btw, Please make a black one as well.
z*******n
发帖数: 1034
38
June 2, 2014 11:38 AM
Dean Takahashi
SAN FRANCISCO — With 1.2 million active apps in the App Store, finding the
right app has become a chore.
Tim Cook, the chief executive of Apple, said at the company’s Worldwide
Developer Conference that Apple is adding new features to the App Store that
make it easier to find things.
One new feature is “explore,” which you can tap on the screen. It takes
you to apps that are similar to what you already like.
Apple is also adding “related searches,” which sugg... 阅读全帖
r******y
发帖数: 9892
l*******r
发帖数: 39279
40
来自主题: _Hope版 - Re: what makes women happy? (转载)
【 以下文字转载自 Biology 讨论区 】
发信人: secret007 (不能说的秘密), 信区: Biology
标 题: Re: what makes women happy?
发信站: BBS 未名空间站 (Tue Nov 16 12:37:25 2010, 美东)
make sense
according to Maslow's hierarchy of needs
1 is part of Self-actualization and Esteem
2 is part of love/belonging
3 is part of physiological needs
w*******y
发帖数: 60932
41
28 customer reviews/4.5 out of 5 stars
Kindle Price: $0.00 includes free wireless delivery via Amazon Whispernet
You Save: $24.99 (100%)
Product Description
Want to earn big profits from social media?
Now, theres an authoritative, up-to-the-minute resource you can trustand use.
This in-the-trenches guide is written by experts whove developed money-
making marketing campaigns for many of the worlds largest companies. Jamie
Turner and Reshma Shah, Ph.D., combine practical strategies and proven... 阅读全帖
w*******y
发帖数: 60932
42
Open a New ING Checking & Make 3 Purchases and Receive $ 50.00 free
Link:
http://home.ingdirect.com/products/products.asp?s=ElectricOrang
Click on Logo in upper left corner
Click on Apply Now.
Open Electric Orange and make a total of 3 Card purchases or Person2Person
Payments (or any combo of the two) within 45 days of account opening.
Your $50 bonus will automatically be deposited into your account on day 50.
w*******y
发帖数: 60932
43
Stumbled upon Wii Party on Amazon for $19.99
Trade in Value is currently $25.00
Link:
http://www.amazon.com/Wii-Party-Nintendo/dp/B003O6DZSQ/ref=sr_1
You can buy two and trade it in and make $10.
I've got a load of amazon credit so using it to test out the game. Also have
free prime two-day shipping.
Another rental...
WipeOut is $17.63.
Trade In $18 *Not trying to make a profit here...)
Link:
http://www.amazon.com/WipeOut-Nintendo-Wii/dp/B0039XZGXG/ref=sr
w*******y
发帖数: 60932
44
MM - Money maker; PM - Price Match; MIR - Mail In Rebate (just in case for
newbs)
So, Officemax is selling this printer for $99.99 after $100 Instant Rebate
on $199.99 original price. link:
http://www.officemax.com/catalog/sku.jsp?productId=prod3291666&
.
Print this ad on the link above.
take it to Staples which is selling this for $199.99 in-store:
http://www.staples.com/Canon-imageCLASS-D420-Laser-Multifunctio
(+ $100 MIR). Ask them to price match the $199.99 current price of Staples
to $99.... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)