新足迹

 找回密码
 注册

精华好帖回顾

· 一步一步 DIY Sushi, 附图 (2008-6-7) gracecxf · 天凉好个秋--给我们的少年青年&美好青涩甜蜜的人生(原创小说连载,更新完毕) (2020-8-19) ccccjessicacccc
· 康康的日记本 -(P28,L813-电梯在1楼) 3月10日 Blairgowrie 我再也不想来了 (2009-6-28) 胡须康 · 悉尼单身聚会之最 (2006-10-4) maggie
Advertisement
Advertisement
查看: 1015|回复: 1

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

头像被屏蔽

禁止发言

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

发表回复

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

本版积分规则

Advertisement
Advertisement
返回顶部