新足迹

 找回密码
 注册

精华好帖回顾

· 宝宝趣事 – 吃亏就是便宜 (2007-9-26) daffodil · 惘然记 - 信手随笔之二 - 77楼更新 (2012-11-2) astina
· 参加活动——让孩子自己做 (2009-7-16) 风再起时 · 技术贴 -- 旧式INTERCOM系统的废物利用和使用延伸 (2013-6-17) daniello
Advertisement
Advertisement
查看: 986|回复: 1

[IT] 请读IT的同学们来帮个忙. [复制链接]

头像被屏蔽

禁止发言

发表于 2008-5-1 18:25 |显示全部楼层
此文章由 mayumi86 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 mayumi86 所有!转贴必须注明作者、出处和本声明,并保持内容完整
遇到一个作业问题,想来想去,不解.如果有人能够知道如何做的.麻烦帮帮我.小女子实在有点无能了.
-----------------------------------------
A server manages the objects a1, a2...an. The server provides two operations for its clients:
A read operation: read (i) which returns the value of ai; and a write operation: write (i, Value) which assigns Value to ai.
Two transactions T and U are defined as follows:
Transaction T:
x= read (j); y = read (i); write (j, 44); write (i, 33);
Transaction U:
x= read (k); write (i, 55); y = read (j); write (k, 66).
Give serially equivalent interleaving of T and U with the following properties:
-        is strict;
-        is not strict but could not produce cascading aborts;
-        Could produce cascading aborts.
-------------------------------------------
请各位读IT的同学帮帮忙.5号要交的作业.这个题怎么想都想不出来.5555~~~
签名被屏蔽
Advertisement
Advertisement

发表于 2008-5-2 10:31 |显示全部楼层
此文章由 wellhome 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 wellhome 所有!转贴必须注明作者、出处和本声明,并保持内容完整
Give serially equivalent interleaving of T and U with the following properties:
我没看懂问题.
如果把小妞子 三个子加到subject中. 估计来帮忙的人回更多.

发表回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Advertisement
Advertisement
返回顶部