Welcome Guest, you are in: Login

MUST Creative Engineering Laboratory

RSS RSS

Navigation



Technical Doc



Search the wiki
»

MUST Corp.

MUST Corp.

www.must.or.kr

 Microsoft CERTIFIED Partner Software Development, Web Development, Data Platform

 Microsoft Small Business Specialist

MCSD

Microsoft Certified IT Professional

Microsoft Certified Professional Developer

Search Engine

Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.



Filter by Category

































This search, performed through 582.69 KB (179 documents, 6974 words), completed in 0.0 seconds and yielded 30 results.

RAW file and BMP file — 7.3%

RAW file, BMP file BMP: bit map RAW파일과 BMP파일의 비교 BMP 장치 독립성 1. DDB(device dependant bitmap) 한 픽셀이 몇 비트로 표현될 것인지가 화면설정에 종속 2. DIB(device independant bitmap) 화면설정과는 관계없이 영상파일 자체의 정보로써 표현 Color 표현 1. True color mode : RGB 각각 8비트 2. Index mode :Color table(palette) 사용 3. 흑백영상 BMP format 파일 헤드의 구조체 Typedef struct tagBITMAPFILEHEADER { WORD bfType; // ”BM”이라는 값을 저장 DWORD bfSize; // Byte단위의 전체파일 크기 WORD bfReserved1; // 예약된 변수 WORD bfReserved1; // 예약된 변수 DWORD bfOffBits; // 영상 데이터까지의 거리 } BITMAPFILEHEADER; [...]

Sobel operator — 6.8%

[...] public Image apply(Image im) { int [,] gx = new int [,] { { -1, 0, 1 }, { -2, 0, 2 }, { -1, 0, 1 } }; // The matrix Gx int [,] gy = new int [,] { { 1, 2, 1 }, { 0, 0, 0 }, { -1, -2, -1 } }; // The matrix Gy b = (Bitmap)im; Bitmap b1 = new Bitmap(im); for ( int i = 1; [...]

Fuzzy set approaches — 6.3%

Fuzzy set approaches Fuzzy logic uses truth values between 0.0 and 1.0 to represent the degree of membership (such as using fuzzy membership graph) Attribute values are converted to fuzzy values - e.g., income is mapped into the discrete categories {low, medium, high} with fuzzy values calculated For a given new sample, more than one fuzzy value may apply Each applicable rule contributes a vote for membership in the categories Typically, the truth values for each predicted category are summed Introduce 컴퓨터를 인간에 가깝게 하는 일의 어려움 - 퍼지 이론: 애매함을 처리하는 수리 이론 Fuzzy [...]

Image Restoration and Reconstruction — 5.8%

[...] /= mn; double gxy = inputPtr[i]; outputPtr[i] = (byte)(gxy - Math.Min(1.0, _ση2 / σL2) * (gxy - mL)); } } } output.UnlockBits(outputData); input.UnlockBits(inputData); return output; } Adaptive median filter Gaussian Noise Salt-and-Pepper Noise Gaussian Noise & Salt-and-Pepper Noise Code public Bitmap Process(Bitmap input) { if (input.PixelFormat != PixelFormat.Format8bppIndexed) throw new NotSupportedException(); Bitmap output = (Bitmap)input.Clone(); int [...]

Web standards — 4.4%

[...] for building web sites, and a philosophy of web design and development that includes those methods. 1 Many interdependent standards and specifications, some of which govern aspects of the Internet, not just the World Wide Web, directly or indirectly affect the development and administration of web sites and web services. Considerations include the interoperability, accessibility and usability of web pages and web sites. Web standards, in the broader sense, consist of the following: * Recommendations published by the World Wide Web Consortium (W3C) 2 * Internet [...]

Understanding user-agent strings — 4.4%

[...] number of headers to the server hosting the site that you're visiting, as shown here. GET / HTTP/1.1 Accept: text/html, application/xhtml+xml, */* Accept-Language: en-US User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) Accept-Encoding: gzip, deflate Proxy-Connection: Keep-Alive Host: microsoft.com These headers occur during a negotiation process that helps the browser and the hosting server determine the best way to provide the requested information. The user-agent header identifies [...]

CSS valid method — 3.4%

[...] IE7 *+html selector { property : value; } Triggering hasLayout (hasLayout=1) (if display: inline-block; then hasLayout=1) selector { display: inline-block; *display: inline; *zoom: 1; } change like this selector { display: inline-block; // hasLayout=1 } // for IE6 * html selector { display: inline; } // for IE7 *+html selector { display: inline; } [...]

mQR setting option — 2.9%

[...] Class: Subclasses: Extends: Drawing algorithm is it's max radius 'cause we limit radius by 1/3 of module width so if module width is 6 px and max radius is 5 px, then 6 * 1/3 = 2px radius will be used. if module is 20px, then 20 * 1/3 = 6, so 5px will be used. min(max radius, module size / 3). the most important is to find joint blocks and make connection between them. Config Options Background = Color.White, Foreground = Color.Black, ForegroundImage = Image.FromFile(context.Server.MapPath(@"foreground.png")), LBColor [...]

Frequency Domain Filtering — 2.9%

[...] j++) { int x = j - hw; double d = System.Math.Sqrt(x * x + y * y); double h = 1.0 / (1.0 + System.Math.Pow(d / d0, 2.0 * n)); data[i, j].Re *= h; data[i, j].Im *= h; } } Gaussian Lowpass Filter Code for (int i = 0; i < height; i++) { int y = i - hh; for (int j = 0; j < width; j++) { int x = j - hw; double d = System.Math.Sqrt(x * x + y * y); double h = System.Math.Exp(-d * d / 2.0 / d0 / d0); data[i, j].Re [...]

Html.Table — 2.9%

[...] />시내", "교육<br />참여" }, new[] { "3. 16(화)<br />(14:00~18:00)", "1~2년차<br />- 장소", "204", "소회의실", null }, new[] { "4. 13(화)<br />(14:00~18:00)", "1~4년차<br />- 장소", "106", "회의실", null }, new[] { "4. 15(목)<br />(14:00~18:00)", "1~4년차<br />- 장소", "87", "대회의실", null }, new[] { "4. 20(화)<br />(14:00~18:00)", "교육<br />장소", "13", "장소<br [...]

ckeditor 4.1.1 updated — 2.9%

Define file /js/libs/ckeditor/4.1.1/* [...]

Extended Channel Interpretations (ECI) Encoding — 2.4%

[...] specification with GLI rules - - - 000001 ISO/IEC 15438 Bar code symbology specification-PDF417: Latin 1 character set to 1994 specification with GLI rules - - - 000002 ISO/IEC 15438 Bar code symbology specification-PDF417: Default character set with ECI rules - - - 000003 ISO/IEC 8859-1 Latin alphabet No. 1 Yes Yes - 000004 ISO/IEC 8859-2 Latin alphabet No. 2 Yes Yes - 000005 ISO/IEC 8859-3 Latin alphabet No. 3 Yes Yes - 000006 ISO/IEC 8859-4 Latin alphabet No. 4 Yes Yes - 000007 ISO/IEC 8859-5 [...]

Dynamic PNG generation — 2.4%

[...] Class Package: Defined In : Class: Subclasses: Extends: Config Options <?xml version="1.0" encoding="utf-8" ?> <config divider="^" background="background.png" antialias="AntiAlias" contrast="12"> <span margin="5,1,0,1" font="YDI2002.ttf" style="bold" size="14" color="#014c98" [...]

Web Accessbility document — 1.9%

[...] (WCAG) Overview,” S.L. Henry, ed. www.w3.org/WAI/intro/wcag ■ “Web Content Accessibility Guidelines 1.0,” W. Chisholm, G. Vanderheiden, I. Jacobs, eds. www.w3.org/TR/WCAG10 ■ “Overview of WCAG 2.0 Documents , ” S.L. Henry, ed. www.w3.org/WAI/intro/ wcag20.php ■ “Web Content Accessibility Guidelines 2.0,” B. Caldwell, W. Chisholm, J. Slatin, G. Vanderheiden, eds. www.w3.org/TR/WCAG20 ■ “Understanding WCAG 2.0,” B. Caldwell, W. Chisholm, J. Slatin, G. Vanderheiden,eds. www.w3.org/TR/UNDERSTANDING-WCAG20 ■ “About Baselines and WCAG 2.0,” D. MacDonald, [...]

SQL 인젝션 — 1.9%

[...] textptr(p_contents) From tb_product_list Where p_code='P000000005' Set @len = len(@deletestr) Set @cnt = 0 While(1=1) begin --일단 무한 loop로 돌려놓고 Select @offset=patindex('%'+@deletestr+'%', p_contents) From tb_product_list Where p_code='P000000005' If @offset = 0 Begin break End Else begin Set @offset = @offset - 1 [...]

Datamatrix (2D-Barcode) — 1.5%

[...] number of bytes. To encode data into a Datamatrix symbol the following (principal) steps are taken. 1. The input string (which can be any ASCII values between 0-255) is encoded using the selected encoding or encodings (it is possible to switch encoding mid-way through the string). The primary purpose of the encoding is to compress the data into a much shorter form. 2. If needed the data is padded to fill up to the capacity of the selected symbol size. 3. Once the string has been encoded (and possible padded) a number of error correcting code words are added so that [...]

비공개 코멘트 작성 및 확인하기 — 1.5%

[...] 비공개로 글을 작성 할 수 있습니다. 비공개 코멘트는 작성자와 관리자만 확인이 가능합니다. 비공개 코멘트 일지라도 댓글을 누구나 작성 할 수 있습니다. 비공개 코멘트 작성하기 1. 인플라이 코멘트창에 사용중인 SNS 계정으로 로그인 합니다. 2. 글을 작성후 비공개 를 채크 합니다. 비공개 코멘트를 작성한 사람(소유자)은 공개 또는 비공개된 댓글을 모두 확인 할수 있습니다. 외부 사람이 접속할 경우 이 코멘트는 비공개입니다. 라는 메시지가 출력 됩니다. (관리자) 비공개 코멘트 확인 하기 1. 대시보드 > 의견 > 목록 으로 이동합니다. 2. 비공개 코멘트를 확인 합니다. 내용의 좌물쇠 이미지가 [...]

스티커 만들기 — 1.5%

스티커 만들기 인플라이 회원 가입하신분들은 누구나 스티커(정적 또는 애니메이션)를 만들어 등록 할 수 있습니다. 만든 스티커등록을 위해서는 1. 인플라이 메뉴 대시보드 > 스티커 > 스티커 만들기 를 클릭 합니다. 정적인 스티커 만들기 1. 포토샵 등 이미지 편집툴로 PNG 형식의 이미지를 만듭니다. * 정적인 스티커를 만듭니다.여러 개를 각각의 PNG이미지 작업하여 한 세트를 만듭니다. * 한개 세트의 가로 세로 크기는 같아야 합니다. * 세트를 하나폴더에 두고 압축 파일(zip)로 만듭니다. 정적인(Static) 스티커 이미지 샘플 - 사이즈 : 가로 150, 세로 150 2. 대시보드 > 스티커 > 스티커 만들기 를 클릭하여 등록합니다. * 이름 : 스티커를 대표는 이름을 기입해주세요 * 설명 : 스티커를 설명하는 문구를 기입 해 주세요. * 섬네일 경로 : 스티커 스토어에 표시될 대표 이미지를 등록해주세요. * 유형 : '''Static''' [...]

QR Code — 1.5%

[...] 1999, and a corresponding ISO International Standard, ISO/IEC18004, was approved in June of 2000. 1 Storage QR Code Data capacity Numeric only Max. 7,089 characters Alphanumeric Max. 4,296 characters Binary (8 bits) Max. 2,953 bytes Kanji/ Kana Max. 1,817 characters Error Correction capacity Level L 7% of codewords can be restored. Level M 15% of codewords can be restored. Level Q 25% of codewords can be restored. Level H 30% of codewords can be restored. 2 Micro QR Code Micro QR Code is a smaller version of the QR Code standard [...]

(관리자) 내 웹사이트에 테마 적용하기 — 1.5%

테마 적용하기 테마 스토어에서 테마를 구매하여 관리중인 웹사이트에 적용 할 수 있습니다. Step 1. 테마 구매하기 1. 인플라이 메뉴 더보기 > 테마 스토어 ( https://inply.net/Home/ThemeStore )를 클릭 합니다. 2. 마음에 드는 테마를 [...]

HTTP to HTTPS redirect : URL Rewrite in IIS 8 Windows Server 2012 Part 5 : SSL Certificate — 1.5%

[...] https://kr.godaddy.com/help/redirect-http-to-https-automatically-8828 https://www.sslshopper.com/iis7-redirect-http-to-https.html Method 1 – Using Microsoft URL Rewrite Module 1. Install the Microsoft URL Rewrite Module 2. Install your SSL certificate in IIS 7 and bind it to your website 3. Make sure Require SSL is NOT checked under SSL Settings for your website (uncheck the boxes that are checked in this screenshot) 4. Using the following code in your web.config file automatically redirects visitors to the HTTPS version of your site: <configuration> <system.webServer> <rewrite> [...]

You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5. — 1.0%

[...] R2 machine you may get the following error. This is because Windows 2008 R2 ships with the .NET 3.5.1 framework. You just need to enable the feature from Server Manager. So before starting the Visual Studio 2008 Setup install the .NET Framework 3.5.1 [...]

ckeditor 3.2.1 updated — 1.0%

Define file app_code/HelperSubPage.cs js/board.js.ascx Config Options config option Public Properties public properties Public Methods public Methods Public Events Public events Example example

[Search Server 2010] Search Server 2010 Express 설치 — 1.0%

[...] http://technet.microsoft.com/ko-kr/library/ee808897(v=office.14).aspx Microsoft Search Server 2010 Express Part 1: Installation 101 http://stovereffect.com/2010/08/04/microsoft-search-server-2010-express-part-1-installation-101/ [...]

(관리자) 관리자 공지하기 — 1.0%

[...] 코멘트 창에 관리자 공지 기능을 입력 할 수 있습니다. 관리자 공지 기능을 사용하면 인플라이가 부탁된 모든 페이지에 관리자 공지가 나타납니다. 주메뉴에서 공지사항 작성하기 1. 대시보드 > 관리자 공지하기 로 이동합니다. 2. 추가 를 클릭합니다. 3. 웹사이트를 선택 합니다. 4. 위치를 선택 합니다. 위치는 공지사항이 표시될 위치로 4군데 중 하나를 지정 할 수 있습니다. 5. 공지사항이 표시될 기간을 선택합니다. 6. 내용을 입력합니다.(텍스트, 이미지 등) 7. 등록 을 선택합니다. 해당 도메인에서 공지사항 작성하기 1. [...]

Subtitle — 1.0%

[...] France. The line break used is often the CR+LF pair. Subtitles are numbered sequentially, starting at 1. Subtitle number Start time --> End time Text of subtitle (one or more lines) Blank line SubRip .srt file example 1 00:00:02,127 [...]

(관리자) 웹페이지 등록 방법 — 1.0%

[...] 로그인 → 관리중인 웹사이트 → 해당 도메인 확인 → 웹페이지 목록 방법2 : 로그인 → 웹페이지목록 → 도메인 선택 웹페이지 등록 방법 등록가능한 웹페이지 최대 길이는 1,000 정확한 경로를 사용할때 전체 주소를 적어줍니다. /default.aspx?id=1 [...]

ASCII — 1.0%

[...] ASCII 10진수 16진수 8진수 2진수 ASCII 0 0×00 000 0000000 NULL 64 0×40 100 1000000 @ 1 0×01 001 0000001 SOH 65 0×41 101 1000001 A 2 0×02 002 0000010 STX 66 0×42 102 1000010 B 3 0×03 003 0000011 ETX 67 0×43 103 1000011 C 4 0×04 004 0000100 EOT 68 0×44 104 1000100 D 5 0×05 005 0000101 ENQ 69 0×45 105 1000101 E 6 0×06 006 0000110 ACK 70 0×46 106 1000110 F 7 0×07 007 0000111 BEL 71 0×47 107 1000111 G 8 0×08 010 0001000 BS 72 0×48 110 1001000 H 9 0×09 011 0001001 HT [...]

Decision Tree — 1.0%

[...] Select the attribute with the highest information gain S contains s i tuples of class Ci for i = {1, …, m} information measures info required to classify any arbitrary tuple entropy of attribute A with values {a 1 [...]

jQuery 1.4.2 updated — 1.0%

Class Package: Defined In : Class: Subclasses: Extends: Config Options config option Public Properties public properties Public Methods public Methods Public Events Public events Example example


MUST Creative Engineering Laboratory

ImageImage Image Image

Image Image Image Image Image Image Image

Copyright © 2010 MUST Corp. All rights reserved. must@must.or.kr
This Program is released under the GNU General Public License v2. View the GNU General Public License v2 or visit the GNU website.