본문 바로가기

DEV(26)

XLGantt(엑셀간트) | 엑셀 일정관리 프로젝트 일정 관리http://xlworks.net/xlgantt-project-scheduler/ PM 이 일정을 내 놓으라 해서 엑셀로 달력을 그려 낸적이 있었다. 그 후 얼마 후 이것을 가지고 와서 보여주었다.훌.륭.했.다 ...말이 필요없다. 써보면 안다. 다음은 위 링크된 사이트의 내용을 복붙한것이다.XLGantt는 Microsoft Excel에서 프로젝트 일정관리를 할 수 있도록 만들어진 엑셀 매크로 프로그램이며 다음과 같은 기능으로 구성되어 있습니다.1)작업입력 및 진척율 계산 :작업명, 시작일, 종료일, 진척율을 입력하면 휴무일, 가중치를 고려하여 자동으로 작업기간, 계획진척율, 실적진척율이 계산됩니다. 2) Gantt chart 표시 : 입력된 작업 일정대로 Gantt chart를 표시합..
[ORACLE] MERGE INTO SEMPLE MERGE INTO 가 좋은점 ?UPDATE 다건 치기 딱좋내 MERGE INTO 테이블 A USING (SELECT * FROM 테이블 WHERE 1 = 1 AND 조회조건 ) ON ( A.컬럼 = B.컬럼) WHEN MATCHED THEN UPDATE SET ...
정렬 알고리즘 시각화 JAVA 소스 결론 부터 말하자만 이 프로젝트는 실패했다.실패는 성공의 어머니라고 ... 누가 그랬던가 ? 실패한것도 경험이기때문에 흔적을 남겨놓는다. 2017년 12월 14일 오전 K씨가 다음 동영상을 보여주었다. Sorting Algorithms in 6Minutes (6분 안에 15개의 정렬 알고리즘)http://panthema.net/2013/sound-of-sorting/ 정렬알고리즘을 이미지화 하여 보여주는데 ... 오... 이뻐 이뻐 그리고 그걸 본인이 어제(2017-12-13) 구현 하려고 했는데 동영상처럼 단계별로 보여주는 것이 아닌시작과 끝만 나온단다. ㅋㄷㅋㄷ 해당 동영상 하단에 동영상 개시자의 설명이 나오고 그곳의 링크를 타고 들어가 공개된 소스를 받아보았다. sound-of-sorting 0.6..
9. Camera Calibration (카메라 보정) Camera Calibration카메라 보정출처 : http://opencv-java-tutorials.readthedocs.io/en/latest/09-camera-calibration.html저와 같은 영어 까막누니 분들께 이 글을 바칩니다. 번역은 구글 번역기 돌렸습니다.NoteWe assume that by now you have already read the previous tutorials. If not, please check previous tutorials at http://opencv-java-tutorials.readthedocs.org/en/latest/index.html. You can also find the source code and resources at https://gi..
8. Object Detection (객체 감지) Object Detection객체 감지출처 : http://opencv-java-tutorials.readthedocs.io/en/latest/08-object-detection.html저와 같은 영어 까막누니 분들께 이 글을 바칩니다. 번역은 구글 번역기 돌렸습니다.Note We assume that by now you have already read the previous tutorials. If not, please check previous tutorials at http://opencv-java-tutorials.readthedocs.org/en/latest/index.html. You can also find the source code and resources at https://github..
7. Image Segmentation (이미지 분할) Image Segmentation이미지 분할출처 : http://opencv-java-tutorials.readthedocs.io/en/latest/07-image-segmentation.html저와 같은 영어 까막누니 분들께 이 글을 바칩니다. 번역은 구글 번역기 돌렸습니다.Note We assume that by now you have already read the previous tutorials. If not, please check previous tutorials at http://opencv-java-tutorials.readthedocs.org/en/latest/index.html. You can also find the source code and resources at https://g..
6. Face Detection and Tracking (얼굴 인식 및 추적) Face Detection and Tracking얼굴 인식 및 추적출처 : http://opencv-java-tutorials.readthedocs.io/en/latest/06-face-detection-and-tracking.html저와 같은 영어 까막누니 분들께 이 글을 바칩니다. 번역은 구글 번역기 돌렸습니다.NoteWe assume that by now you have already read the previous tutorials. If not, please check previous tutorials at http://opencv-java-tutorials.readthedocs.org/en/latest/index.html. You can also find the source code and r..
5. Fourier Transform (푸리에 변환) Fourier Transform 푸리에 변환 출처 : http://opencv-java-tutorials.readthedocs.io/en/latest/05-fourier-transform.html저와 같은 영어 까막누니 분들께 이 글을 바칩니다. 번역은 구글 번역기 돌렸습니다.NoteWe assume that by now you have already read the previous tutorials. If not, please check previous tutorials at http://opencv-java-tutorials.readthedocs.org/en/latest/index.html. You can also find the source code and resources at https://gi..
4. OpenCV Basics (OpenCV 기초) OpenCV Basics OpenCV 기초출처 : http://opencv-java-tutorials.readthedocs.io/en/latest/04-opencv-basics.html저와 같은 영어 까막누니 분들께 이 글을 바칩니다. 번역은 구글 번역기 돌렸습니다.NoteWe assume that by now you have already read the previous tutorials. If not, please check previous tutorials at http://opencv-java-tutorials.readthedocs.org/en/latest/index.html. You can also find the source code and resources at https://github.c..
3. Your First JavaFX Application with OpenCV (OpenCV를 사용한 첫 번째 JavaFX 응용 프로그램) Your First JavaFX Application with OpenCV OpenCV를 사용한 첫 번째 JavaFX 응용 프로그램출처 : http://opencv-java-tutorials.readthedocs.io/en/latest/03-first-javafx-application-with-opencv.html저와 같은 영어 까막누니 분들께 이 글을 바칩니다. 번역은 구글 번역기 돌렸습니다.NoteWe assume that by now you have already read the previous tutorials. If not, please check previous tutorials at http://opencv-java-tutorials.readthedocs.org/en/latest/index...