반응형 전체 글365 델파이 xe3버전 언락하는 방법 보호되어 있는 글 입니다. 2014. 4. 3. Profilic USB-to-Serial / PL2303 이 장치를 찾을 수 없습니다(코드:10) 에러 해결법 윈도우 8에서 PL2303 RS232드라이버를 설치하면 드라이버가 잡히지 않는다.해결방법 Proflic_Win8 압축파일을 받아서 위 사진과 같이 inf 파일을 설치해준다.그러면 포트가 잡힌다... 2014. 4. 1. 닭장 만들기 새로운닭장이 완성 되었습니다 2014. 3. 21. 1. 1~100까지의 소수 구하기 소수 : 1또는 자기자신으로만 나누어지는 수 unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) ListBox1: TListBox; ListBox2: TListBox; procedure FormCreate(Sender: TObject); procedure Sosu; private { Private declarations } public { Public declarations } end; var Form1: TForm1; Su : array [1..500] of Integer; implementa.. 2014. 2. 25. 티스토리 오픈을 축하해 2014.02.04 2014. 2. 4. 이전 1 ··· 10 11 12 13 다음 반응형