검색연산자 | 기능 | 검색시 예 |
---|---|---|
() | 우선순위가 가장 높은 연산자 | 예1) (나노 (기계 | machine)) |
공백 | 두 개의 검색어(식)을 모두 포함하고 있는 문서 검색 | 예1) (나노 기계) 예2) 나노 장영실 |
| | 두 개의 검색어(식) 중 하나 이상 포함하고 있는 문서 검색 | 예1) (줄기세포 | 면역) 예2) 줄기세포 | 장영실 |
! | NOT 이후에 있는 검색어가 포함된 문서는 제외 | 예1) (황금 !백금) 예2) !image |
* | 검색어의 *란에 0개 이상의 임의의 문자가 포함된 문서 검색 | 예) semi* |
"" | 따옴표 내의 구문과 완전히 일치하는 문서만 검색 | 예) "Transform and Quantization" |
다음과 같은 기능을 한번의 로그인으로 사용 할 수 있습니다.
NTIS 바로가기국가/구분 | United States(US) Patent 등록 |
---|---|
국제특허분류(IPC7판) | G06T-01120 |
미국특허분류(USC) | 345/443 |
출원번호 | US-0191159 (2002-07-09) |
우선권정보 | TW-0104074 (2002-03-05) |
발명자 / 주소 | |
출원인 / 주소 | |
대리인 / 주소 |
|
인용정보 | 피인용 횟수 : 0 인용 특허 : 20 |
A fast line drawing method. First, the coordinates of two end points are received and a current point is assigned to one of the end points. The differences of x and y coordinates (Δx and Δy) and the sum of error E are computed, the integer part of Δx over Δy is denoted as Q. The current point is checked to determine whether it has reached the end point. If not and the value of E is negative, a point at the current point is drawn. The y-coordinate of the current point and E are updated by (Y+1) and (E?2Δx) respectively if E is non-negative, a span of pixe...
1. A fast line drawing method, comprising the steps of:(a) receiving the coordinates of two end points as (x1,y1) and (x2,y2); (b) assigning the coordinate (X,Y) of a current point as (x1,y1), computing the differences of x and y coordinates of the end points as Δx and Δy, assigning Q as the integer part of Δx over Δy, and assigning the initial sum of error E as ?Δx, and two constants K1 and K2 as 2Δy and 2*Q*Δy; (c) checking whether the x-coordinate of the current point (X) has reached the x-coordinate of the end point (x2); (d) testing whether the valu...