由买买提看人间百态

topics

全部话题 - 话题: swapped
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
r*******y
发帖数: 1081
1
vector v1(10, 1);
vector v2(15, 1);
v1.swap(v2)
Here the swap costs constant time.
How does STL achieve this? thanks
d****n
发帖数: 1637
2
我从头到尾都没说直接swap a and b 麻烦。
其实我的版本更麻烦。希望你仔细看前面。
我的point在于,你在function 里面创建一个obj,这个cost 如果是很复杂的obj的话,
会花费
很长时间,空间。
我的工作领域里面,一个obj甚至可能被创建1million times.这就会引起问题。
如果有类似swap function, 我会考虑用pointer调换。
所以我更青睐于调用pointer。
你是抱着讨论的态度来得,对吧?
有什么不对,请您指教。
t****t
发帖数: 6806
3
来自主题: Programming版 - C++ Q 108: swap
这跟考题或者中国人外国人没关系, 就是考经验. 平时经常用C/C++编程的人, 这种不
需要想就知道, 因为byte swap或者bit swap是很实际的问题, bit operation更是常用
. 不知道就表明没经验, 就是这么简单. 考得细? 没经验的人当然觉得考得细, 只好多
做题来补. 但是做题终究很有限, 所以只能作为时间不够(一两个月)的时候抱抱佛脚用
. 时间长了, 还是要做实际的project来练习, 比做几百题都有用. 楼主就是一个典型
抱一两年佛脚的例子, 所以到现在也没什么长进.
n***n
发帖数: 13
4
来自主题: Unix版 - Ask help about swap space ( Urgent )
Dear all,
I have got a message as " Unable to obtain requested
swap space.
Swap space under 10 per cent free. " when I was trying to
run my program
on a digital unix workstation. Would someone please tell me
how to sort it
out? Thanks very much!
t*******g
发帖数: 89
5
来自主题: Unix版 - Ask help about swap space ( Urgent )
I know on Solaris, you can 'mkfile' a big file, then
use swap command to add this file to swap space. But
I am not sure if that works on digital.
c******a
发帖数: 10623
6
来自主题: Unix版 - About Swap
We have a server runing linux. It has 1GB Mem, and is set up 2GB
Swap. But our program still have the possibilities of runing out
of mem. Could anyone tell me the dis/advantages of increasing
the swap space? Will it make the progress slower?
Thanks
f*t
发帖数: 29
7
Sorry that I can not type Chinese here.
I currently have a Lenovo laptop with Vista and ordered another DELL with
Windows 7
I really like the Lenovo and would like to swap the DELL OS onto it
I understand the pre-installed OEM OS is not suppose to be transferred
I just wonder if it is at all possible
If I swap the hard drive and attemp to install Windows 7 on Lenovo
Will it report hardware error or it will cause problem when registering with
Microsoft?
Thanks a lot.
k****h
发帖数: 944
8
来自主题: Business版 - Credit-default swaps (转载)
【 以下文字转载自 Investment 讨论区 】
发信人: keneth (红缅茄), 信区: Investment
标 题: Credit-default swaps
发信站: BBS 未名空间站 (Wed Nov 21 00:55:08 2007)
这里有谁有acess to Credit-default swaps (CDS)的历史数据马? 我在找几家公司
的CDS price data, for my research purpose. 万分感谢,如果谁能帮忙的话。
d****g
发帖数: 325
9
来自主题: Computation版 - 请问Matlab如何使用swap空间
如果换成64位Linux,那么matlab是否可以用到swap? swap空间和内存空间算是连续的吗?

mem
s******r
发帖数: 350
10
The solutions to EACH question can be collected in AT LEAST one
comprehensive book.
Fixed Income Securities: Tools for Today's Markets, Second Edition,
University Edition (Paperback)
by Bruce Tuckman
The Swaps & Financial Derivatives Library: Products, Pricing, Applications
and Risk Management, 3rd Edition Revised (Boxed Set) (Wiley Finance) (
Hardcover)
by Satyajit Das
The Credit Default Swap Basis (Hardcover)
by Moorad Choudhry
Volatility and Correlation: The Perfect Hedger and the Fox (Wiley
C***x
发帖数: 468
11
比如两个Swap的Reference Asset都是Yield 6%, pay 5% coupon的Bullet Bond.
谢谢.
c******s
发帖数: 58
12
Buyer of Asset Swap obtains exposure to credit risk so it includes price
return caused by credit risk only, not interest rate risk.
n*****r
发帖数: 159
13
? I remember asset swaps just like exchanging asset.
S*******r
发帖数: 11017
14
来自主题: Quant版 - A question about Variance Swap
Let's say now we have a variance swap with 90-day expiration and ATM implied
vol of underlying index is 10% for the 90-day period. Is there any certain
relationship between unrealized variance, Kt, of this variance swap and the
90-day ATM implied vol(10%)? Thanks much in advance.
s*****d
发帖数: 114
15
for a plain vanilla swap, the duration for fixed-receiver is calculated to
be duration of fixed rate bond minus a very small number (reflecting the duration
from the floater b/w resets). this is well understood and I am fine with it.
the question is: if you model the cash flows of two arms, there is NO
principal exchange at maturity for either arm, this means instead of
modeling the swap as long fixed rate bond and short floating bond, it really
should be long fixed rate annuity and short floati
t*****e
发帖数: 53
16
来自主题: Quant版 - java swap strings
String A = "a";
String B = "b";
swap(A, B);
print("%s", A);
If the output is "b", how should you implement swap()?
x******a
发帖数: 6336
17
来自主题: Quant版 - 请教面试题,关于varience swap
Variance Swap的pay off可以用european vanilla options复制。
vanilla (europe) options的theta都是负的,而variance swap是不随时间变的,
为什么?
D********n
发帖数: 978
18
来自主题: Quant版 - 请教面试题,关于varience swap
谁说variance swap不随时间变。太雷人。
我book上的variance swap每天都在亏钱,谁觉得不随时间改变谁从我这里拿走。
x******a
发帖数: 6336
19
来自主题: Quant版 - 请教面试题,关于varience swap
我也是说variance swap不是constant。可是interviewer执意说variance swap的pay
off不随时间变化。我对这个问题不太熟悉,没有争过他。
a******s
发帖数: 598
20
来自主题: Quant版 - 一个SWAP的问题
请问CME里面这个IR SWAP 定价的公式是怎么得来的?
http://www.cmegroup.com/trading/interest-rates/swaps/cbot-5-yea
特别是里面的那个除以200,发现5年,7年,10年和30年的公式都是除以200。
这个200是怎么来的?
还有前面的那个100?
请指教
R******t
发帖数: 2648
21
来自主题: Quant版 - swap/swaption
定义 类型
对于interest rate swap,知道怎么求forward swap rate 知道类似的那个call-put
parity
我没见过类似的面试题 随便说的 但我觉得最基本的东西一定要特明白
c****y
发帖数: 3592
22
来自主题: Quant版 - 有高手解释下swap futures么?
calendar swap futures和basis swap futures, 比如oil
如果一手的contract value是1000刀的话,是不是我进一手的话我对oil的notional
size实际要翻倍是2000刀? 因为我long一头short另一头
s*u
发帖数: 73
23
现有的matlab里面的swapbyzero好像只能给spot/forward starting swap定价,
如果我想给一个历史上已经开始,但是在未来几年才mature的irs定价,该怎么用
swapbyzero呢?
如果想在2000年1月一日,给一个1999年开始,2020年结束的irs定价,该怎么使用以上
的函数呢?
例如:
1)Define Rate Structure
StartDate='01-Jan-2000';
EndDates=['02-Jan-2000';'03-Jan-2000';'06-Jan-2000';'10-Jan-2000' ...
;'01-Feb-2000';'01-Mar-2000';'01-Apr-2000';'01-May-2000';'01-Jun-2000';'01-
Jul-2000' ...
;'01-Aug-2000';'01-Sep-2000';'01-Oct-2000';'01-Nov-2000';'01-Dec-2000';'01-
Jan-2001' ...
;'01-Jan-2002';'01-Jan-2003';'01-... 阅读全帖
y***d
发帖数: 126
24
当初那个老手机是craigslist上买的,一直没用,后来想用的时候发现过不了sprint的
financial eligibility check, 过了几个月不知怎么回事又能用了(在4/17之前)。
现在想swap 一个iphone上去,就是怕这个老手机上不了其他的sprint的mvno比如FP.
有啥办法能在swap之前就能查到这个手机能不能通过Financial eligibility check?
Thanks
a***a
发帖数: 2493
25
来自主题: CellularPlan版 - 尼玛,R+ 在线 swap 手机又涨价啦?
不好意思,犯晕写错,因为最近我是两台机子之间swap要动用dummy机中转,一共要
swap三次,成本只需2x3刀,以后大家这样搞的话就是5x3+税,成本太重了。
a***a
发帖数: 2493
26
来自主题: CellularPlan版 - 尼玛,R+ 在线 swap 手机又涨价啦?
不明白什么意思,多买sim card不能解决要swap device的问题啊,我意思是两个已注
册rp的机子互相swap。
a***a
发帖数: 2493
27
来自主题: CellularPlan版 - 尼玛,R+ 在线 swap 手机又涨价啦?
对,我的两个账户互换手机是特例,不过有一种情况如果不是reuse sim card,而是
sim card丢了或坏了,是不是只能先用dummy机 swap out,再swap back with new sim
card?
a***a
发帖数: 2493
28

发信人: quincycenter (quincycenter), 信区: PDA
标 题: Re: 写个ring plus的新手激活指南
发信站: BBS 未名空间站 (Sun Jun 5 02:55:37 2016, 美东)
我补充一下:
如果手上既没手机,也没卡,可以注册ringplus服务吗?
答案是可以。办法如下:
用这个faked ESN number:
0630177XXXX 最后四位自己填随机数。
这是一款老式手机。所以注册的时候不需要icc ID number.
等你的手机和卡到了,再login your online account,
swap device
(这一步会从你的balance里charge $1.99 swap fee)
就把你的Service从老的device(当然,实际上这个device并不存在)
换到新的手机(plus SIM 卡)上了。
同理,如果你有了手机,但是没卡。
虽然order了SIM卡,但是不能提前拿到卡号,或者不能及时拿到卡号,
也可以用上面的办法。
这是因为:注册你的新手机,需要输入icc ID。
但是老手机就不需要。

发帖数: 1
29
来自主题: CellularPlan版 - ringplus的swap问题
最近跳了个verizon的deal,用了个余额4刀的ringplus账户去portin到verizon。神奇
的事情发生了,ringplus的这个账户仍然可以用,而且号码还是原来那个。verizon的
号码也portin成功了,意味着verizon的手机号码和老ringplus的号码一样。
我现在试着在ringplus换个号码,不work。另外swap到一个新手机也不行。但是可以打
电话和上网。
有人知道怎么能够才能swap出去?
J**S
发帖数: 25790
30
ICCID 不是用过了,就不行了?
我记得以前就SWAP过,再SWAP回来SIM卡的ICCID 就不能用了。
x***u
发帖数: 297
31
理论上是这样。但是这个星期我的两个手机swap, ICCID都有问题。出来后就没法再回
去了。试了不下几十次,等待时间从几分钟到一天。
昨天看到有人说不加ICCID,LTE有可能也work。测了一下果然如此(Down 15.90M, Up
12.38M).


: Sprint 网络下的所有运营商的SIM卡一直都可以重复使用,前提是已经从原来的
账户和

: 设备一起swap 出来,或者原来关联的账户已经取消了。

c*****9
发帖数: 2739
32
来自主题: CellularPlan版 - SWAP 大法, 回不来了。。。
我没有 check RP,直接swap的, 并且 swap的虚拟 device 已经成功了,都一个多小时
了。
C******r
发帖数: 1385
33
来自主题: CellularPlan版 - R+ swap基础问题
结论是:另外一个帖子里说的下面这句话是可行的。
"some members have reported success from attempting to swap to an already-
active-elsewhere MEID. The swap will fail, but this is sometimes also
causing an account refresh & solving the problem. "
k**********s
发帖数: 6409
34
来自主题: CellularPlan版 - 现在当务之急是swap device out
要尽快把MEID swap到另一个MEID,否则万一Ringplus屁股不搽干净就跑了,这个MEID
就有可能上不了其它的Sprint的服务商了。
我今天早上碰巧要swap一个device,结果不成,现在也还不行。
L********3
发帖数: 757
35
来自主题: CellularPlan版 - 现在当务之急是swap device out
Swap到freedompop 吗?直接swap不需要取消plan,或者用一个其他电话替代
w******2
发帖数: 1664
36
来自主题: CellularPlan版 - r+不让swap了?
对啊,如果没有其他电话可以swap怎么办?如果直接cancel可以确保swap出来吗?
L********3
发帖数: 757
37
来自主题: CellularPlan版 - 请教如何 swap out ringplus 电话?
已经取消了一个ringplus线,想把另一条线的电话swap 出来,并保留这条Ringplus的
线。手上有一个3G手机,和一张spring sim 506c 卡,有人知道如何可以swap吗?谢谢
c*********i
发帖数: 2749
38
自由泡都要找客服…而且要swap 进入的手机,必须是试过byod 入户到自由泡了的。也
就是说,在没有促销时,swap 手机费用是20刀,还得找客服。

发帖数: 1
39
来自主题: CellularPlan版 - R+ swap device出错
There was a problem swapping your device.
If this new device is currently active on any carrier, it must be
deactivated before swapping into your account.
又用RingPlus Device Check Tool试了一下 https://my.ringplus.net/device_
validation_requests/new),也报错:
translation missing: en.elements.error_codes.1000
是一个旧的Touch Pro 2,原本Sprint家的,早退出了合约。请问这是什么问题?
h**b
发帖数: 5635
40
来自主题: CellularPlan版 - R+ swap device出错
4g设备用4g设备swap,3g的不行,再说了,都已经去ting报到了,你还swap个啥?
l*******s
发帖数: 7316
z****e
发帖数: 3400
42
来自主题: CellularPlan版 - iPhone X没法swap进VM
那为什么Tello可以呢?Tello可以Swap SIM也可以Swap手机。
o*z
发帖数: 1078
43
今天又重申,有人误会了他的意思,他说关键在“both agreed swap land"
这句话没人听见,光听见了1967就急急叫。obama是骗子吗
w*****g
发帖数: 125
44
来自主题: Military版 - a bad reality show, The Child Swap
There was a bad tempered neighbor. If not working, he was drunk most of time
, and told his children to do this, that, not that. His old son handed out
his orders to his younger siblings. But the youngest son was disobediant and
naughty, felt misreated, so he faught back. The neighbor beat him and gave
him a time out in the back yard.
The good neighbor saw all these, and felt outrageous. So he snuck into the
bad neighbor's yard, and said to the son "your dad is a bad person. You are
very a brave... 阅读全帖
l******t
发帖数: 55733
45
swap从小学算法就有了。这可以说是机盲暴露贴把
B******g
发帖数: 89
46
不信的可以搜索bacterial gene swapping.
不同种类的细菌可以交换一些有用的dna片段,互通有无.
现在发现一些鱼类也可以.
大力推广一妻多夫,可以大大加快人类进化的速度.
a**********s
发帖数: 50
47
来自主题: USANews版 - Stevens, Palin swap shots over earmarks
http://www.adn.com/front/story/343508.html
Stevens, Palin swap shots over earmarks
By SEAN COCKERHAM
s********[email protected]
Published: March 12th, 2008 10:18 PM
Last Modified: March 12th, 2008 10:21 PM
Alaska Sen. Ted Stevens is aggravated about what he sees as Gov. Sarah Palin
's antagonism toward the earmarks he uses to steer federal money to the
state."The fact the state has seen fit to raise the issue of earmarks and
the way they handled the bridge money has led to a lot of controversy back
here
m*****5
发帖数: 23482
48
来自主题: WorldNews版 - 下一个BUBBLE会不会是医保SWAP
寿保SWAP已经玩了很久了,现在看来是同样的玩法要搞到医保头上了
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)