블로그
-
[영진전문대학 컴퓨터정보계열] 자료구조 실습
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /** * * @author PDS */ import
blog.naver.com · 2016.09.12
-
사진을 흑백으로 만드는 프로그램
#include #define WIDTH 1024 //가로 길이 선언 #define HEIGHT 768 //세로 길이 선언 #define HEADER 54 unsigned char 흑백이 될 사진 이름 FILE *fp2 = fopen("2.bmp","wb");//흑백이 된 후 저장될 사진 이름 int i, j; for(i=0; i
blog.naver.com · 2015.10.28
-
[펌] Smooth Streaming 파일과 프로토콜
Smooth Streaming Disk File Format Smooth Streaming Disk File Format은 MPEG-4 파일 시스템 기반이며, 다음과 같은 이유로 작게 박스(box)의 구성 Movie Fragment (moof)Movie Fragment Header (mfhd)Track Fragment (traf)Movie Fragment Random
blog.naver.com · 2014.06.25
-
[펌] MPEG-4 파일의 구조 개괄
파일의 구조 MP4 파일은 데이타와 메타데이타 박스를 구성할 수 있는 다양한 방법을 제공한다. ftyp : 파일의 호환성을 확인하는 파일 타입 박스(file type box)moov : 미디어의 모든 메타 데이타를 저장하는 무비 박스(movie box)mvhd: 무비 헤더 박스(movie header box)trak : 특정 미디어의 메타 정보, 보통 오디오와
blog.naver.com · 2014.06.25
-
[jQuery]정의 필터 셀렉터.
(foo) 텍스트 foo를 포함하는 엘리먼트만 선택 :disabled 비활성화상태인 모든 폼 엘리먼트 (CSS지원) :enabled 활성화상태인 모든 폼 엘리먼트(CSS지원) :file 모든 파일 엘리먼트를 선택(input [type=file]) :header 헤더엘리먼트만 선택~ :hidden hidden엘리먼트만 선택 :image 폼 이미지를 선택(input
blog.naver.com · 2013.12.21
-
[i2sec 교육]PE 구조의 이해
. ● PE(Portable Executable) File Format - 이식이 가능한 실행파일 구조 - Microsoft의 운영체제 Windows 3.1부터 지원되는 (실행)파일의 가지고 있는지를 체크 * IMAGE_NT_HEADER : 3개의 멤버로 구성(PE Signature, File Header, Optional Header) * IMAGE_SECTION_HEADER
blog.naver.com · 2013.10.31
-
인터랙션
10/21 insert - layer make 'div'-[ID] named 'header' #div[ID] : It work in Slt area. 1 : 1 - only Jacket _font folder. download file. css 연결. ////// 3페이지. 1. 본인소개 2. 진행하던 or 진행할 계획들 3. etc 1.
blog.naver.com · 2011.10.12
-
trace event numver
10000 control file debug event, name 'control_file'10001 control file crash event110002 control file crash event210003 control file crash event310004 control file crash event410005 trace latch operations
blog.naver.com · 2009.06.25
-
Bitmap resize code - 미완성
unsigned char U1;typedef int bool;typedef int BOOL; typedef struct{ U1 bfType[2]; //BM U1 bfSize[4]; //File U1 biSize[4]; // this indicates sizeof bitmap header size is included this field. At least 40byte.
blog.naver.com · 2009.06.02
-
CMAP 사용예
Expand the Header Files folder, and open file StdAfx.h. At the end of the file, type: #include // MFC templates /////////////////////////////////////////////
blog.naver.com · 2007.12.04