終於讓我寫出來了!!!哇哈哈哈哈....

Yesterday afternoon, I had a meeting with my advisor for discussing one of my projects. The meeting went very effeciently and was very productive as well, but it turned out that I have to modify one parameter on the computer program for the experiment.
I spent almost one and a half day but still couldn't figure it out.
I was so frustrated and upset....
就在, 我快要放棄的時候...
突然有個念頭閃過..
然後馬上一試....
YA!!!  I screamed so loudly...
"我成功了!!!!.... 我成功了!!!!... 我成功了!!!!"

哇~~哈哈哈哈....!!! (餘音繞樑,三日不絕......想不到我還會用成語..)

想起我們的國父說的話: 什麼什麼什麼什麼的... 絕不輕言放棄 !!

Yes, never say never!!!    


*^_____________________^*  (我的嘴巴都笑到耳朵那裡了~ heeheehee)

The following is  what  I was working on these days...

sub
   display( string caption )
begin
   text1.set_caption( caption );
   text1.redraw();
   trial1.present()
end;

trial1.set_start_time( 2000 );
display( "set_start_time( 2000 )" ); 

trial1.set_start_delay( 1000 );
display( "set_start_delay( 1000 )" );
                
trial1.set_start_delay( 0 );
trial1.set_duration( 4000 );
display( "set_duration( 4000 )" ); 

trial1.set_duration( forever );
trial1.set_type( first_response );
display( "set_duration( forever )\nset_type( first_response )" );

trial1.set_type( nth_response );
trial1.set_max_responses( 3 );
display( "set_type( nth_response )\nset_max_responses( 3 )" );

trial1.set_all_responses( false );
trial1.set_type( first_response );
trial1.set_duration( 7000 );
display( "set_all_responses( false )\nset_type( first_response )\nset_duration( 7000 )\nno target" );

trial1.set_duration( forever );
event1.set_target_button( 1 );
display( "set_all_responses( false )\nset_type( first_response )\nset_duration( forever )\ntarget" );


文章標籤
全站熱搜
創作者介紹
創作者 caffeinepig 的頭像
caffeinepig

caffeinepig

caffeinepig 發表在 痞客邦 留言(4) 人氣(3)