전체 글: 361개의 글

엑토 KBD-06

Posted by Programmer™
2015. 10. 12. 18:58 Hardware

노트북 키보드랑 비슷한 느낌. 지금은 단종되어서 구할 수 없습니다.

 

 

 

 

 

 

 

 

 

액토 홈페이지에 가도 KBD-06 은 찾아볼 수 없습니다. 

DVI-A, DVI-D, DVI-I 차이점

Posted by Programmer™
2015. 10. 12. 01:45 카테고리 없음

What is the difference between DVI-A, DVI-D and DVI-I?

Q. What is DVI?
A. DVI stands for Digital Visual Interface. DVI cables are used to connect a video signal from computers to LCD monitors, HDTV displays, projectors, and cable boxes.

Q. What are the different types of DVI connectors?
A. DVI-Digital (DVI-D), DVI-Analog (DVI-A), DVI-Integrated (DVI-I)


Q. What is the difference between DVI-D, DVI-A, and DVI-I?
A. DVI-D cables carry a digital video signal. DVI-A cables carry a high-quality analog signal. DVI-A is NOT compatible with DVI-D. DVI-I cables have the flexibility to carry either DVI-D or DVI-A signals.

 

 


Q. Is there one DVI connector that any cable can plug into?
A. Yes. Since DVI-I can support any DVI format, a DVI-I female connector will support any DVI male cable.

Q. What does single link or dual link mean?
A. DVI-D and DVI-I connectors come in single link and dual link formats.  Dual link DVI has more pins and allows for a higher resolution and faster refresh rates. Single link can display up to 1920x1080 @ 60 Hz and dual link can display up to 3840x2400 @ 41 Hz.

Q. What if I have a cable but need to a different plug to fit my device?
A. You may be able to use a DVI adapter. Even with an adapter you cannot convert DVI-A or VGA to DVI-D. It is not possible to do with a cable or adapter.

Q. Can I connect DVI-D compatible monitors to VGA devices?
A. No. DVI-D is 100% digital and is not compatible with VGA. VGA is only compatible with DVI-A or DVI-I devices.

 

 

 

 

※ AMD (NVIDIA 지포스)도 1000번대 부터는 아날로그를 지원하지 않는다.

모니터에서 신호없음으로 표시되는 경우 16번 핀 Hot Plug Detect 가 혹시 휘어지지 않았는지 확인해본다.

 

모니터의 경우는 DVI-D, 그래픽 카드의 경우 DVI-I 단자가 일반적이다.

요즘 나오는 그래픽 카드나 메인보드의 경우는 DVI-D 로 출시된다.

 

 

 

 

윈도우 제품키 보기

Posted by Programmer™
2015. 10. 10. 16:22 카테고리 없음

아래 코드를 입력하고 .vbs 파일로 저장합니다. 그리고 더블클릭으로 실행합니다.

 

Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))

Function ConvertToKey(Key)
Const KeyOffset = 52
i = 28
Chars = "BCDFGHJKMPQRTVWXY2346789"
Do
Cur = 0
x = 14
Do
Cur = Cur * 256
Cur = Key(x + KeyOffset) + Cur
Key(x + KeyOffset) = (Cur \ 24) And 255
Cur = Cur Mod 24
x = x -1
Loop While x >= 0
i = i -1
KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
If (((29 - i) Mod 6) = 0) And (i <> -1) Then
i = i -1
KeyOutput = "-" & KeyOutput
End If
Loop While i >= 0
ConvertToKey = KeyOutput
End Function

 

※ MAK, VLK 는 이 방법으로는 볼 수 없습니다.

Hoyle Puzzle Game 2013

Posted by Programmer™
2015. 9. 30. 19:30 Game

 

제가 즐겨 하는 게임입니다. 여러 종류의 게임이 있는데 저는 Tile Games 를 가장 좋아합니다.

 

 

 

그 중에서도 Slide Tiles 를 가장 좋아합니다. 게임 규칙은 간단합니다. 마우스로 상하좌우로 타일들을 끌어서 같은 모양끼리 맟추는 거죠.

 

옛날 사천성을 재밌게 하신 분이라면 강추합니다.

 

 

 

 

 

Click Left 가 50000 이라니 어떻게 했냐구요? .... (Setting 에서 Practice mode 로 바꾸면 됩니다.)

 

 

 

 

 

 

 

 

Windows 10 에서도 잘 됩니다.

 

 

 

 

msvcp100.dll, msvcr100.dll 이 없다고 창이 뜨는 경우엔

 

Microsoft Visual C++ 2010 Service Pack 1 재배포 가능 패키지

 

http://www.microsoft.com/ko-kr/download/details.aspx?id=26999

 

 

를 설치해야 합니다.

 

 

NB] Windows 10 64비트에서 실행하더라도 vcredist_x86.exe 를 설치해야 돌아갑니다.

 

Windows 10 에서 전체 화면으로 게임을 진행할려면 아래 그림처럼 호환 모드에 체크를 해줍니다.

 

 

 

C:\Users\로그인아이디\AppData\Roaming\Hoyle Puzzle and Board Games 2012\Puzzle.ini

[Settings]
MaximizeWindow=0
FullScreen=1

 

사용자가 만든 얼굴, 목소리 데이타는

C:\Users\ 로그인아이디 \AppData\Roaming\Hoyle FaceCreator  폴더에 

0000000.fac, 0000000.voc 로 저장됩니다.