Guaranteed scheduling is necessary for hard real time systems, because each process of them must meet their deadline, or a serious consequence will result.In this paper we discuss two guaranteed schedule algorithms:ba...Guaranteed scheduling is necessary for hard real time systems, because each process of them must meet their deadline, or a serious consequence will result.In this paper we discuss two guaranteed schedule algorithms:backtracking and branch and bound,introduce the process to find the optimal solution by both methods,propose the concept of logical node and physical node.Through some experiments for different process sets,we have made comparisons between the two algorithms in branch nodes,comparing time,topology of the search tree,memory size needed,etc.展开更多
The eastward-propagation phenomenon from GPS-tracking drifters is characterized by strong Wyrtki Jets(WJs),with a maximum velocity of over 1.3 m s^(-1).Based on data gathered during a 2014 spring sea cruise in the...The eastward-propagation phenomenon from GPS-tracking drifters is characterized by strong Wyrtki Jets(WJs),with a maximum velocity of over 1.3 m s^(-1).Based on data gathered during a 2014 spring sea cruise in the Indian Ocean,the trajectories show the WJs bifurcate at the equator near the eastern boundary and flow northward and southward in two narrow strong currents.Surface currents reverse and flow westward in the east of the bifurcation longitude.In addition,Aquarius satellite data show the high-salinity water flows eastward from the western Indian Ocean,associated with WJs.Salinity budget analyses in the mixed layer using salinity data from Argo and currents data from OSCAR indicate that the WJs do indeed transport the high-salinity water eastward at the equator,and WJs bifurcation transports high-salinity water away from the equator and suppresses the Bay of Bengal and Java coast from freshening.Therefore,the WJs and WJs bifurcation play an important role in maintaining the salinity balance in the eastern Indian Ocean.展开更多
A high-order accuracy explicit difference scheme for solving 4-dimensional heatconduction equation is constructed. The stability condition is r = △t/△x^2 = △t/△y^2 = △t/△z^2 = △t/△w^2 〈 3/8, and the truncatio...A high-order accuracy explicit difference scheme for solving 4-dimensional heatconduction equation is constructed. The stability condition is r = △t/△x^2 = △t/△y^2 = △t/△z^2 = △t/△w^2 〈 3/8, and the truncation error is O(△t^2 + △x^4).展开更多
AIM: To investigate the correlation between the serum soluble intercellular adhesion molecule-1 (sICAM-1) and the clinicopathologic features and to evaluate the possible prognostic significance of sICAM-1 concentra...AIM: To investigate the correlation between the serum soluble intercellular adhesion molecule-1 (sICAM-1) and the clinicopathologic features and to evaluate the possible prognostic significance of sICAM-1 concentration in colorectal cancer.METHODS: A total of 56 patients (mean age 57.3 years) having transitional cell carcinoma of the colorectal and 25 control patients (mean age 42.6 years) were enrolled in the study. The serum samples of the patients were obtained on the day before surgery. Sera were obtained by centrifugation, and stored at -80℃ until assay. Serum concentrations of ICAM-1 were measured with enzymelinked immunoassay. Differences between the two groups were analyzed by Student's t-test.RESULTS: No significant increase of serum slCAM-1 could be demonstrated in the Dukes A1 patients (352.63±61.82μg/L) compared to the control group (345.72±49.81 μg/L,/〉〉0.05), Dukes A1 patients (352.63±61.82 μg/L)compared to Dukes A2,3 patients (491.17±86.36μg/L,P〈0.05). Furthermore, the patients with Dukes B had significantly higher serum concentrations of sICAM-1 than those of the control group (496.82±93.04μg/L vs 345.72±49.81μg/L, P〈0.01). Compared with Dukes A2,3,B colorectal cancer patients, patients with more advanced clinical stage (Dukes C and D) had higher levels of sICAM-1 (743.68±113.74 μg/L vs491.17±86.36μg/L and 496.82±93.04 μg/L, P〈0.001). The difference was statistically significant in sICAM-1 levels between patients with positive lymph node status and those without lymph node involvement (756.25±125.57μg/L vs 445.62±69.18 μg/L, P〈0.001).Patients with poorly differentiated colorectal cancer had a higher level of slCAIVl-1 than those with differentiated and highly differentiated cancer (736.49±121.97μg/L vs410.23±67.47 μg/L, P〈0.001).CONCLUSION: In this study, serum ICAM-1 levels were found to be related to tumor presence, clinical stages,and grade. Increased ICAM-1 in patients with colorectal cancer which should be considered when the diagnostic and/or prognostic usefulness of soluble ICAM-1 is to be evaluated, sICAM-1 should prove useful for monitoring malignant disease stage and for evaluating the effectiveness of various therapeutic approaches for colorectal carcinomas.展开更多
In this figure, it finds a vertex to another vertex k shortest path algorithm. Provided there are n vertices and edges in the diagram. If the path loops, the time complexity of the algorithm is allowed O(w + n log 2...In this figure, it finds a vertex to another vertex k shortest path algorithm. Provided there are n vertices and edges in the diagram. If the path loops, the time complexity of the algorithm is allowed O(w + n log 2 n + kw log 2 k). If the request path does not contain the loop, the time complexity of the algorithm O(kn(w + n log2 n)+ kw log2 k). The algorithm utilizes a simple extension of the Dijkstra algorithm determined the end of the length of the shortest path to the other vertices, and then, based on these data, branch and bound method to identify the required path. Experimental results show that the actual running time has relations with the structure of FIG.展开更多
The sea surface temperature (SST) has substantial impacts on the climate; however, due to its highly nonlinear nature, evidently non-periodic and strongly stochastic properties, it is rather difficult to predict SST...The sea surface temperature (SST) has substantial impacts on the climate; however, due to its highly nonlinear nature, evidently non-periodic and strongly stochastic properties, it is rather difficult to predict SST. Here, the authors combine the complementary ensemble empirical mode decomposition (CEEMD) and support vector machine (SVM) methods to predict SST. Extensive tests from several different aspects are presented to validate the effectiveness of the CEEMD-SVM method. The results suggest that the new method works well in forecasting Northeast Pacific SST at a 12-month lead time, with an average absolute error of approximately 0.3℃ and a correlation coefficient of 0.85. Moreover, no spring predictability barrier is observed in our experiments.展开更多
In this paper, using the orthonormal multiresolution analysis(MRA) of L^2(R^s), we get two important properties of the scaling function with dilation matrix A = MI of L^2 (R^s). These properties axe chaxacterize...In this paper, using the orthonormal multiresolution analysis(MRA) of L^2(R^s), we get two important properties of the scaling function with dilation matrix A = MI of L^2 (R^s). These properties axe chaxacterized by some inequalities and equalities.展开更多
文摘Guaranteed scheduling is necessary for hard real time systems, because each process of them must meet their deadline, or a serious consequence will result.In this paper we discuss two guaranteed schedule algorithms:backtracking and branch and bound,introduce the process to find the optimal solution by both methods,propose the concept of logical node and physical node.Through some experiments for different process sets,we have made comparisons between the two algorithms in branch nodes,comparing time,topology of the search tree,memory size needed,etc.
基金supported by the National Natural Science Foundation of China(NSFC)[grant numbers 41206018 and41176019]the National Basic Research Program of China[grant number 2012CB956001]+2 种基金the National Program on Global Change and Air-Sea Interaction of the China Meteorological Administration[grant number GYHY201306018]the Strategic Priority Project of Chinese Academy of Sciences[grant numbers XDA11010203]the NSFC-Shandong Joint Fund for Marine Science Research Centers[grant number U1406401]
文摘The eastward-propagation phenomenon from GPS-tracking drifters is characterized by strong Wyrtki Jets(WJs),with a maximum velocity of over 1.3 m s^(-1).Based on data gathered during a 2014 spring sea cruise in the Indian Ocean,the trajectories show the WJs bifurcate at the equator near the eastern boundary and flow northward and southward in two narrow strong currents.Surface currents reverse and flow westward in the east of the bifurcation longitude.In addition,Aquarius satellite data show the high-salinity water flows eastward from the western Indian Ocean,associated with WJs.Salinity budget analyses in the mixed layer using salinity data from Argo and currents data from OSCAR indicate that the WJs do indeed transport the high-salinity water eastward at the equator,and WJs bifurcation transports high-salinity water away from the equator and suppresses the Bay of Bengal and Java coast from freshening.Therefore,the WJs and WJs bifurcation play an important role in maintaining the salinity balance in the eastern Indian Ocean.
基金NSF of the Education Department of Henan Province(20031100010)
文摘A high-order accuracy explicit difference scheme for solving 4-dimensional heatconduction equation is constructed. The stability condition is r = △t/△x^2 = △t/△y^2 = △t/△z^2 = △t/△w^2 〈 3/8, and the truncation error is O(△t^2 + △x^4).
基金Supported by the Youth Science Foundation of Guangdong Medical College, No. 2002110
文摘AIM: To investigate the correlation between the serum soluble intercellular adhesion molecule-1 (sICAM-1) and the clinicopathologic features and to evaluate the possible prognostic significance of sICAM-1 concentration in colorectal cancer.METHODS: A total of 56 patients (mean age 57.3 years) having transitional cell carcinoma of the colorectal and 25 control patients (mean age 42.6 years) were enrolled in the study. The serum samples of the patients were obtained on the day before surgery. Sera were obtained by centrifugation, and stored at -80℃ until assay. Serum concentrations of ICAM-1 were measured with enzymelinked immunoassay. Differences between the two groups were analyzed by Student's t-test.RESULTS: No significant increase of serum slCAM-1 could be demonstrated in the Dukes A1 patients (352.63±61.82μg/L) compared to the control group (345.72±49.81 μg/L,/〉〉0.05), Dukes A1 patients (352.63±61.82 μg/L)compared to Dukes A2,3 patients (491.17±86.36μg/L,P〈0.05). Furthermore, the patients with Dukes B had significantly higher serum concentrations of sICAM-1 than those of the control group (496.82±93.04μg/L vs 345.72±49.81μg/L, P〈0.01). Compared with Dukes A2,3,B colorectal cancer patients, patients with more advanced clinical stage (Dukes C and D) had higher levels of sICAM-1 (743.68±113.74 μg/L vs491.17±86.36μg/L and 496.82±93.04 μg/L, P〈0.001). The difference was statistically significant in sICAM-1 levels between patients with positive lymph node status and those without lymph node involvement (756.25±125.57μg/L vs 445.62±69.18 μg/L, P〈0.001).Patients with poorly differentiated colorectal cancer had a higher level of slCAIVl-1 than those with differentiated and highly differentiated cancer (736.49±121.97μg/L vs410.23±67.47 μg/L, P〈0.001).CONCLUSION: In this study, serum ICAM-1 levels were found to be related to tumor presence, clinical stages,and grade. Increased ICAM-1 in patients with colorectal cancer which should be considered when the diagnostic and/or prognostic usefulness of soluble ICAM-1 is to be evaluated, sICAM-1 should prove useful for monitoring malignant disease stage and for evaluating the effectiveness of various therapeutic approaches for colorectal carcinomas.
文摘In this figure, it finds a vertex to another vertex k shortest path algorithm. Provided there are n vertices and edges in the diagram. If the path loops, the time complexity of the algorithm is allowed O(w + n log 2 n + kw log 2 k). If the request path does not contain the loop, the time complexity of the algorithm O(kn(w + n log2 n)+ kw log2 k). The algorithm utilizes a simple extension of the Dijkstra algorithm determined the end of the length of the shortest path to the other vertices, and then, based on these data, branch and bound method to identify the required path. Experimental results show that the actual running time has relations with the structure of FIG.
基金supported in part by the Major Research Plan of the National Natural Science Foundation of China[grant number91530204]the State Key Program of the National Natural Science Foundation of China[grant number 41430426]
文摘The sea surface temperature (SST) has substantial impacts on the climate; however, due to its highly nonlinear nature, evidently non-periodic and strongly stochastic properties, it is rather difficult to predict SST. Here, the authors combine the complementary ensemble empirical mode decomposition (CEEMD) and support vector machine (SVM) methods to predict SST. Extensive tests from several different aspects are presented to validate the effectiveness of the CEEMD-SVM method. The results suggest that the new method works well in forecasting Northeast Pacific SST at a 12-month lead time, with an average absolute error of approximately 0.3℃ and a correlation coefficient of 0.85. Moreover, no spring predictability barrier is observed in our experiments.
基金Supported by the Natural Science Foundation of Ningxia Province(NZ0691)
文摘In this paper, using the orthonormal multiresolution analysis(MRA) of L^2(R^s), we get two important properties of the scaling function with dilation matrix A = MI of L^2 (R^s). These properties axe chaxacterized by some inequalities and equalities.