인터넷 웹 상에서의 설계 패턴 검색 시스템 및 그 방법
    1.
    发明公开
    인터넷 웹 상에서의 설계 패턴 검색 시스템 및 그 방법 无效
    在互联网上搜索设计图案的系统和方法

    公开(公告)号:KR1020010058220A

    公开(公告)日:2001-07-05

    申请号:KR1019990062435

    申请日:1999-12-27

    Abstract: PURPOSE: A system and method for searching a design pattern on the Internet is provided to construct an adaptable system by a plurality of distributed client users by applying guides packaged for referring to an expert's verified experiences. CONSTITUTION: A design pattern search system(110) is composed of a pattern library interface, a library control unit and a pattern database(120). The pattern library interface searches a pattern, which a user wants through a client query in a web browser, and provides various information. The pattern library interface provides a pattern structure for reusing. The library control unit registers a new pattern and information. The pattern database(120) stores the pattern.

    Abstract translation: 目的:提供一种用于在互联网上搜索设计模式的系统和方法,通过应用引导程序来构建适用于多个分布式客户端用户的系统,以引用专家的验证体验。 构成:设计模式搜索系统(110)由模式库接口,库控制单元和模式数据库(120)组成。 模式库界面通过Web浏览器中的客户端查询搜索用户想要的模式,并提供各种信息。 模式库界面提供了一种用于重用的模式结构。 库控制单元注册新的模式和信息。 图案数据库(120)存储图案。

    3층 구조상에서의 컴포넌트 구현 방법
    2.
    发明公开
    3층 구조상에서의 컴포넌트 구현 방법 失效
    3层结构中组件的构建方法

    公开(公告)号:KR1020010057777A

    公开(公告)日:2001-07-05

    申请号:KR1019990061184

    申请日:1999-12-23

    Abstract: PURPOSE: A method for embodying a component in a 3-tier structure is provided to rapidly cope with a change of an environment, and to increase the reuse of a component by developing the component in a 3-tier structure separated into a user, process logic and an information tier. CONSTITUTION: An object, which is an analysis model, is detected from analyzing a component developing request item(300). A model is designed in a 3-tier structure, a user tier, a process logic tier and an information tier using the object detected(302). A component is embodied using the object detected(304). The component embodied is tested(306). The component passed through the test is maintained and complemented(308).

    Abstract translation: 目的:提供一种体现3层结构中的组件的方法,以便快速应对环境变化,并通过开发分为用户,过程的3层结构中的组件来增加组件的重用 逻辑和信息层。 构成:通过分析组件开发请求项(300)来检测作为分析模型的对象。 模型设计为3层结构,用户层,过程逻辑层和使用检测到的对象的信息层(302)。 使用检测到的对象来实现部件(304)。 测试组件(306)。 通过测试的组件被维持和补充(308)。

    분산시스템 응용의 계층별 확장성 제공방법
    3.
    发明公开
    분산시스템 응용의 계층별 확장성 제공방법 无效
    用于扩展分布式系统应用程序的方法

    公开(公告)号:KR1020010057779A

    公开(公告)日:2001-07-05

    申请号:KR1019990061186

    申请日:1999-12-23

    Abstract: PURPOSE: A method for extending a distributed system application is provided to offer the independency and the extension of each tier by providing a programming pattern using a mapper, and by redefining an application under performance instead of changing the application through the mapper in case that a new object is added or a schema of a database is changed. CONSTITUTION: An interface with a user is performed through a view class(110) inherited from a view mapper(100). The view class(110) transmits the user's message to a business class(130) inherited from a logic mapper and formed. The business class(130) transmits the user's message transmitted from the view class(110) to a storing place class(150). The storing place class(150) processes the message received from the business class(130) with a transaction of a database(160). The storing place class(150) transmits the processed result to the user using the business class(130) and the view class(110).

    Abstract translation: 目的:提供一种用于扩展分布式系统应用程序的方法,通过使用映射器提供编程模式,并通过在性能下重新定义应用程序来提供每个层级的独立性和扩展性,而不是通过映射程序来更改应用程序, 添加新对象或更改数据库模式。 构成:通过从视图映射器(100)继承的视图类(110)执行与用户的接口。 视图类(110)将用户的消息发送到从逻辑映射器继承并形成的业务类(130)。 业务类(130)将从视图类(110)发送的用户消息发送到存储场所类(150)。 存储地点类(150)使用数据库的事务处理从业务类(130)接收的消息(160)。 存储地点类(150)使用业务类(130)和视图类(110)将处理的结果发送给用户。

    분산 데이터베이스 프로그램 간의 동기화를 위한 임계영역 진입 방법
    4.
    发明公开
    분산 데이터베이스 프로그램 간의 동기화를 위한 임계영역 진입 방법 无效
    分配DB程序之间同步的关键部分的方法

    公开(公告)号:KR1020010053691A

    公开(公告)日:2001-07-02

    申请号:KR1019990054158

    申请日:1999-12-01

    Inventor: 김강호 오영배

    Abstract: PURPOSE: The method for entering the critical section for the synchronization between distributed DB programs is provided to maintain the integrity of the shared resource by controlling the exclusive performance corresponding to the shared resource in the synchronous multi-user environment. CONSTITUTION: The method for entering the critical section comprises the steps of notifying a transaction start to DBMS(Database Management System) for the DB application program to go into the critical section, obtaining the mutex, approaching to the shared resource by using the obtained mutex, and finishing the transaction. Actually, a place where only one process is performed is the mutex-obtained part.

    Abstract translation: 目的:提供用于输入分布式DB程序同步的关键部分的方法,以通过控制与同步多用户环境中的共享资源相对应的独占性能来维护共享资源的完整性。 构成:输入关键部分的方法包括以下步骤:通知数据库管理系统DBMS(数据库管理系统),将数据库应用程序进入关键部分,获取互斥体,通过使用获得的互斥体接近共享资源 ,并完成交易。 实际上,只有一个进程被执行的地方是互斥量获得的部分。

    로토스 자료 명세로부터 객체지향 프로그램의 자동 생성 방법및 이를 위한 코드 생성기
    5.
    发明授权
    로토스 자료 명세로부터 객체지향 프로그램의 자동 생성 방법및 이를 위한 코드 생성기 失效
    从莲花数据规范和代码生成器中自动生成面向对象程序的方法

    公开(公告)号:KR100287061B1

    公开(公告)日:2001-04-16

    申请号:KR1019980052022

    申请日:1998-11-30

    Abstract: 본 발명은 LOTOS(Language of Temporal Ordering Specification) 자료 명세로부터 객체지향 프로그램의 자동 생성 방법 및 이를 위한 코드 생성기에 관한 것이다.
    본 발명에서는 LOTOS 자료 명세로부터 객체지향 프로그램을 생성하기 위한 다수의 모듈로 구성된 핵심층과, 사용자 지향적인 GUI를 제공하며, 파일 검색, 소스 코드 보기, 오류 출력 및 환경 설정등의 기능을 제공하는 사용자 접속층과, 상기 핵심층의 모듈간 또는 상기 상위층과의 통신 채널을 제공하고, 자료 코드의 생성, 프로토 타입의 생성 및 실행 기능을 수행하며, 상기 핵심층의 모듈들을 동적으로 배치 및 연결하는 관리층으로 이루어진 코드 생성기를 이용하여 LOTOS 자료 명세로부터 중간 코드를 생성하고, 이 중간 코드를 통해 객체지향 프로그램을 생성한다.
    본 발명에 의하면 산업계에서 실제 적용하여 소프트웨어 개발의 생산성과 개발된 소프트웨어의 품질 향상에 지대한 기여를 할 것으로 기대된다.

    표준 입출력 프로그램들의 그래픽 사용자 인터페이스 방법
    6.
    发明公开
    표준 입출력 프로그램들의 그래픽 사용자 인터페이스 방법 无效
    用于标准输入/输出程序的图形用户的界面方法

    公开(公告)号:KR1020000033953A

    公开(公告)日:2000-06-15

    申请号:KR1019980051037

    申请日:1998-11-26

    Inventor: 김강호 오영배

    Abstract: PURPOSE: An interface method for graphic users for standard input/output programs is provided so that users can use programs like a GUI implementation program by providing a command of a graphic user interface(GUI) module with the standard input of unit program and as the result of execution of the command, by only displaying GUI to the users. CONSTITUTION: An interface method for graphic users for standard input/output programs processes a procedure for dividing logic portions of a program as module units. Thereafter, a communication module is prepared between the unit programs and the graphic user interface. The communication module connects the GUI components with the standard input and output of the unit program by using anonymous pipes, thereby interfacing between the unit programs and the graphic user interface achieve, that is, receiving the input of the unit program as a standard input or a factor of a command row and outputting the output of the unit program as a standard output or a disk file.

    Abstract translation: 目的:提供用于标准输入/输出程序的图形用户的接口方法,以便用户可以使用诸如GUI实现程序的程序,通过提供具有单元程序的标准输入的图形用户界面(GUI)模块的命令和作为 命令的执行结果,只显示用户界面。 构成:用于标准输入/输出程序的图形用户的接口方法处理将程序的逻辑部分分为模块单元的过程。 此后,在单元程序和图形用户界面之间准备通信模块。 通信模块通过使用匿名管道将GUI组件与单元程序的标准输入和输出相连,从而在单元程序和图形用户界面之间进行接口实现,即将单元程序的输入作为标准输入或 命令行的一个因素,并将单元程序的输出作为标准输出或磁盘文件输出。

    그래픽 전이 트리를 이용한 시간 순서화 명세언어의시뮬레이션 방법
    7.
    发明授权
    그래픽 전이 트리를 이용한 시간 순서화 명세언어의시뮬레이션 방법 失效
    使用图形转换树模拟时间排序规范语言的方法

    公开(公告)号:KR100290464B1

    公开(公告)日:2001-06-01

    申请号:KR1019980052021

    申请日:1998-11-30

    Abstract: 본 발명은 현재 상태를 루트 노드로하고 동작 종류를 엣지로 하는 트리를 생성하고, 사용자에게 그래픽 형태로 제시하여 사용자가 그래픽 트리 상에서 동작 메뉴 중 하나를 선택하면, 다음 상태로 전이하여 새로운 상태에서 다시 동작 메뉴를 계산한 후, 사용자에게 새로운 그래픽 트리로 제시하는 그래픽 전이 트리를 이용한 시간 순서화 명세언어의 시뮬레이션 방법에 관한 것이다.
    본 발명은 명세를 로딩한 후 초기 상태를 계산하고 현재 상태에서 발생 가능한 동작들로 메뉴를 구성하는 과정과, 상기 현재 상태와 동작 메뉴로 그래픽 전이 트리를 구축하는 과정과, 상기 구축된 그래픽 전이 트리를 화면에 전시한 후 사용자의 입력이 들어올 때 까지 대기하는 과정과, 상기 사용자의 입력이 동작 메뉴에서 하나의 동작을 선택한 것이면 현재 상태와 선택된 동작으로 새로운 상태를 계산하여 상기 메뉴 구성의 단계에서부터 이후의 과정을 반복 수행하는 과정과, 상기 사용자의 입력이 실행 취소를 선택한 것이면 이전 상태를 계산하여 상기 동작 메뉴 구성 단계에서부터 이후 과정을 반복 수행하는 과정과, 상기 사용자의 입력이 동작 선택도 아니고 실행 취소도 아니면 시뮬레이션이 끝임을 알리고 종료하는 과정을 포함하여 이루어진 것을 특징으로 한다.

    휴대 전화기의 지역번호 자동설정 및 표출 방법
    8.
    发明公开
    휴대 전화기의 지역번호 자동설정 및 표출 방법 无效
    用于在蜂窝电话中自动设置和产生本地电话号码的方法

    公开(公告)号:KR1020000037797A

    公开(公告)日:2000-07-05

    申请号:KR1019980052561

    申请日:1998-12-02

    Inventor: 오영배 김흥남

    CPC classification number: H04M1/72572 H04M1/72522 H04M2201/36

    Abstract: PURPOSE: A method for automatically setting and generating a local phone number in a cellular phone is provided to enable a transmitter to make a phone call to a receiver using the local phone number of a place where the transmitter currently locates without need for inputting the local phone number thereof, by storing the local phone number of a corresponding area received from a base station in order to add the stored local phone number to a phone number pressed by the transmitter. CONSTITUTION: A cellular phone receives a local phone number of an area which belongs to a base station corresponding the current location of the transmitter, from the base station(510). The cellular phone stores the local phone number received from the base station and displays it(520). When the transmitter calls the receiver(530), the cellular phone checks the phone number inputted by the transmitter(540), and then determines whether the local phone number is inputted(550). If the local phone number is inputted, it is transferred to the base station together with the inputted phone number(570). If the local phone number is not inputted, the stored local phone number is added to the front of the phone number in order to complete a call number transferred to the base station(560).

    Abstract translation: 目的:提供一种用于在蜂窝电话中自动设置和产生本地电话号码的方法,以使得发射机能够使用发射机当前所在的地方的本地电话号码向接收机拨打电话,而无需输入本地 通过存储从基站接收到的相应区域的本地电话号码,以便将存储的本地电话号码添加到由发射机按压的电话号码。 构成:蜂窝电话从基站(510)接收属于与发射机的当前位置相对应的基站的区域的本地电话号码。 蜂窝电话存储从基站接收到的本地电话号码并显示它(520)。 当发射机呼叫接收机(530)时,蜂窝电话检查由发射机(540)输入的电话号码,然后确定是否输入本地电话号码(550)。 如果输入本地电话号码,则与输入的电话号码一起传送到基站(570)。 如果未输入本地电话号码,则将存储的本地电话号码添加到电话号码的前面,以便完成传送到基站(560)的呼叫号码。

    로토스정형명세의확인장치및방법
    9.
    发明公开
    로토스정형명세의확인장치및방법 失效
    时间规范语言标识符

    公开(公告)号:KR1020000037589A

    公开(公告)日:2000-07-05

    申请号:KR1019980052216

    申请日:1998-12-01

    Abstract: PURPOSE: An identifier for a language of a temporal ordering specification(LOTOS) is provided to confirm a functional request specification of a system drawn as the LOTOS with various methods such as a step simulation, a specification extension, and a source estimation. The identifier is provided to detect an error on the specification in an initial development by supporting confirmation and analysis of a request specification which is expressed as the LOTOS and worked as one system, with the various methods. CONSTITUTION: An identifier for a language of a temporal ordering specification(LOTOS) comprises an action movement processor(102), step simulator(103), specification extender(104), and a source estimator(105). The action move processor(102) moves an inner focus to an interested partial action, and includes an action move dialog. The step simulator(103) progresses a state transit by an each step interaction with a user, and includes a simulation dialog and a graphic extension tree. The specification extender(104) extends a given LOTOS action specification as deep as the user requests. The source estimator(105) verifies the LOTOS source specification, and includes a term rewriting system and a finish procedure.

    Abstract translation: 目的:提供用于时间排序规范(LOTOS)的语言的标识符,以通过诸如步骤模拟,规范扩展和源估计之类的各种方法来确认绘制为LOTOS的系统的功能请求规范。 提供标识符,以通过支持用LOTOS表示的并且作为一个系统工作的请求规范的确认和分析,以各种方法来检测初始开发中的规范上的错误。 构成:时间排序规范(LOTOS)的语言的标识符包括动作移动处理器(102),步进模拟器(103),规范扩展器(104)和源估计器(105)。 动作移动处理器(102)将内部焦点移动到感兴趣的部分动作,并且包括动作移动对话。 步进模拟器(103)通过与用户的每个步骤交互进行状态转移,并且包括模拟对话框和图形扩展树。 规范扩展器(104)将给定的LOTOS动作规范扩展为用户请求的深度。 源估计器(105)验证LOTOS源规范,并包括术语重写系统和完成程序。

    로토스 자료 명세로부터 객체지향 프로그램의 자동 생성 방법및 이를 위한 코드 생성기
    10.
    发明公开
    로토스 자료 명세로부터 객체지향 프로그램의 자동 생성 방법및 이를 위한 코드 생성기 失效
    从光盘信息的详细声明中生成对象ORINTDE程序的代码的设备和方法

    公开(公告)号:KR1020000034648A

    公开(公告)日:2000-06-26

    申请号:KR1019980052022

    申请日:1998-11-30

    Abstract: PURPOSE: A method for generating code of an object orintde program from lotos information's detailed statement is disclosed to automatically create a C++ program from detailed statement of LOTOS information to resolve the previous problems caused by C language. CONSTITUTION: A method for generating code of an object orintde program from lotos information's detailed statement is composed of examination, mid point code creation, and C++ transformation. LOTOS information's detailed statement is examined to determine its program form and type. Upon completion of examination, Term Rewrite System is used to convert detailed statement into a mid point code to simplify the C++ conversion process. The mid point code is transformed into a C++ program, which is distinguished as header and source file. This method's mid point code enables the transformation of LOTOS information's detailed statement to other programming languages such as JAVA.

    Abstract translation: 目的:公开一种从lotos信息详细语句生成对象orintde程序代码的方法,从LOTOS信息的详细说明中自动创建C ++程序,以解决C语言导致的以前的问题。 构成:从lotos信息的详细说明中生成对象orintde程序的代码的方法由检查,中间点代码创建和C ++转换组成。 检查LOTOS信息的详细声明以确定其程序形式和类型。 完成考试后,术语重写系统用于将详细语句转换为中点代码,以简化C ++转换过程。 中点代码被转换为C ++程序,它被区分为头文件和源文件。 该方法的中点代码可以将LOTOS信息的详细语句转换为其他编程语言,如JAVA。

Patent Agency Ranking