• 제목/요약/키워드: Structured

검색결과 8,075건 처리시간 0.038초

비단순문제 해결을 위한 GIS 향상방안 (Conceptualization-oriented Spatial Decision Support System for III-structured Problems)

  • 김은형
    • Spatial Information Research
    • /
    • 제1권1호
    • /
    • pp.63-72
    • /
    • 1993
  • 현재의 GIS가 감당할 수 있는 것은 모든 공간적 문제는 아니다. 그동안 알려진 GIS는 정보를 생산해 내는 정보위주의 GIS일뿐 정보의 다각적 이해와 의사결정과 정에 깊이 관여하지 못하였다. 단순문제(structured problems)들을 해결하기에는 정보위주의 GIS가 적합하지만 계획과 설계와 같은 비단순문제(ill-structured problems)들을 다루기에는 미흡한 단계이며, 이 단계에서 도약하기 위해 개념위주의 SDSS(Spatual Decision Suppert System)로 발전되어야 한다. 이 글에서는 개념위주의 SDSS가 비단순문제 해결을 지원하기 위한 기구로서 소개되며 정보위주 GIS의 미래상으로 비젼(vision)을 제시한다.

  • PDF

Compression and shear responses of structured clays during subyielding

  • Suebsuk, Jirayut;Horpibulsuk, Suksun;Liu, Martin D.
    • Geomechanics and Engineering
    • /
    • 제18권2호
    • /
    • pp.121-131
    • /
    • 2019
  • This article discusses the phenomenon of plastic volumetric deformation of naturally structured clays before virgin yielding, i.e., subyielding behavior. A simple approach representing both the compression and shear responses of the clays during subyielding is demonstrated. A new compression model for structured clays based on the theoretical framework of the Structured Cam Clay (SCC) model via incorporation of the subyielding behavior is presented. Two stress surfaces are introduced to distinguish the subyielding and virgin yielding. The hardening and destructuring processes of structured clays under isotropic compression and shear are the focus of this work. The simulations of the compression and shear of eleven natural clays are studied for validation. The proposed work can accurately predict the subyielding behavior of structured clays both qualitatively and quantitatively and can be used for modeling structured clays under compression and shear responses in geological and geotechnical engineering problems.

구조화 정도가 다른 문제 상황에서 문제발견에 대한 제 변인의 상대적 기여도에서의 남녀 차이 (Gender Differences Between the Relative Contributions of Variables to Problem Finding in Ill-structured and Moderately Structured Problem Situation)

  • 이혜주
    • 아동학회지
    • /
    • 제28권1호
    • /
    • pp.171-187
    • /
    • 2007
  • The 166 elementary school students of this study were divided into four groups by gender and degree of structure in problem situations. Written instruments ascertained intelligence, conceptual knowledge, science process skills, divergent thinking, intrinsic/extrinsic motivation, personality traits, and home environment. Results were that male students scored higher on problem finding in the ill-structured than in the moderately structured problem situation. In the ill-structured problem situation, personality traits, conceptual knowledge, and intrinsic motivation contributed to the scores of male students and home environment and conceptual knowledge contributed to the scores of female students. In the moderately structured problem situation, personality traits and intrinsic motivation contributed to the scores of all students, but science process skills contributed to the scores of female students only.

  • PDF

구조적 모델링을 위한 객체지향적 모델베이스 조직화 (On the Organization of Object-Oriented Model Bases for Structured Modeling)

  • 정대율
    • 한국정보시스템학회지:정보시스템연구
    • /
    • 제5권
    • /
    • pp.149-173
    • /
    • 1996
  • This paper focus on the development of object-oriented model bases for Structured Modeling. For the model base organization, object modeling techniques and model typing concept which is similar to data typing concept are used. Structured modeling formalizes the notion of a definitional system as a way of dscribing models. From the object-oriented concept, a structured model can be represented as follows. Each group of similar elements(genus) is represented by a composite class. Other type of genera can be represented in a similar manner. This hierarchical class composition gives rise to an acyclic class-composition graph which corresponds with the genus graph of structured model. Nodes in this graph are instantiated to represent the elemental graph for a specific model. Taking this class composition process one step further, we aggregate the classes into higher-level composite classes which would correspond to the structured modeling notion of a module. Finally, the model itself is then represented by a composite class having attributes each of whose domain is a composite class representing one of the modules. The resulting class-composition graph represent the modular tree of the structured.

  • PDF

구조화 레이저패턴다이오드를 이용한 Robot End-Effector 추적연구 (Study on robot end-effector tracking using structured laser pattern diode)

  • 조재완;이남호;이용범;이종민
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1996년도 한국자동제어학술회의논문집(국내학술편); 포항공과대학교, 포항; 24-26 Oct. 1996
    • /
    • pp.523-526
    • /
    • 1996
  • In this paper, robot endeffector tracking using sensory information from structured laser pattern diode, is described. In order to track robot endeffector robustly irrespective of translation, scaling and rotation of robot working tool, structured laser pattern is used as track feature. Structured laser patterns of crosshair, concentric circles, dot matrix, and parallel lines are illuminated to robot endeffector. Illuminated laser patterns are held invariently and coherently irrespective of various motions of robot endeffector. Extracting and tracking these invariant structured laser patterns as track feature, the whole system keeps tracking of the robot endeffector robustly and effectively provided that structured laser pattern is always assumed to aim at robot endeffector.

  • PDF

Fast Training of Structured SVM Using Fixed-Threshold Sequential Minimal Optimization

  • Lee, Chang-Ki;Jang, Myung-Gil
    • ETRI Journal
    • /
    • 제31권2호
    • /
    • pp.121-128
    • /
    • 2009
  • In this paper, we describe a fixed-threshold sequential minimal optimization (FSMO) for structured SVM problems. FSMO is conceptually simple, easy to implement, and faster than the standard support vector machine (SVM) training algorithms for structured SVM problems. Because FSMO uses the fact that the formulation of structured SVM has no bias (that is, the threshold b is fixed at zero), FSMO breaks down the quadratic programming (QP) problems of structured SVM into a series of smallest QP problems, each involving only one variable. By involving only one variable, FSMO is advantageous in that each QP sub-problem does not need subset selection. For the various test sets, FSMO is as accurate as an existing structured SVM implementation (SVM-Struct) but is much faster on large data sets. The training time of FSMO empirically scales between O(n) and O($n^{1.2}$), while SVM-Struct scales between O($n^{1.5}$) and O($n^{1.8}$).

  • PDF

DTD를 이용한 XML문서의 효율적인 스키마 추출 기법 (An Efficient Schema Extracting Technique Using DTD in XML Documents)

  • 안성은;최황규
    • 산업기술연구
    • /
    • 제21권A호
    • /
    • pp.141-146
    • /
    • 2001
  • XML is fast emerging as the dominant standard to represent and exchange data in the Web. As the amount of data available in the Web has increased dramatically in recent years, the data resides in different forms ranging from semi-structured data to highly structured data in relational database. As semi-structured data will be represented by XML, XML will increase the ability of semi-structured data. In this paper, we propose an idea for extracting schema in XML document using DTD.

  • PDF

혼합된 감도함수를 이용한 구조적 특이치의 견실성능문제 분석 (Analysis of structured singular value with mixed sensitivity problem in robust performance)

  • 방경호;엄태호;박홍배
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1993년도 한국자동제어학술회의논문집(국내학술편); Seoul National University, Seoul; 20-22 Oct. 1993
    • /
    • pp.482-485
    • /
    • 1993
  • This paper deals with structured singular value and mixed sensitivity problem for robust performance. We derive the sufficient condition that mixed sensitivity problem satisfies structured singular value in robust performance problem. And we show the bound of perturbation between structured singular value and norm of mixed sensitivity functions.

  • PDF

STORAGE OF BROCCOLI BY MAKING THE WATER STRUCTURED -Suppression of metabolism-

  • Oshita, S.;Seo, Y.;Kawagoe, Y.;Rahman, M.A.
    • 한국농업기계학회:학술대회논문집
    • /
    • 한국농업기계학회 1996년도 International Conference on Agricultural Machinery Engineering Proceedings
    • /
    • pp.918-925
    • /
    • 1996
  • The effect of structured water by dissolution of xenon was examined from the view point of the suppression of both browning and respiratory metabolism of broccoli. The structured water is formed duet to hydrophobic interaction when xenon gas dissolves into water. NMR measurements were carried out to determine proton spin-spin relaxation time, T2, for water. There was a difference in proton T2 between distilled water and structured water. This can be interpreted as the change of water structure. Fro the broccoli cut in half stored for 16 days at 279K, the section color did not change appreciably for the sample whose water was structured by dissolution of xenon whose initial partial pressure was 0.39MPa. In contrast to this, the browning of section surface was observed for the sample stored under the condition of nitrogen gas at the same partial pressure as xenon and for the sample stored under atmospheric condition . These results led to the conclusion that the suppression of b owning by oxidation was due to structured water but not to applied pressure. Adding to this, the water structured by xenon has resulted in suppression of respiratory metabolism of broccoli.

  • PDF

An elastoplastic model for structured clays

  • Chen, Bo;Xu, Qiang;Sun, De'an
    • Geomechanics and Engineering
    • /
    • 제7권2호
    • /
    • pp.213-231
    • /
    • 2014
  • An elastoplastic model for structured clays, which is formulated based on the fact that the difference in mechanical behavior of structured and reconstituted clays is caused by the change of fabric in the post-yield deformation range, is present in this paper. This model is developed from an elastoplastic model for overconsolidated reconstituted clays, by considering that the variation in the yield surface of structured clays is similar to that of overconsolidated reconstituted clays. However, in order to describe the mechanical behavior of structured clays with precision, the model takes the bonding and parabolic strength envelope into consideration. Compared with the Cam-clay model, only two new parameters are required in the model for structured clays, which can be determined from isotropic compression and triaxial shear tests at different confining pressures. The comparison of model predictions and results of drained and undrained triaxial shear tests on four different marine clays shows that the model can capture reasonable well the strength and deformation characteristics of structured clays, including negative and positive dilatancy, strain-hardening and softening during shearing.