-
公开(公告)号:KR1020010017727A
公开(公告)日:2001-03-05
申请号:KR1019990033391
申请日:1999-08-13
Applicant: 한국전자통신연구원
IPC: G06F9/44
Abstract: PURPOSE: The data structure of a constant pool for referencing a class file in an embedded virtual JAVA machine is provided to reduce the time for operating the machine and thereby improve the performance thereof, by including the information for directly referring to a field, an interface and a method in the pool of the class file loaded on a ROM. CONSTITUTION: A class constant pool(cp_class) stores the direct reference information on the locations where a class name and the class file are stored. A string constant pool(cp_str) stores the length information contained in utf8 and the direct reference information on the location where a string is stored. A name and type constant pool(cp_name_type) stores the direct reference information on the locations where the class name and a class type are stored. A reference control pool(cp_ref) stores the information that enables a direct reference based on various references.
Abstract translation: 目的:提供用于引用嵌入式虚拟JAVA机器中的类文件的常量池的数据结构,以减少操作机器的时间,从而提高其性能,包括直接参考字段的信息,接口 以及在ROM中加载的类文件的池中的方法。 构成:类常量池(cp_class)将直接引用信息存储在存储类名和类文件的位置。 字符串常量池(cp_str)将包含在utf8中的长度信息和直接参考信息存储在存储字符串的位置。 名称和类型常量池(cp_name_type)将直接引用信息存储在存储类名和类类型的位置。 引用控制池(cp_ref)存储基于各种引用的直接引用的信息。
-
公开(公告)号:KR1020000039196A
公开(公告)日:2000-07-05
申请号:KR1019980054451
申请日:1998-12-11
Applicant: 한국전자통신연구원
IPC: G06F15/16
Abstract: PURPOSE: A control method of simultaneity in a co-work is provided to reduce an overhead of a server, caused by controlling a simultaneity, by performing only role detecting a crash by use of a time stamp in a server of an operation generated in the co-work. The method is provided to maintain a consistency of the co-work by automatically deleting the crash, through returning or converting, by use of a locking and ordering just in a client generated the crash. CONSTITUTION: A control method of simultaneity in a co-work comprises the steps of: comparing simultaneity between a global time stamp and a time stamp accepted an object operation, after accepting the object operation from a client in a server; increasing the time stamp, after performing the operation through a message allowable a locking and a message allowable a partial locking, if the compared time stamps are consisted; deciding whether a media object identifier is the same, if not; transmitting the message allowable the partial locking, if the identifier is decided not to be the same; and transmitting a message refusing a locking, if the identifier is decided to.
Abstract translation: 目的:提供一种同时工作的控制方法,通过仅通过使用在该服务器中生成的操作的服务器中的时间戳来执行检测到崩溃的角色来减少由控制同时性引起的服务器的开销 共同工作。 提供的方法是通过自动删除崩溃,通过返回或转换,通过使用锁定和命令只是在客户端生成的崩溃来保持协同工作的一致性。 构成:协同工作的控制方法包括以下步骤:在从服务器中的客户端接受对象操作之后,比较全局时间戳和接受对象操作的时间戳之间的同时性; 增加时间戳,通过消息允许的操作通过锁定和消息允许部分锁定,如果比较的时间戳组成; 决定媒体对象标识符是否相同;否则 如果确定标识符不相同,则发送允许的部分锁定消息; 并且如果确定了标识符,则发送拒绝锁定的消息。
-
公开(公告)号:KR1020000027487A
公开(公告)日:2000-05-15
申请号:KR1019980045432
申请日:1998-10-28
Applicant: 한국전자통신연구원
IPC: G06F19/00
Abstract: PURPOSE: A method for realizing a back operation of a fuzzy neural network is provided to perform a back course of the learning in a fuzzy neural network formed combining a neural network and a fuzzy neuron. CONSTITUTION: A method for realizing a back operation of a fuzzy neural network comprises the steps of: initializing a pure output value of an input layer by the usage of a target fuzzy vector value as an input(102); calculating a presumption inverse of an initial step through activation function from the initializing step(103); forward-feeding an input value transferred to the input layer to calculate an output value(104); examining an ending condition after calculating an error value between the calculated output value and a target output value(106); if the calculated differential value is less than a predetermined error level value, calculating a back propagation value of an error signal(107); calculating a differential value to the pure output value of the input layer by the usage of the error signal(108); after correcting the presumption inverse(109), forward-feeding the input value to return to the step of calculating the output value; and if the calculated differential value is less than the error level value, calculating a new presumption inverse(110).
Abstract translation: 目的:提供一种实现模糊神经网络反向运行的方法,用于在组合神经网络和模糊神经元的模糊神经网络中执行学习的后退过程。 构成:用于实现模糊神经网络的反向操作的方法包括以下步骤:通过使用目标模糊向量值作为输入来初始化输入层的纯输出值(102); 从初始化步骤(103)计算通过激活功能的初始步骤的推定倒数; 向所述输入层传送输入值以计算输出值(104); 在计算出的输出值与目标输出值(106)之间的误差值之后,检查结束条件; 如果所计算的微分值小于预定误差水平值,则计算误差信号(107)的反向传播值; 通过使用误差信号(108)来计算与输入层的纯输出值的差分值; 在校正推定倒数(109)之后,将输入值前馈给返回到计算输出值的步骤; 并且如果所计算的微分值小于误差水平值,则计算新推定逆(110)。
-
公开(公告)号:KR1020010053875A
公开(公告)日:2001-07-02
申请号:KR1019990054422
申请日:1999-12-02
Applicant: 한국전자통신연구원
IPC: G06F9/30
Abstract: PURPOSE: The method for compressing the byte-code for the embedded JVM(Java Virtual Machine) is provided to reduce the whole size of the byte-code by selecting the code block of a repeated java byte-code, building in a dictionary, and representing the compressed code in the internal of the byte-code. CONSTITUTION: The method comprises like the following. The repeated code blocks are constituted as the entry of the dictionary. The actual code blocks are deleted in the internal of the byte-code. The repeated code block is stored to the dictionary which composes of the length-fixed entries. The entry of the dictionary consists of a command, which means the compressed code, and of the index information about the dictionary entry. So, the size of the byte-code gets reduced. The 26_quick on the bottom of each code shows the end of compressing the code block.
Abstract translation: 目的:为嵌入式JVM(Java虚拟机)的字节码进行压缩的方法是通过选择字典中重复的java字节码的代码块来减少字节码的整体大小,以及 代表字节码内部的压缩代码。 构成:该方法包括如下。 重复的代码块被构成为字典的条目。 实际的代码块在字节码的内部被删除。 重复的代码块被存储到由长度固定的条目组成的字典中。 字典的条目包括一个命令,这意味着压缩的代码以及关于字典条目的索引信息。 所以,字节码的大小减少了。 每个代码底部的26_quick显示了压缩代码块的结束。
-
公开(公告)号:KR100319755B1
公开(公告)日:2002-01-05
申请号:KR1019990054422
申请日:1999-12-02
Applicant: 한국전자통신연구원
IPC: G06F9/30
Abstract: 본 발명은 내장형 자바가상머신을 위한 바이트코드 압축 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체에 관한 것으로, 내장형 자바가상머신에서 자주 반복되는 자바 바이트코드의 코드 블록을 선택하여 사전으로 구성하고 이들에 대한 압축 코드를 바이트코드 내부에서 표현함으로써 바이트코드의 전체 크기를 줄이는 내장형 자바가상머신을 위한 바이트코드 압축 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하고자 한다. 본 발명은, 클래스파일의 상기 바이트코드에서 반복되는 기본 코드 블록을 확인하여 사전에 저장하는 제 1 단계; 및 상기 기본 코드 블록 위치에 상기 사전에 저장된 상기 기본 코드 블록을 가르키는 압축 코드를 위치시켜 상기 바이트코드를 압축시키는 제 2 단계를 포함하고, 자바 시스템 등에 이용된다.
-
公开(公告)号:KR100281684B1
公开(公告)日:2001-02-15
申请号:KR1019980054451
申请日:1998-12-11
Applicant: 한국전자통신연구원
IPC: G06F15/16
Abstract: 본 발명은 실시간 공동 작업에서 발생하는 충돌을 사전에 탐지하여, 자동적인 해결 과정을 수행함으로써 공동 작업의 일관성을 유지하기 위한 공동 작업에서의 동시성 제어 방법을 제공하는 데 그 목적이 있다.
본 발명에 따르면, 서버에서는 클라이언트에서 객체 오퍼레이션을 접수하여 전역 타임스탬프와 접수된 객체 오퍼레이션의 타임 스탬프가 일치하는 지를 비교하는 제 1 단계; 상기 제 1 단계의 비교 결과, 일치하면 잠금 허용 메시지와 부분 잠금 허용 메시지를 통하여 오퍼레이션이 수행되도록 한 후에, 타임 스탬프를 증가시키는 제 2 단계; 상기 제 1 단계의 비교 결과, 일치하지 않으면 미디어 객체 식별자가 동일한지를 판단하는 제 3 단계; 상기 제 3 단계의 판단 결과, 일치하지 않으면 부분 잠금 허용 메시지를 송신하는 제 4 단계; 및 상기 제 3 단계의 판단 결과, 일치하면 잠금 거부 메시지를 송신하는 제 5 단계를 포함하여 이루어진 서버에서의 동시성 제어 방법이 제공된다.-
公开(公告)号:KR1019990073871A
公开(公告)日:1999-10-05
申请号:KR1019980007092
申请日:1998-03-04
Applicant: 한국전자통신연구원
IPC: G06F15/00
Abstract: 본 발명은 비선점적 주기 태스크의 스케쥴 가능성을 분석하는 다항 시간 알고리즘에 관한 것으로서, 본 발명에서 제공하는 알고리즘은 시스템 내의 모든 태스크에 대해 주기의 오름차순으로 정렬하는 제 1 단계와, 상기 시스템 내의 모든 태스크를 수행할 때, 요구되는 프로세서의 양을 파악하는 제 2 단계와, 상기 제 2 단계 결과 프로세서 요구량이 1보다 크면, 스케쥴 불가 판정을 내리고, 그렇지 않으면, 모든 태스크에 대해 그 주기와 계산 시간이 일정 조건을 만족하는 지를 확인하는 제 3 단계와, 상기 제 3 단계 결과 모든 태스크가 상기 일정 조건을 모두 만족할 경우 스케쥴 가능 판정을 내리고, 그렇지 않을 경우 스케쥴 불가 판정을 내리는 제 4 단계로 구성되어, 비선점적 태스크를 이른 마감시간 우선(Earliest Deadedline First) 실시간 알고리즘으로 스케 쥴링시에 마감시간을 100%보장할 수 있는지의 문제를 스케쥴링 이전에 다항시간으로 판단할 수 있다는 장점이 있다.
-
-
-
-
-
-