²é¿´: 473  |  »Ø¸´: 2

astringent

Í­³æ (ÖøÃûдÊÖ)


[½»Á÷] ¡¾ÇóÖú¡¿ÎªÊ²Ã´Á½ÖÖд·¨µÃµ½µÄÖµ²»Ò»Ñù£¿

Ϊʲô°ÑifÓï¾ä·Åµ½²»Í¬µÄλÖ㬽á¹û¾Í²»Ò»ÑùÁËÄØ£¿Çë´ó¼Ò°ïæ·ÖÎöһϣ¬¶àл¡£
д·¨Ò»£¨ÅжÏÓï¾äΪh0(t)/=0£©£º
t0=0
             do ntel=1, npoints
         
               neworig = .false.
               if (t0.eq.0) then
                   neworig = .true.
               elseif (ntel-time0(t0).eq.it0)then
                   neworig = .true.
               endif

               if (neworig) then
                  t0 = t0 + 1         ! update number of t=0
                  time0(t0) = ntel    ! store the time of t=0
                  h0(t0) = h(ntel)
                endif
         
                do t=1, t0             ! update tcf for t=0
                   delt=ntel-time0(t)+1 ! actual time minus t=0
                   if(h0(t)/=0.and.(delt.lt.npoints)) then
                      ntime(delt) = ntime(delt)+1d0
                      tcf(delt)=tcf(delt)+h(ntel)*h0(t)
                      tcf0(delt)=tcf0(delt)+h0(t)*h0(t)
                    endif
                 enddo               
              enddo
д·¨¶þ£¨ÅжÏÓï¾äΪif (h(ntel)/=0) then£©
t0=0
             do ntel=1, npoints
         
               neworig = .false.
               if (h(ntel)/=0) then
               if (t0.eq.0) then
                   neworig = .true.
               elseif (ntel-time0(t0).eq.it0)then
                   neworig = .true.
               endif
              endif

               if (neworig) then
                  t0 = t0 + 1         ! update number of t=0
                  time0(t0) = ntel    ! store the time of t=0
                  h0(t0) = h(ntel)
                endif
         
                do t=1, t0             ! update tcf for t=0
                   delt=ntel-time0(t)+1 ! actual time minus t=0
                   if£¨delt.lt.npoints) then
                      ntime(delt) = ntime(delt)+1d0
                      tcf(delt)=tcf(delt)+h(ntel)*h0(t)
                      tcf0(delt)=tcf0(delt)+h0(t)*h0(t)
                    endif
                 enddo               
              enddo
»Ø¸´´ËÂ¥

» ²ÂÄãϲ»¶

» ÇÀ½ð±ÒÀ²£¡»ØÌû¾Í¿ÉÒԵõ½:

²é¿´È«²¿É¢½ðÌù

ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû

zhuwei04

ľ³æ (ÕýʽдÊÖ)


astringent(½ð±Ò+10): 2011-02-13 20:36:36
h(1) Äܱ£Ö¤/=0Âð£¿
Èç¹ûºÍh(1)=0£¬Ð´·¨Ò»±È½ÏºÃ°É£¬ÖÁÉÙÄܱ£Ö¤do t=1, t0 Õâ¾ä²»³ö´í
2Â¥2011-02-13 10:18:59
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû
¡ï ¡ï ¡ï
astringent(½ð±Ò+10): 2011-02-13 20:36:39
ÓàÔó³É(½ð±Ò+3): лл²ÎÓëÓ¦Öú£¡ 2011-02-20 18:22:58
ÄãÕâ¸ö³ÌÐòƬ¶ÏÓÐÌ«¶àµÄ¶«Î÷ûÓн»´ý£¬ËùÒÔ²»ÄÜ´Ó³ÌÐòƬ¶ÏÉÏÀ´½â¶Á

ÔÚÏÂÃæµÄÕâ¶Î´úÂëÖУ¬Äã¼ÓÁËÒ»¸öÅжϲÅÄܽøÐÐ neworig µÄ¸³Öµ£¬µ«ÔÚ·½·¨Ò»ÖУ¬Ã»ÓÐÕâÑùµÄÅжϣ¬Òò´Ë£¬¿ÉÄܻᵼÖ neworig µÄÖµÔÚÁ½¸ö³ÌÐòÖв»Ò»Ñù£¬ÄÇô¿ÉÄÜ»áÖ±½ÓÓ°Ïì×îºóµÄ½á¹û¡­¡­
CODE:
             if (h(ntel)/=0) then
               if (t0.eq.0) then
                   neworig = .true.
               elseif (ntel-time0(t0).eq.it0)then
                   neworig = .true.
               endif
              endif

3Â¥2011-02-13 10:24:20
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû
Ïà¹Ø°æ¿éÌø×ª ÎÒÒª¶©ÔÄÂ¥Ö÷ astringent µÄÖ÷Ìâ¸üÐÂ
×î¾ßÈËÆøÈÈÌûÍÆ¼ö [²é¿´È«²¿] ×÷Õß »Ø/¿´ ×îºó·¢±í
[¿¼ÑÐ] 302Çóµ÷¼Á +3 С¼Öͬѧ123 2026-03-15 5/250 2026-03-16 20:39 by zhq0425
[¿¼ÑÐ] »úеר˶325£¬Ñ°ÕÒµ÷¼ÁԺУ +3 y9999 2026-03-15 5/250 2026-03-16 19:58 by y9999
[¿¼ÑÐ] 304Çóµ÷¼Á +4 ahbd 2026-03-14 4/200 2026-03-16 16:48 by ÎҵĴ¬Îҵĺ£
[¿¼ÑÐ] 318Çóµ÷¼Á +3 Yanyali 2026-03-15 3/150 2026-03-16 16:41 by houyaoxu
[¿¼ÑÐ] 309Çóµ÷¼Á +5 »¨ÓëÒ¶@ 2026-03-10 5/250 2026-03-16 14:13 by ŶŶ123
[¿¼ÑÐ] 0703 ÎïÀí»¯Ñ§µ÷¼Á +3 ÎÒ¿ÉÒÔÉϰ¶µÄ¶Ô 2026-03-13 5/250 2026-03-16 10:50 by ÎÒ¿ÉÒÔÉϰ¶µÄ¶ÔÂ
[¿¼ÑÐ] 326Çóµ÷¼Á +3 mlpqaz03 2026-03-15 3/150 2026-03-16 07:33 by Iveryant
[¿¼ÑÐ] 327Çóµ÷¼Á +6 ʰ¹âÈÎȾ 2026-03-15 11/550 2026-03-15 22:47 by ʰ¹âÈÎȾ
[¿¼ÑÐ] 26¿¼ÑÐÒ»Ö¾Ô¸ÖйúʯÓÍ´óѧ(»ª¶«)305·ÖÇóµ÷¼Á +3 ¼ÎÄêÐÂ³Ì 2026-03-15 3/150 2026-03-15 13:58 by ¹þ¹þ¹þ¹þºÙºÙºÙ
[¿¼ÑÐ] 0856ר˶279Çóµ÷¼Á +5 ¼ÓÓͼÓÓÍ£¡? 2026-03-15 5/250 2026-03-15 11:58 by 2020015
[¿¼ÑÐ] 22408×Ü·Ö284Çóµ÷¼Á +3 InAspic 2026-03-13 3/150 2026-03-15 11:10 by zhq0425
[¿¼ÑÐ] 265Çóµ÷¼Á +4 Íþ»¯±ý07 2026-03-12 4/200 2026-03-14 17:23 by userper
[¿¼ÑÐ] 290Çóµ÷¼Á +4 @½«¾Í½«¾Í¿´ 2026-03-10 8/400 2026-03-14 14:23 by ǧǧÔËÆø
[¿¼ÑÐ] ²ÄÁÏ371Çóµ÷¼Á +9 öùÓã? 2026-03-11 11/550 2026-03-13 22:53 by JourneyLucky
[¿¼ÑÐ] 0856²ÄÁÏÓ뻯¹¤301Çóµ÷¼Á +5 ÞÈÊø¹â 2026-03-13 5/250 2026-03-13 22:00 by ÐÇ¿ÕÐÇÔÂ
[¿¼ÑÐ] ¡¾0856¡¿»¯Ñ§¹¤³Ì£¨085602£©313 ·Ö£¬±¾¿ÆÑ§¿ÆÆÀ¹ÀAÀàԺУ»¯Ñ§¹¤³ÌÓ빤ÒÕ£¬³ÏÇóµ÷¼Á +7 СÁõ¿ì¿ìÉϰ¶ 2026-03-11 7/350 2026-03-13 16:06 by ruiyingmiao
[¿¼ÑÐ] 289Çóµ÷¼Á +3 ÀîÕþÓ¨ 2026-03-12 3/150 2026-03-13 11:02 by Çóµ÷¼Ázz
[¿¼ÑÐ] 0856»¯¹¤Ô­Àí +6 z2839474511 2026-03-10 6/300 2026-03-13 10:41 by houyaoxu
[¿¼ÑÐ] 270Çóµ÷¼Á 085600²ÄÁÏÓ뻯¹¤×¨Ë¶ +3 YXCT 2026-03-11 3/150 2026-03-13 10:13 by houyaoxu
[¿¼²©] ¸£ÖÝ´óѧÑî»ÆºÆ¿ÎÌâ×éÕÐÊÕ2026Äêרҵѧλ²©Ê¿Ñо¿Éú£¬2026.03.20½ØÖ¹ +3 Xiangyu_ou 2026-03-12 3/150 2026-03-13 09:36 by duanwu655
ÐÅÏ¢Ìáʾ
ÇëÌî´¦ÀíÒâ¼û