• Title/Summary/Keyword: E value

Search Result 6,520, Processing Time 0.035 seconds

A Study on the Change of Thiamine and Riboflavin Value in the Organs of Rats (장기내(臟器內) Thiamine 과 Riboflavin 함량(含量) 변동(變動)에 대(對)한 연구(硏究) - 전아(餞餓), 고당질식(高糖質食), 고조백질식(高蚤白質食) 및 Vitamin E 첨가(添加) 유식(裕食)에 의(依)한 영향(影響)에 대(對)하여 -)

  • Lee, Ky-Dong
    • Journal of Nutrition and Health
    • /
    • v.1 no.2
    • /
    • pp.93-105
    • /
    • 1968
  • The variations of both thiamine and riboflavin value in the organs, viz. liver, small intestine, spleen and kidney of the rats were measured for observing some metabolic changes in the animals during fasting and feeding different quality of diets without V-E supplement. The animal used for the experiment was adult female ablino rat from a pure strain, weighing 225-280g. The animals were divided into 6 groups; the control group, the high carbohydrate diet group, the high carbohydrate diet with V-E group, the high protein diet group, the high protein diet with V-E group, and fasting group. The result obtained are summarized as follows; 1. The thiamine contents in the liver were once increased during early stage of starvation compared with the control group, thereafter they were decreased on the 8 days fasting while the contents in the small intestine and spleen were decreased during 1 to 8 days fasting. 2. The riboflavin contents in the liver and kidney were increased during starvation and the content in the small intestine was no marked change compared with control group. 3. The thiamine contents in the liver and small intestine during feeding the high carbohydrate with V-E supplement diet group were lower than that of the diet without V-E group and the content in the spleen was increased by feeding V-E enriched high carbohydrate diet. 4. The thiamine contents in the liver, small intestine and spleen during feeding the V-E supplemented diets were lower than that of the non-supplemented one's. 5. The riboflavin contents in the liver, small intestine, and kidney were increased during feeding the high carbohydrate diet compared to the control group, and they were decreased during feeding the V-E enriched high carbohydrate diet. 6. The riboflavin contents in each organ were increased during feeding the high protein diet compared to the control group, and they were much increased during 20 to 30 days of feeding the V-E supplemented high protein diet. 7. Therefore, as the above results showed, the variation of thiamine value in the each organs were not markedly changed during feeding different quality of the diets. The thiamine and riboflavin contents in the each organ in the V-E enriched high carbohydrate diet group were lower than without V-E supplemented one's The riboflavin contents in each organ were increased during feeding the high protein diet compared with the control group and the centents were increased during 20 to 30 days of the feeding V-E enriched high protein diet.

  • PDF

A Variable Latency Goldschmidt's Floating Point Number Square Root Computation (가변 시간 골드스미트 부동소수점 제곱근 계산기)

  • Kim, Sung-Gi;Song, Hong-Bok;Cho, Gyeong-Yeon
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.9 no.1
    • /
    • pp.188-198
    • /
    • 2005
  • The Goldschmidt iterative algorithm for finding a floating point square root calculated it by performing a fixed number of multiplications. In this paper, a variable latency Goldschmidt's square root algorithm is proposed, that performs multiplications a variable number of times until the error becomes smaller than a given value. To find the square root of a floating point number F, the algorithm repeats the following operations: $R_i=\frac{3-e_r-X_i}{2},\;X_{i+1}=X_i{\times}R^2_i,\;Y_{i+1}=Y_i{\times}R_i,\;i{\in}\{{0,1,2,{\ldots},n-1} }}'$with the initial value is $'\;X_0=Y_0=T^2{\times}F,\;T=\frac{1}{\sqrt {F}}+e_t\;'$. The bits to the right of p fractional bits in intermediate multiplication results are truncated, and this truncation error is less than $'e_r=2^{-p}'$. The value of p is 28 for the single precision floating point, and 58 for the doubel precision floating point. Let $'X_i=1{\pm}e_i'$, there is $'\;X_{i+1}=1-e_{i+1},\;where\;'\;e_{i+1}<\frac{3e^2_i}{4}{\mp}\frac{e^3_i}{4}+4e_{r}'$. If '|X_i-1|<2^{\frac{-p+2}{2}}\;'$ is true, $'\;e_{i+1}<8e_r\;'$ is less than the smallest number which is representable by floating point number. So, $\sqrt{F}$ is approximate to $'\;\frac{Y_{i+1}}{T}\;'$. Since the number of multiplications performed by the proposed algorithm is dependent on the input values, the average number of multiplications per an operation is derived from many reciprocal square root tables ($T=\frac{1}{\sqrt{F}}+e_i$) with varying sizes. The superiority of this algorithm is proved by comparing this average number with the fixed number of multiplications of the conventional algorithm. Since the proposed algorithm only performs the multiplications until the error gets smaller than a given value, it can be used to improve the performance of a square root unit. Also, it can be used to construct optimized approximate reciprocal square root tables. The results of this paper can be applied to many areas that utilize floating point numbers, such as digital signal processing, computer graphics, multimedia, scientific computing, etc.

A Variable Latency Newton-Raphson's Floating Point Number Reciprocal Square Root Computation (가변 시간 뉴톤-랍손 부동소수점 역수 제곱근 계산기)

  • Kim Sung-Gi;Cho Gyeong-Yeon
    • The KIPS Transactions:PartA
    • /
    • v.12A no.5 s.95
    • /
    • pp.413-420
    • /
    • 2005
  • The Newton-Raphson iterative algorithm for finding a floating point reciprocal square mot calculates it by performing a fixed number of multiplications. In this paper, a variable latency Newton-Raphson's reciprocal square root algorithm is proposed that performs multiplications a variable number of times until the error becomes smaller than a given value. To find the rediprocal square root of a floating point number F, the algorithm repeats the following operations: '$X_{i+1}=\frac{{X_i}(3-e_r-{FX_i}^2)}{2}$, $i\in{0,1,2,{\ldots}n-1}$' with the initial value is '$X_0=\frac{1}{\sqrt{F}}{\pm}e_0$'. The bits to the right of p fractional bits in intermediate multiplication results are truncated and this truncation error is less than '$e_r=2^{-p}$'. The value of p is 28 for the single precision floating point, and 58 for the double precision floating point. Let '$X_i=\frac{1}{\sqrt{F}}{\pm}e_i$, there is '$X_{i+1}=\frac{1}{\sqrt{F}}-e_{i+1}$, where '$e_{i+1}{<}\frac{3{\sqrt{F}}{{e_i}^2}}{2}{\mp}\frac{{Fe_i}^3}{2}+2e_r$'. If '$|\frac{\sqrt{3-e_r-{FX_i}^2}}{2}-1|<2^{\frac{\sqrt{-p}{2}}}$' is true, '$e_{i+1}<8e_r$' is less than the smallest number which is representable by floating point number. So, $X_{i+1}$ is approximate to '$\frac{1}{\sqrt{F}}$. Since the number of multiplications performed by the proposed algorithm is dependent on the input values, the average number of multiplications Per an operation is derived from many reciprocal square root tables ($X_0=\frac{1}{\sqrt{F}}{\pm}e_0$) with varying sizes. The superiority of this algorithm is proved by comparing this average number with the fixed number of multiplications of the conventional algorithm. Since the proposed algorithm only performs the multiplications until the error gets smaller than a given value, it can be used to improve the performance of a reciprocal square root unit. Also, it can be used to construct optimized approximate reciprocal square root tables. The results of this paper can be applied to many areas that utilize floating point numbers, such as digital signal processing, computer graphics, multimedia, scientific computing, etc.

Bactericidal Efficacy of Fumagari OPP®, Fumigant Against Escherichia coli and Salmonella typhimurium (훈증소독제, Fumagari OPP®의 Escherichia coli와 Salmonella typhimurium에 대한 살균효과)

  • Park, Eun-Kee;Kim, Yongpal;Yu, Eun-Ah;Yoo, Chang-Yeol;Choi, Hyunju;Kim, Suk;Lee, Hu-Jang
    • Journal of Food Hygiene and Safety
    • /
    • v.28 no.3
    • /
    • pp.234-240
    • /
    • 2013
  • This test was performed to evaluate the bactericidal efficacy of Fumagari OPP$^{(R)}$, fumigation disinfectant, containing 20% ortho-phenylphenol against Escherichia coli (E. coli) and Salmonella typhimurium (S. typhimurium). In preliminary tests, both E. coli and S. typhimurium working culture suspension number (N value) was $4.0{\times}10^8$ CFU/mL. And all of the colony numbers on the carriers exposed the fumigant (n1, n2, n3) were higher than 0.5N1 (the number of bacterial test suspentions by pour plate method), 0.5N2 (the number of bacterial test suspentions by filter membrane method) and 0.5N1, respectively. In addition, the mean number of bacteria recovered on the control-carriers (T value) was $3.4{\times}10^6$ CFU/mL. In the bactericidal effect of the fumigant, the reduction number of S. typhimurium and E. coli (d value) was 5.26 and 5.64 logCFU/mL, respectively. According to the French standard for the fumigant, the d value for the effective bactericidal fumigant should be over than 5 logCFU/mL. With the results of this study, Fumagari OPP$^{(R)}$ has an effective bactericidal activity, then the fumigant can be applied to disinfect food materials and kitchen appliances contaminated with pathogenic bacteria.

A Comparison analysis of kinematics of lower extremities for 1st position jump in ballet between two types of ballet shoes (발레의 1st Position 점프 동작 시 신발 유형에 따른 하지의 운동학적 비교분석)

  • Youm, Chang-Hong;Park, Young-Hoon;Seo, Kook-Woong
    • Korean Journal of Applied Biomechanics
    • /
    • v.13 no.3
    • /
    • pp.327-340
    • /
    • 2003
  • The purpose of this study was to investigate the height of jump, angle of the ankle and knee, the angular velocity of the ankle and knee between two types of ballet shoes during a jump in the 1st position. The subjects were 5 female ballet majors of university in Busan the majors who have been dancing ballet for six years on the average. The conclusions are as follows: 1. The height of jump had no significant difference between two types of ballet shoes, and then the average of the height of jump with point shoes group ($20.24{\pm}4.62\;cm$) was a little higher than ballet shoes group ($17.50{\pm}4.05\;cm$). 2. The angle of the ankle had no significant difference for all events between two types of ballet shoes. The minimum angle of ankle joint was represented to $54.36_{\circ}$ at the E1 of the left ankle angle of the ballet shoes and the maximum value was showed $155.43_{\circ}$ at the E3 of the right ankle angle of the point shoes. 3. The angle of the knee had no significant difference for all events between two types of ballet shoes. The minimum angle of knee joint was represented to $99.54_{\circ}$ at the E1 of the left knee angle of the ballet shoes and the maximum value was showed $174.25_{\circ}$ at the E3 of the right knee angle of the point shoes. 4. The ankle velocity of the ankle had no significant difference for all events between two types of ballet shoes. The minimum angular velocity of the ankle was represented to 4.35 deg/s at the maximum height(E3) of the point shoes and the maximum value was showed 597.81 deg/s at the take-off(E2) of the right ankle angle of the point shoes. 5. The angular velocity of the knee had significant difference between two types of ballet shoes at the event 1(p<.05). The minimum angular velocity of the hee was represented to -1.68 deg/s at the maximum height(E3) of the point shoes and the maximum value was showed 360.25 deg/s at the take-off(E2) of the left knee angle of the ballet shoes. The other events had no significant difference between two types of ballet shoes.

A Meta-Analysis of Relationship between Perceived Value, Risk and Behavioral Intention on E-Commerce (전자상거래 연구에서 인지된 가치, 위험 및 행위의도 간의 관계에 대한 메타분석)

  • Nam, Soo-tai;Jin, Chan-yong
    • Asia-Pacific Journal of Business Venturing and Entrepreneurship
    • /
    • v.11 no.4
    • /
    • pp.179-189
    • /
    • 2016
  • Recently, the convergence of knowledge based society and information telecommunication technologies has a rapid impact on politics, economics and various fields. Meta-analysis is a statistical integration method that delivers an opportunity to overview the entire result of integrating and analyzing many quantitative research results. Meta-analysis, can see the direction and size of the relationship between variables using the concept of the effect size. The factor determining behavioral intention of consumer in e-commerce can say that critically dependent variable. In a predictive factor determining behavioral intention is typical that perceived value and perceived risk. We conducted a meta-analysis and review of between perceived value, perceived risk and behavioral intention on e-commerce researches. This study focused a total of 33 research papers that established causal relationships in between perceived value, risk and behavioral intention on e-commerce published in Korea academic journals during 2000 and 2016. The result of the meta-analysis might be summarized that the effect size in the path from the perceived value to the behavioral intention with the effect size (r = .526), listed an explanatory power of 28%. In addition, it showed that the effect size in the path from perceived risk to the behavioral intention with the effect size (r = -.220), listed a negative explanatory power of 5%. Based on these findings, several theoretical and practical implications were suggested and discussed with the difference from previous researches.

  • PDF

Synthesis and Evaluation of Antitumor Activity of 2- and 6-[(1,3- Benzothiazol-2-yl)aminomethyl]-5,8-dimethoxy-1,4-naphthoquinone Derivatives

  • Chung, Yong-Seog;Shin, Young-Kook;Zhan, Chang-Guo;Lee, Sung-Duck;Cho, Hoon
    • Archives of Pharmacal Research
    • /
    • v.27 no.9
    • /
    • pp.893-900
    • /
    • 2004
  • 2- or 6-Substituted BZT-N derivatives were synthesized, and their cytotoxic activity against can-cer L1210 and SNU-1 cells was examined. The antitumor action was also assessed in mice bearing S-180 cells in peritoneal cavity. In a comparison, it was found that 6-substituted BZT-N derivatives exhibited higher potencies in both bioactivities than 2-substituted BZT-N derivatives against L1210 cells in in vitro and S-180 in vitro tests exception of compound 36. Interestingly, it was observed that 2-substituted compound 36, which has methyl group at RI position, exhib-ited a better antitumor activity than 6-substituted compounds against L1210 and SNU-1 in vitro. The EDso value of 2-substituted compound 36 against L1210 was found to be comparable to the EDso value of adriamycin and was even better against the solid cancer cell line SNU-1. It was also observed that 2-substituted compound 36 showed better antitumor activity in mice bearing S-180 cells in the peritoneal cavity. The T/C (%) value of 2-substituted compound 36 was simi-lar to that of adriamycin. Quantitative structure-activity relationship (QSAR) tests reveal that the experimental E $D_{50}$ values against SNU-1 closely correlate with both the calculated HOMO ener-gies ( $E_{HOMO}$) and the measured H-NMR chemical shift of 3-H ($\delta$$_{H}$). The results suggests that a compound having higher $E_{HOMO}$ and $\delta$$_{H}$ values usually should have a lower E $D_{50}$ (SNU-1) value.lue.lue.lue.

A relationship among task value, academic self-efficacy, motivation, self-regulated learning and academic procrastination in a college e-learning course (이러닝 강의를 수강하는 대학생의 학업지연행동에 영향을 미치는 요인들의 관계 규명)

  • You, Jiwon;Kang, Myunghee;Kim, Eunhee
    • The Journal of Korean Association of Computer Education
    • /
    • v.16 no.1
    • /
    • pp.81-95
    • /
    • 2013
  • Academic procrastination has been a concern for educators. The purpose of this study is to investigate the relationship among task value, academic self-efficacy, autonomous motivation, self-regulated learning, and academic procrastination in e-learning courses. Based on the literature review, the path model was proposed and tested with 212 university students who registered in e-learning courses. The results showed that task value and academic self-efficacy positively influenced autonomous motivation and self-regulated learning, and autonomous motivation and self-regulated learning reduced the level of academic procrastination directly or indirectly. Implications and strategies to reduce procrastination were discussed based on the findings.

  • PDF

A Variable Latency Newton-Raphson's Floating Point Number Reciprocal Computation (가변 시간 뉴톤-랍손 부동소수점 역수 계산기)

  • Kim Sung-Gi;Cho Gyeong-Yeon
    • The KIPS Transactions:PartA
    • /
    • v.12A no.2 s.92
    • /
    • pp.95-102
    • /
    • 2005
  • The Newton-Raphson iterative algorithm for finding a floating point reciprocal which is widely used for a floating point division, calculates the reciprocal by performing a fixed number of multiplications. In this paper, a variable latency Newton-Raphson's reciprocal algorithm is proposed that performs multiplications a variable number of times until the error becomes smaller than a given value. To find the reciprocal of a floating point number F, the algorithm repeats the following operations: '$'X_{i+1}=X=X_i*(2-e_r-F*X_i),\;i\in\{0,\;1,\;2,...n-1\}'$ with the initial value $'X_0=\frac{1}{F}{\pm}e_0'$. The bits to the right of p fractional bits in intermediate multiplication results are truncated, and this truncation error is less than $'e_r=2^{-p}'$. The value of p is 27 for the single precision floating point, and 57 for the double precision floating point. Let $'X_i=\frac{1}{F}+e_i{'}$, these is $'X_{i+1}=\frac{1}{F}-e_{i+1},\;where\;{'}e_{i+1}, is less than the smallest number which is representable by floating point number. So, $X_{i+1}$ is approximate to $'\frac{1}{F}{'}$. Since the number of multiplications performed by the proposed algorithm is dependent on the input values, the average number of multiplications per an operation is derived from many reciprocal tables $(X_0=\frac{1}{F}{\pm}e_0)$ with varying sizes. The superiority of this algorithm is proved by comparing this average number with the fixed number of multiplications of the conventional algorithm. Since the proposed algorithm only performs the multiplications until the error gets smaller than a given value, it can be used to improve the performance of a reciprocal unit. Also, it can be used to construct optimized approximate reciprocal tables. The results of this paper can be applied to many areas that utilize floating point numbers, such as digital signal processing, computer graphics, multimedia scientific computing, etc.

A Study on the Value of U-Book Design in the Immediate and Ultimate Viewpoints (즉시와 항상적인 관점에서의 U-북디자인 가치 연구)

  • Kim, Nam-Hyoung
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2006.11a
    • /
    • pp.853-855
    • /
    • 2006
  • Today, the Publishing world goes to meet 'U-Publishing' which means the time of 'Ubiquitous Publishing 'in the Latin language. The concept of book evolves into the concept of U-Book beyond the concept of e-book from the concept of paper media book of the past Although the concept of book changes according to the times and media, there are design values which is changing and which isn't changing. We can regard these points of views as the immediate and the ultimate value. The immediate value means the values of the present time which explains the sprit of the time, and the ultimate value means what will not change beyond the time in spite of the difference of media which delivers design. This paper deals with the design of U-book concept which has been appear since 2n5 from the standpoint of the immediate and the ultimate value.

  • PDF