RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 원문제공처
          펼치기
        • 등재정보
        • 학술지명
          펼치기
        • 주제분류
        • 발행연도
          펼치기
        • 작성언어
        • 저자
          펼치기

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • 암호학적 응용을 위한 안전한 난수 시드

        表昌祐 弘益大學校 科學技術硏究所 2005 科學技術硏究論文集 Vol.16 No.-

        Internet application programs need the capability of encryption for security. Messages and other data are encrypted and decrypted by using keys, which are generated by random number generators. We have shown that some bits taken the difference between two consecutive readings of microprocessors' counter registers are truly random, where the counter registers increase at the speed of system clock. Our hypothesis is confirmed by using the NIST's test package for random number generators. We tested TSC MSR (Time-Stamp Counter Model-Specific Register) in the Pentium processor. Our result implies that TSC MSR can be used as an internal chaotic source for true random number generation with high performance.

      • 프로그램 구동 시뮬레이션 환경 구축

        李竟雨,表昌祐 弘益大學校 科學技術硏究所 1996 科學技術硏究論文集 Vol.7 No.2

        We have established an environment for research in microprocessor design and compile time optimization. The environment consists of Vtrace, a memory trace generation tool by our own development, Parafrase2 and SUIF, parallelizing compilers, QPT/EEI, an execution tracing and profiling tool, and Perfect benchmark programs. We measured memeory reference characteristics of some benchmark programs. The effect of loop transformation on the performance of memory system has also been experimented. Program transformation aiming at data spatial locality has been particularly effective. It is expected that evaluation of various program optimization techniques and their effects on memory system can also be analysed in our environment. The results would be used for design of memory system and development of compile time optimization techniques.

      • 프로그램 구조를 이용한 레지스터 할당의 효과

        표창우 弘益大學校 科學技術硏究所 1994 科學技術硏究論文集 Vol.5 No.-

        This paper presents a register allocation techniques utilizing program structure. Program structure is identified by finding single-entry-single-exit region in control flow graph. By incorporating program structure into register allocation, basic blocks are prioritized according to their access frequency. That is, frequently accessed basic blocks are processed before sparsely accessed ones in each phase of register allocation. Also an efficient method of graph coloring, based on graph partition, is presented. We have found out that, in particular, graph partitioning is a proper backbone for register allocation considering program structure.

      • 정규트리 타입 언어의 확장

        表昌祐 弘益大學校 科學技術硏究所 1991 科學技術硏究論文集 Vol.1 No.-

        Regular trees have been used for flow analysis of programs. Recently, regular trees have been adopted as a language for types, particularly in logic programming. They have rich expressive power in describing structures of terms. We have extended the regular trees to be used as a type language for Prolog, which is the de facto standard of logic programming languages. Primitive types of Prolog such as integer are given formal definition. A logical system for extending the notion of primitive type is also defined. Under this system, users can define types, which in turn, can be used to strengthen the type checking capability of Prolog programs. A feature of the developed system is that recursive type definitons of types can be straightforwardly converted into type inference rules.

      • CATV 망 분배 센터 관리를 위한 웹 기반의 사용자 인터페이스

        表昌祐,楊韓根 弘益大學校 科學技術硏究所 2001 科學技術硏究論文集 Vol.12 No.-

        As CATV network become a part of Internet, CATV Network Management System (CNMS) take an important role of reliable noise control. CATV network is a hybrid fiber coaxical (HFC) network in tree structure. Upward signals are vulnerable to noise, since noise level is aggregated as the signals approache the root of the network. We designed and implemented a CNMS for noise control based on advanced Internet technology. The CNMS is composed of three servers for web, database and communication. Interface and core communication modules were constructed by using web and Java technology. Lower level communication module was developed by using a Linux server. The CNMS can monitor and control remotely each node in the network. We expect the developed CNMS would serve as a platform for advanced intelligent CATV network management.

      • 정규 트리 상에서 내로우잉 기법을 사용한 부등식 해법

        표창우 弘益大學校 科學技術硏究所 1994 科學技術硏究論文集 Vol.4 No.-

        Proving including relations between regular trees takes central role in the area of program analysis for logic or functional programming. We have developed a set of inference rules for proving inclusion relations over the regular tree domain, which constitutes a logical framework for solving inequations between regular trees. We also have developed a narrowing technique, called inclusion narrowing, which allows further reduction when the inference rules cannot be applied because of tree variables. The domain of regular trees in which inequation can have solutions is expanded as a result. It is expected that the developed framework and the inclusion narrowing would contribute to enlargement the program classes to which regular tree based program analysis is applicable.

      • 후처리 최적화기의 설계 및 구현

        表昌祐 弘益大學校 科學技術硏究所 1992 科學技術硏究論文集 Vol.2 No.-

        In compiler systems, optimization is an essential process which improves the efficiency of machine code. Peephole optimization is one of post optimization techniques, which replaces a sequence of instructions appearing in a peephole with a semantically equivalent and more efficient one. Peephole optimization may also be applied to intermediate representation. This paper designs and implements a peephole optimizer for MIPS R2000 machine programs in assembler code. The peephole optimizer consists in three modules for representation of internal structure, rule application, and output. It uses a peephole of size 2. The rules used by the peephole optimizer are composed of pairs of pattern and replacement. Once a pattern is caught, the corresponding replacement is substituted for the pattern. The rules are for constant folding, strength reduction, null sequences, combined operations, and comparisons. Using the peephole optimizer, we could reduce the size of machine code by 19% to 24% approximately. Since the implementation of peephole optimizer is easy, cost-effective optimization can be achieved with a little effort. As a consequence, the burden of optimization on code generator can be alleviated. This implies fast and easy construction of error-free code generators with the aid of peephole optimization.

      • KCI등재

        보건 특화 전문대학의 교수학습지원 웹서비스 분석

        표창우 한국의료정보교육협회 2023 보건의료생명과학논문지 Vol.11 No.2

        This study analyzed the teaching and learning support web services of health-specialized colleges. It was searched for educational innovation and teaching and learning support on the portal site. Web services related to teaching and learning at eight health-specialized colleges were classified into five categories. CTL web service support, teaching support, learning support, CTL introduction, and differentiated web services were analyzed. Teaching and learning support and CTL introduction web services were subdivided and operated, and web services that increased access to teaching and learning support were provided to teachers and students by preparing for national exams. Students at health-specialized colleges must pass the national examination to get a job, and the quality of teaching and learning needs to be improved. Therefore, the excellence of providing teaching and learning programs is required for junior college teachers and students. Based on this study, it is expected to improve the quality of web services for teaching and learning support in specialized health colleges.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼