• Title/Summary/Keyword: execution methods

Search Result 656, Processing Time 0.023 seconds

Beneficial effects of natural Jeju groundwaters on lipid metabolism in high-fat diet-induced hyperlipidemic rats

  • Wang, Yan-Chao;Lu, Jin-Miao;Jin, Hui-Zi;Ma, Ai-Niu;Zhang, Jin-Yang;Gong, Nian;Xiao, Qi;Zhu, Bin;Lv, Ying-Fang;Yu, Na;Zhang, Wei-Dong;Wang, Yong-Xiang
    • Nutrition Research and Practice
    • /
    • v.8 no.2
    • /
    • pp.165-171
    • /
    • 2014
  • BACKGROUND: Groundwater is believed to possess many beneficial effects due to its natural source of various minerals. In this study, we examined the effects of natural Jeju groundwater S1 (Samdasoo$^{TM}$), S2 and S3 pumped up from different locations of Jeju Island, Korea, along with local tap water, on body weight gain, serum lipids and lipoproteins, and liver histopathology in high-fat diet-induced hyperlipidemic rats. MATERIALS/METHODS: Rats were randomly and equally divided into 6 groups. Different water samples were supplied to the hyperlipidemic rats as their daily drinking water and the widely-used anti-hyperlipidemic drug simvastatin was used as a positive control. Body weight, serum lipids and lipoproteins were measured weekly. Liver weight, liver index and liver histopathology were examined after the execution of the rats. RESULTS: After drinking Jeju groundwaters for two months, S2 but not S3 significantly reduced weight growth and serum triglycerides levels and increased high density lipoprotein-C (HDL-C) without affecting total cholesterol or LDL-C. S1 and particularly S2 significantly reduced the severity of liver hypertrophy and steatosis. All Groundwaters had much higher contents of vanadium (S3>S2>S1>>tap water) whereas S1 and S2 but not S3 markedly blocked autoxidation of ferrous ions. CONCLUSION: Jeju Groundwater S1 and particularly S2 exhibit protective effects against hyperlipidemia and fatty liver and hypothesize that the beneficial effect of Jeju Groundwaters may be contributed from blockade of autoxidation of ferrous ions rather than their high contents of vanadium.

A Study on the E-Document Encrypted using the Effective key Management Method (효율적 키 관리 방식 적용을 통한 전자문서 암호화에 관한 연구)

  • Kim, Tae-Wook;Sung, Kyung-Sang;Oh, Hae-Seok
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.10 no.5
    • /
    • pp.1000-1008
    • /
    • 2009
  • It also increases the competitive power of the nation. With all these merits of electronic documents, there exist threats to the security such as illegal outflow, destroying, loss, distortion, etc. Currently, the techniques to protect the electronic documents against illegal forgery, alteration or removal are not enough. Until now, various security technologies have been developed for electronic documents. However, most of them are limited to prevention of forgery or repudiation. Cryptography for electronic documents is quite heavy that direct cryptography is not in progress. Additionally, key management for encryption/decryption has many difficulties that security has many weak points. Security has inversely proportional to efficiency. It is strongly requested to adopt various cryptography technologies into the electronic document system to offer more efficient and safer services. Therefore, this paper presents some problems in cryptography technologies currently used in the existing electronic document systems, and offer efficient methods to adopt cryptography algorithms to improve and secure the electronic document systems. To validate performance of proposed method compare with the existing cryptographies, critical elements have been compared, and it has been proved that the proposed method gives better results both in security and efficiency.

Crew Schedule Optimization by Integrating Integer Programming and Heuristic Search (정수계획법과 휴리스틱 탐색기법의 결합에 의한 승무일정계획의 최적화)

  • Hwang, Jun-Ha;Park, Choon-Hee;Lee, Yong-Hwan;Ryu, Kwang-Ryel
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.8 no.2
    • /
    • pp.195-205
    • /
    • 2002
  • Crew scheduling is the problem of pairing crews with each of the vehicles in operation during a certain period of time. A typical procedure of crew schedule optimization consists of enumerating all possible pairings and then selecting the subset which can cover all the operating vehicles, with the goal of minimizing the number of pairings in the subset. The linear programming approach popularly adopted for optimal selection of pairings, however, is not applicable when the objective function cannot be expressed in a linear form. This paper proposes a method of integrating integer programming and heuristic search to solve difficult crew scheduling problems in which the objective function cannot be expressed in linear form and at the same time the number of crews available is limited. The role of heuristic search is to improve the incomplete solution generated by integer programming through iterative repair. Experimental results show that our method outperforms human experts in terms of both solution quality and execution time when applied to real world crew scheduling Problems which can hardly be solved by traditional methods.

The Effect of C Language Output Method to the Performance of CGI Gateway in the UNIX Systems (유닉스 시스템에서 C 언어 출력 방법이 CGI 게이트웨이 성능에 미치는 영향)

  • Lee Hyung-Bong;Jeong Yeon-Chul;Kweon Ki-Hyeon
    • The KIPS Transactions:PartC
    • /
    • v.12C no.1 s.97
    • /
    • pp.147-156
    • /
    • 2005
  • CGI is a standard interface rule between web server and gateway devised for the gateway's standard output to replace a static web document in UNIX environment. So, it is common to use standard I/O statements provided by the programming language for the CGI gateway. But the standard I/O mechanism is one of buffer strategies that are designed transparently to operating system and optimized for generic cases. This means that it nay be useful to apply another optimization to the standard I/O environment in CGI gateway. In this paper, we introduced standard output method and file output method as the two output optimization areas for CGI gateways written in C language in the UNIX/LINUX systems, and applied the proposed methods of each area to Debian LINUX, IBM AIX, SUN Solaris, Digital UNIX respectively. Then we analyzed the effect of them focused on execution time. The results were different from operating system to operating system. Compared to normal situation, the best case of standard output area showed about $10{\%}$ improvement and the worst case showed $60{\%}$ degradation in file output area where some performance improvements were expected.

A Heuristic Algorithm for the Two-Dimensional Bin Packing Problem Using a Fitness Function (적합성 함수를 이용한 2차원 저장소 적재 문제의 휴리스틱 알고리즘)

  • Yon, Yong-Ho;Lee, Sun-Young;Lee, Jong-Yun
    • The KIPS Transactions:PartB
    • /
    • v.16B no.5
    • /
    • pp.403-410
    • /
    • 2009
  • The two-dimensional bin packing problem(2D-BPP) has been known to be NP-hard, and it is difficult to solve the problem exactly. Many approximation methods, such as genetic algorithm, simulated annealing and tabu search etc, have been also proposed to gain better solutions. However, the existing approximation algorithms, such as branch-and-bound and tabu search, have shown the low efficiency and the long execution time due to a large of iterations. To solve these problems, we first define the fitness function to simplify and increase the utility of algorithm. The function decides whether an item is packed into a given area, and as an important information for a packing strategy, the number of subarea that can accommodate a given item is obtained from the variant of the fitness function. Then we present a heuristic algorithm BF for 2D bin packing, constructed by the fitness function and subarea. Finally, the effectiveness of the proposed algorithm will be expressed by the comparison experiments with the heuristic and the metaheuristic of the literatures. As comparing with existing heuristic algorithms and metaheuristic algorithms, it has been found that the packing rate of algorithm BP is the same as 97% as existing heuristic algorithms, FFF and FBS, or better than them. Also, it has been shown the same as 86% as tabu search algorithm or better.

The Evolution of National R&D Performance Evaluation System in Korea during the Period of 1999-2013 (한국의 국가연구개발 성과평가(1999~2013) 전개와 특징)

  • Bae, Junghoe;Chung, Sunyang;Seong, Jieun
    • Journal of Technology Innovation
    • /
    • v.22 no.4
    • /
    • pp.165-198
    • /
    • 2014
  • The national R&D performance evaluation system in Korea has been influenced by 'New Public Management' since the 1980s. The 1997 IMF crisis in Korea has necessitated the overhaul of S&T policy strategies in Korea. Reflecting this, effective distribution and utilization of S&T investment and resources has emerged as a crucial policy agenda, while expansionary investment in S&T maintained. During the period of 1999-2005, the R&D evaluation has been more focused on the input side and execution processes than on the results of R&D. Evaluation results were to be reflected in the budgeting of national R&D, but there were some disputes over how to make use of evaluation results between the budgeting ministry and the evaluation agency partly because they were two separate entities. After the advent of the new government(1998-2003) which advocated 'science and technology-oriented society', the national R&D evaluation system has evolved through a new legislation, the Performance Assessment Act, and the establishment of Science & Technology Innovation Agency to build up the unique framework for national R&D evaluation differentiated from the assessment system for general government investment programs. Most recently, due to 'Comprehensive Improvement Plan' in 2013, various components of national R&D evaluation seem to move on a new evolutionary track. For example, different types of evaluation are being developed and tried in accordance with differing evaluation goals, and the individual ministries and the research councils has got more enhanced autonomy and responsibility regarding R&D evaluation. So-called 'tailored' evaluation methods, taking into consideration the characteristics of programs and institutes / organizations to be evaluated, are now being tried. Competences of evaluation experts and agencies has also to be improved and strengthened.

Analyzing the Changes of Spatial Structure and Officially Assessed Land Price by Using Space Syntax (공간구문론을 이용한 공간구조와 공시지가 변화 분석)

  • CHO, Jung-Hun;MOON, Tae-Heon
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.19 no.1
    • /
    • pp.43-52
    • /
    • 2016
  • Land price contains the comprehensive characteristics of urban space, representing the social and economic features of the city. Accordingly, land price can be utilized as an indicator, which can identify the changes of spatial structure and socioeconomic variations caused by urban development. This study attempted to explore the change in land price by the road construction. Methodologically, it adopted Space Syntax, which can interpret urban spatial structure comprehensively, to identify the relationship between the forms of road networks and land price. The analytical results show that the correlation between 'integration index of Space Syntax' with 'officially assessed land price' was the highest, and as integration was higher, 'officially assessed land price' increased. Subsequently, using regression equation, it tried to predict the land price changes of surrounding areas, according to the new road construction in case area. As shown above, the research methods or study results have the advantage of predicting the changes in land price that can attract high concern of residents in an easy way. In addition, it will contribute to establishing relevant polices and smoothing business promotion through the enhancing residents' understanding by suggesting the change in land price in advance before the execution of urban regeneration and development projects.

Constructing Software Structure Graph through Progressive Execution (점진적 실행을 통한 소프트웨어의 구조 그래프 생성)

  • Lee, Hye-Ryun;Shin, Seung-Hun;Choi, Kyung-Hee;Jung, Gi-Hyun;Park, Seung-Kyu
    • Journal of the Korea Society of Computer and Information
    • /
    • v.18 no.7
    • /
    • pp.111-123
    • /
    • 2013
  • To verify software vulnerability, the method of conjecturing software structure and then testing the software based on the conjectured structure has been highlighted. To utilize the method, an efficient way to conjecture software structure is required. The popular graph and tree methods such as DFG(Data Flow Graph), CFG(Control Flow Graph) and CFA(Control Flow Automata) have a serious drawback. That is, they cannot express software in a hierarchical fashion. In this paper, we propose a method to overcome the drawback. The proposed method applies various input data to a binary code, generate CFG's based on the code output and construct a HCFG (Hierarchical Control Flow Graph) to express the generated CFG's in a hierarchical structure. The components required for HCFG and progressive algorithm to construct HCFG are also proposed. The proposed method is verified through constructing the software architecture of an open SMTP(Simple Mail Transfer Protocol) server program. The structure generated by the proposed method and the real program structure are compared and analyzed.

Study of the materials management and administrative personal of the general hospitals in Busan (부산지역 종합병원의 물자관리 및 담당자 실태에 관한 연구)

  • Ryu, Hwang-Gun;Kim, Seung-Ki
    • Korea Journal of Hospital Management
    • /
    • v.7 no.3
    • /
    • pp.63-83
    • /
    • 2002
  • This study is to survey the materials purchasing and inventory management status and the characteristics and opinions of the staff in charge of purchasing and inventory of the general hospitals in Busan area in order to contribute to the rationalization of its management through the grasp of actual situation and the presentation of desirable improvement plan for the materials purchasing and inventory management. The status of medical institute had been surveyed by the purchasing/ administration managers of total 26 general hospitals, and the purchasing/ management questionnaires had been commenced with 86 staff of the 26 hospitals. Its major survey results, after the analysis of 24 medical institute statuses (return rate of 92.30%) and 60 staff questionnaires (return rate of 69.76%), are as follows. First, post-purchasing evaluation system is not used actively, orders are being placed by phone or fax, and general merchandise is being purchased through free contracts in most of the hospitals participated in the survey. Second, as per the materials supplying methods, the requisition and delivery system is currently the most popular in the hospitals surveyed, however, both the requisition and delivery system and the par level transfer system are the most desired in the hospitals of more than 500 beds, and the par level transfer system is the most desired in the hospitals under 500 beds for the materials supplying system in the future. Third, as per the inventory management system that is desired the most in the future, the SPD and JIT types are preferred in the hospitals of more than 500 beds, the stockless strategy is preferred in the hospitals under 500 beds, the senior staff above section chief grade prefer the stockless strategy, and the junior staff prefer the ABC classification and SPD types. Fourth, The necessity of purchasing staff's training for the materials management is highly recognized but the effectiveness is not so much acknowledged, which is because such a training is thought to be so superficial and formal that it is not helpful much in the actual field. When summarizing the survey results as above, the materials purchasing and management system is differed for each group of hospitals according to the size of beds, and the more scientific management system is largely required by the general hospitals in Busan city. They also hope the introduction of joint purchasing system, materials management by the bar-code system, and positive execution of the market survey and training of the relevant staff for the management of purchasing affairs. So the more systematic purchasing and inventory management is regarded to be necessary through the introduction of scientific and specialized education of materials management, market survey, and post-purchasing evaluation system also through the computerization of materials purchasing and inventory management as soon as possible.

  • PDF

Performance Evaluation of the GPU Architecture Executing Parallel Applications (병렬 응용프로그램 실행 시 GPU 구조에 따른 성능 분석)

  • Choi, Hong-Jun;Kim, Cheol-Hong
    • The Journal of the Korea Contents Association
    • /
    • v.12 no.5
    • /
    • pp.10-21
    • /
    • 2012
  • The role of GPU has evolved from graphics-specific processing to general-purpose processing with the development of unified shader core architecture. Especially, execution methods for general-purpose parallel applications using GPU have been researched intensively, since the parallel hardware architecture can be utilized efficiently when the parallel applications are executed. However, current GPU architecture has limitations in executing general-purpose parallel applications, since the GPU is not specialized for general-purpose computing yet. To improve the GPU performance when general-purpose parallel applications are executed, the GPU architecture should be evolved. In this work, we analyze the GPU performance according to the architecture varying the number of cores and clock frequency. Our simulation results show that the GPU performance improves by up to 125.8% and 16.2% as the number of cores increases and the clock frequency increases, respectively. However, note that the improvement of the GPU performance is saturated even though the number of cores increases and the clock frequency increases continuously, since the data cannot be provided to the GPU due to the limit of memory bandwidth. Consequently, to accomplish high performance effectiveness on GPU, computational resources must be more suitably considered.