作者Pash@kkcity.com.tw ( ) 看板: finance
標題Re: 有人看好 ic設計類股嗎?
時間KKCITY (2007/09/27 Thu 19:03:48)
※ 引述《gaussian.bbs@bbs.cs.nctu.edu.tw (gaussian)》之銘言:
> 愛買就去買吧
> 我也看不慣無法預期的風險一堆
> 還推人去買的
你是說你推人買傳產嗎?
我可沒推你買 IC 設計呀...
拜託你不要買呀!
--
`timescale 1s/1s module life(input t,born);parameter year=31557600,incom=year/31
,payout=incom;integer age,money,gf,wife,marry,child;always@(posedge t)if(!born)
begin{age,money,gf,marry,child}<=0;end else if(t%year)begin age<=age+1;money<=
money+incom-payout;if((age>35&gf)|gf>5)begin gf<=gf-1;wife<=1;end else if(money/
10>incom)gf<=gf+1;if(wife&age<40)child<=child+1;end endmodule module I;reg t,b;
always#0.5 t=~t;initial t=0;initial#1 b=1;life pash(t,b);endmodule/* by Pash */
--
┌─────◆KKCITY◆─────┐ ● KKCITY 市民小常識 ●
│ bbs.kkcity.com.tw │ Q:文章標題前有#符號是代表什麼意思?
└──《From:* 》──┘ A:被作者加密了,需輸入密碼才能閱讀
--