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 — 12.4%

[...] 영상파일 자체의 정보로써 표현 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; 영상 헤드의 구조체 Typedef struct tagBITMAPINFOHEADER { DWORD biSize; // 구조체의 크기 LONG biWidth; // 픽셀 단위의 영상 폭 LONG biHeight; // 영상의 높이 WORD biPlanes; // 비트 플레인 수(항상 1) WORD biBitCount; // [...]

MUST Technologies — 8.6%

[...] Developer Enterprise Application Developer Windows Developer Web Developer ASP.NET Developer 3.5 Windows Developer 3.5 Enterprise Application Developer 3.5 Database Developer 2008 Database Administrator 2008 Windows 7, Enterprise Desktop Administrator Administering Microsoft SQL Server 2012 Databases Querying Microsoft SQL Server 2012 Windows Server Virtualization, Configuration Windows Essential Business Server 2008, Configuring SQL Server 2008, Database Development [...]

Datamatrix (2D-Barcode) — 5.7%

[...] 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 the data can be recovered even if part of the printed symbol have been destroyed (perhaps a corner has been teared off). 4. Finally the encoded data and the error correcting words are placed in the symbol according to an algorithm specified in the standard. This is done by placing each bit of every data byte in a specific position in the data matrix symbol. [...]

Html.Table — 5.7%

[...] }, new[] { new[] { "계", null, "665", null, null }, new[] { "3. 15(월)<br />(13:00~17:00)", "3~4년차<br />- 장소)", "170", "대회의실<br />시내", "교육<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 [...]

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

[...] 2008 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 Features from the Add Features Wizard in Server Manager. After that when you run the Visual Studio 2008 Setup, the installer will detect that the 3.5 framework is already installed and skip to the next step. http://blogs.msdn.com/b/vijaysk/archive/2009/08/16/you-must-use-the-role-management-tool-to-install-or-configure-microsoft-net-framework-

Sobel operator — 4.8%

[...] therefore shows how sharply or smoothly the image changes at that point. The operator uses two 3×3 kernels which are convolved with the original image to calculate approximations of the derivatives - one for vertical changes, and one for horizontal Image source wikipedia Here Gx and Gy are the two kernels and A is the original image. At each point in the image, the resulting gradient approximations can be combined to give the gradient [...]

Fuzzy set approaches — 4.8%

[...] color is red THEN the fruit is mature General result involving two membership functions. - μ 3 (z,v) = min{μ red (z), μ mat (v)} Fuzzy output due to rule R3 and specific input - Q 3 (v) = min{μ red (z 0 ), μ 3 (z 0 ,v)} - Q 2 (v) = min{μ yellow (z 0 ), μ 2 (z 0 ,v)} - Q 1 (v) = min{μ [...]

mQR setting option — 3.8%

[...] 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, [...]

Image Restoration and Reconstruction — 2.9%

[...] (Bitmap)input.Clone(); int width = output.Width; int height = output.Height; int scurr = 3; int smax_local = 3; BitmapData inputData = input.LockBits(new Rectangle(0, 0, width, height), ImageLockMode.ReadWrite, PixelFormat.Format8bppIndexed); BitmapData outputData = output.LockBits(new Rectangle(0, 0, width, height), ImageLockMode.ReadWrite, PixelFormat.Format8bppIndexed); unsafe { byte* inputPtr = (byte*)inputData.Scan0.ToPointer(); byte* outputPtr = (byte*)outputData.Scan0.ToPointer(); for [...]

Web standards — 2.9%

[...] Force (IETF) * Request for Comments (RFC) documents published by the Internet Engineering Task Force 3 * Standards published by the International Organization for Standardization (ISO) 4 * Standards published by Ecma International (formerly ECMA) 5 * The Unicode Standard and various Unicode Technical Reports (UTRs) published by the Unicode Consortium 6 * Name and number registries maintained by the Internet Assigned Numbers Authority (IANA) 7 http://en.wikipedia.org/wiki/Web_standards Document (CSS1) "CSS, level 1 Recommendation", B. Bos, H. Wium Lie, [...]

ASCII — 1.9%

[...] 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 73 0×49 111 1001001 I 10 0×0A 012 0001010 LF 74 0×4A 112 1001010 J 11 0×0B 013 0001011 VT [...]

ckeditor 3.2.1 updated — 1.9%

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

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

[...] 구매하기 1. 인플라이 메뉴 더보기 > 테마 스토어 ( https://inply.net/Home/ThemeStore )를 클릭 합니다. 2. 마음에 드는 테마를 선택합니다. 3. 지불 을 클릭 합니다. Step 2. 테마 적용하기 1. 대시보드 > 관리 중인 웹사이트 > 동작(편집) 으로 이동합니다. 2. 테마설정 부분에서 구매한 테마가 나타 납니다. 적용하고자 하는 테마를 선택합니다. 3. [...]

Extended Channel Interpretations (ECI) Encoding — 1.9%

[...] 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 [...]

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

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

스티커 만들기 — 1.9%

[...] : 만든 압축파일(zip)을 등록합니다. * 가로 : 스티커 가로 사이즈를 입력해주세요. * 세로 : 스티커 세로 사이즈를 입력해주세요. 3. 등록 을 클릭합니다. 4. 등록된 스티커는 시스템관리자가 승인 후 공개 됩니다. 5. 승인된 스티커는 스티커 스토어 에서 확인 할 수 있습니다. 애니메이션 스티커 만들기 1. 포토샵 등 이미지 편집툴로 PNG 형식의 이미지를 만듭니다. * 한개 애니메이션에 장면의 숫자는 상관없고 오른쪽으로 최대 4개 배치하고 넘을경우 아래로 배치. * 각 장면의 사이즈는 같아야 함. * 여러 개를 각각의 PNG이미지 작업하여 한 세트를 만듭니다. * 한개 세트의 장면 숫자는 같아야 합니다. * 세트를 하나폴더에 두고 압축 파일(zip)로 만듭니다. 애니메이션 스티커 이미지 샘플 - 사이즈 : 가로 150, 세로 150 - 장면의 수 : 8 - 지연시간 (ms) : 180 2. 대시보드 > 스티커 > 스티커 만들기 를 클릭하여 등록합니다. * 이름 : 스티커를 대표는 [...]

SQL Server 2008 Full-Text Search — 1.9%

[...] http://msdn.microsoft.com/en-us/library/cc721269.aspx Introduction. 1 SQL Server 2008 Full-Text Search Architecture. 3 Main Components of Full-Text Search in SQL Server 2008. 5 Upgrading your Full-Text Application to SQL Server 2008. 6 Upgrading Existing Full-Text Catalogs from Previous Releases 7 Upgrading Thesaurus Content and Noise Word Lists 10 Understanding the Filter Daemon Process 10 SQL Server 2008 Full-Text Search Improvements. 12 New Functionality. 12 Introducing Stoplists 12 Thesaurus Improvements 14 Maintaining Thesaurus Content 14 Thesaurus Algorithm [...]

Principal component transform of multiband image — 1.9%

[...] band. (d) Principal component band 1. (e) Principal component band 2. (f) Principal component band 3. Note that the red, green, and blue bands are highly correlated – they look similar ; whereas with the PCT bands most the visual information is in band 1, some in band 2 and none in band 3. [...]

앨범 사진 순서 변경 하기 — 1.9%

[...] 앨범 사진 출력 순서 변경 하기 고고페이지에 출력되는 앨범 사진 순서를 변경 할 수 있습니다. 1. 고고피알 본인의 계정으로 로그인 후 환경설정 을 클릭 합니다. 2. 3.앨범만들기 를 클릭 합니다. 3. [...]

Clear OneDrive Pro Cache — 1.0%

[...] folders (move away current folders to avoid duplicate renamed folders) for the client in question. 3. Close all your Office processes, such as [...]

고고피알 사용자 메뉴얼 — 1.0%

[...] 아이콘을 이용하여 공유를 할 수 있습니다. 회원가입 1. 고고피알 https://gogopr.net 메뉴 상단바에 아이콘을 클릭합니다. 2. 가입약관 동의 3. 휴대폰 인증 4. 기본정보 입력 5. 회원가입 완료 회원가입은 [...]

Menu Control — 1.0%

[...] url="plan.gallery" /> </menu> </menu> default.aspx 에 메뉴 보이기 선언 <%=Html.CreateSubMenu(3, new { @class = "sub-menu" }) %> [...]

TourMap.CreateBoard — 1.0%

[...] runat="server"> <link rel="stylesheet" type="text/css" href="/js/libs/jquery/plugins/fancybox/jquery.fancybox-1.3.4.css" media="screen" /> </asp:Content> <asp:Content [...]

Main Page — 1.0%

[...] 2011.5.12 MUST QR code generator Service - 2011.2.18 MWPC - MUST Website Print Converter - 2010.8.3 Web pages print research] - 2010.7.9 MUST [...]

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

[...] 비공개 코멘트 답변 하기 1. 대시보드 > 의견 > 목록 으로 이동합니다. 2. 비공개 코멘트를 확인 합니다. 내용의 좌물쇠 이미지가 표시된 게시글은 비공개 코멘트 입니다. 3. 동작 : 세부 정보 보기 를 클릭합니다. 4. 원문 글과 함께 하단에 답변을 [...]

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

[...] 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 [...]

[Search Server 2010 Parameters] Enterprise Search URL Syntax Reference — 1.0%

[...] results.aspx?v=relevance start Specifies which results page number to show. results.aspx?start=3 Remarks If your search results page [...]

[Search Server 2010] Enable Anonymous Access in SharePoint 2010 — 1.0%

[...] select the site you want to enable anonymous access and click on the Authentication Providers icon. 3. On the Authentication Providers pop-up window [...]

(관리자) 내 웹사이트에 스티커 적용하기 — 1.0%

[...] 1. 인플라이 메뉴 더보기 > 스티커 스토어 ( https://inply.net/Home/StickerStore )를 클릭 합니다. 2. 마음에 드는 스티커를 선택합니다. 3. 지불 을 클릭 합니다. 4. 테스트 하기 : 관리중인 모든 웹사이트에서 [...]

MSSQL 2005, 2008 에서 로그파일(LDF) 파일 없이 MDF 파일 복원하기 — 1.0%

[...] location. 2. Create new databse of same name, same files, same file location and same file size. 3. Stop SQL server. 4. Swap mdf file of just [...]


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.