Return-Path: william@bourbon.usc.edu Delivery-Date: Fri Sep 26 19:16:24 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id m8R2GO4H003750 for ; Fri, 26 Sep 2008 19:16:24 -0700 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id m8R2Jqi0020365 for ; Fri, 26 Sep 2008 19:19:52 -0700 Message-Id: <200809270219.m8R2Jqi0020365@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: cs551 Warmup 2 : TS File Date: Fri, 26 Sep 2008 19:19:52 -0700 From: Bill Cheng Someone wrote: > The values in the TS file be ints only or can it be double or float too ? > if yes, do we have to take it as an error condition if we find anything > other than ints in the file ? Only integers. -- Bill Cheng // bill.cheng@usc.edu On Fri, Sep 26, 2008 at 2:20 PM, Bill Cheng wrote: > Someone wrote: > > > In the Ts file, > > > > the values of interarrival and service time will always be seperated by > a > > space ? and the tabs can be only in the first or last positton .. > > or can there be tabs between the two times ? > > There can be more spaces. Tabs and spaces can be mixed. > -- > Bill Cheng // bill.cheng@usc.edu