• 전문가 요청 쿠폰 이벤트
*환
Bronze개인인증
팔로워0 팔로우
소개
등록된 소개글이 없습니다.
전문분야 등록된 전문분야가 없습니다.
판매자 정보
학교정보
입력된 정보가 없습니다.
직장정보
입력된 정보가 없습니다.
자격증
  • 입력된 정보가 없습니다.
판매지수
전체자료 5
검색어 입력폼
  • C# - 네이버 이미지 다운로더
    네이버 OpenAPI를 이용하여 이미지를 다운로드 받는 프로그램 입니다.
    프로그램소스| 2013.05.26| 2,000원| 조회(328)
    미리보기
  • C# - 이미지 크기변경 프로그램
    ..FILE:이미지축소/이미지축소/Properties/AssemblyInfo.csusing System.Reflection;using System.Runtime.CompilerServices;using System.Runtime.InteropServices;// 어셈블리의 일반 정보는 다음 특성 집합을 통해 제어됩니다.// 어셈블리와 관련된 정보를 수정하려면// 이 특성 값을 변경하십시오.[assembly: AssemblyTitle("이미지축소")][assembly: AssemblyDescription("")][assembly: AssemblyConfiguration("")][assembly: AssemblyCompany("")][assembly: AssemblyProduct("이미지축소")][assembly: AssemblyCopyright("Copyright 2011")][assembly: AssemblyTrademark("")][assembly: AssemblyCulture("")]// ComVisible을 false로 설정하면 이 어셈블리의 형식이 COM 구성 요소에// 표시되지 않습니다. COM에서 이 어셈블리의 형식에 액세스하려면// 해당 형식에 대해 ComVisible 특성을 true로 설정하십시오.[assembly: ComVisible(false)]// 이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다.[assembly: Guid("2218835b-fe64-4e07-9719-990a1e275602")]// 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.//// 주 버전// 부 버전// 빌드 번호// 수정 버전//// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 버전이 자동으로// 지정되도록 할 수 있습니다.// [assembly: AssemblyVersion("1.0.*")][assembly: AssemblyVersion("1.0.0.0")][assembly: Assembl System.Windows.Forms.GroupBox();this.radioButton8 = new System.Windows.Forms.RadioButton();this.radioButton7 = new System.Windows.Forms.RadioButton();this.radioButton6 = new System.Windows.Forms.RadioButton();this.radioButton5 = new System.Windows.Forms.RadioButton();this.radioButton4 = new System.Windows.Forms.RadioButton();this.radioButton3 = new System.Windows.Forms.RadioButton();this.radioButton2 = new System.Windows.Forms.RadioButton();this.radioButton1 = new System.Windows.Forms.RadioButton();this.button1 = new System.Windows.Forms.Button();this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();this.groupBox2 = new System.Windows.Forms.GroupBox();this.button2 = new System.Windows.Forms.Button();this.label2 = new System.Windows.Forms.Label();this.label1 = new System.Windows.Forms.Label();this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();this.saveFileDialog1 = new System.Windows.Forms.SaveFileDia.radioButton2.TabStop = true;this.radioButton2.Text = "이중 선형 보간법";this.radioButton2.UseVisualStyleBackColor = true;//// radioButton1//this.radioButton1.AutoSize = true;this.radioButton1.Location = new System.Drawing.Point(6, 20);this.radioButton1.Name = "radioButton1";this.radioButton1.Size = new System.Drawing.Size(115, 16);this.radioButton1.TabIndex = 0;this.radioButton1.TabStop = true;this.radioButton1.Text = "이중 큐빅 보간법";this.radioButton1.UseVisualStyleBackColor = true;//// button1//this.button1.Location = new System.Drawing.Point(12, 299);this.button1.Name = "button1";this.button1.Size = new System.Drawing.Size(186, 32);this.button1.TabIndex = 1;this.button1.Text = "이미지 열기";this.button1.UseVisualStyleBackColor = true;this.button1.Click += new System.EventHandler(this.button1_Click);//// openFileDialog1//this.openFileDialog1.Filter = "PNG|*.png|JPEG|*.jpg";this.openFileDialog1.Title = "이미지 열기";this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDorms.Label label1;private System.Windows.Forms.NumericUpDown numericUpDown2;private System.Windows.Forms.NumericUpDown numericUpDown1;private System.Windows.Forms.Label label2;private System.Windows.Forms.Button button2;private System.Windows.Forms.RadioButton radioButton8;private System.Windows.Forms.SaveFileDialog saveFileDialog1;}}..FILE:이미지축소/이미지축소/Program.csusing System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;namespace 이미지축소{static class Program{/// /// 해당 응용 프로그램의 주 진입점입니다./// [STAThread]static void Main(){Application.EnableVisualStyles();Application.SetCompatibleTextRenderingDefault(false);Application.Run(new Form1());}}}..FILE:이미지축소/이미지축소/Properties/Resources.Designer.cs//------------------------------------------------------------------------------// // 이 코드는 도구를 사용하여 생성되었습니다.// 런타임 버전:4.0.30319.239//// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면// 이러한 변경 내용이 손실됩니다.// //-----------------------------------------------------------------------44}.Release|x86.ActiveCfg = Release|x86{41B6DF63-7716-4C2B-8580-96F61BA1C544}.Release|x86.Build.0 = Release|x86EndGlobalSectionGlobalSection(SolutionProperties) = preSolutionHideSolutionNode = FALSEEndGlobalSectionEndGlobal..FILE:이미지축소/이미지축소/obj/x86/Debug/이미지축소.csproj.FileListAbsolute.txtc:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소binDebug이미지축소.exec:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소binDebug이미지축소.pdbc:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소objx86DebugResolveAssemblyReference.cachec:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소objx86Debug이미지축소.Form1.resourcesc:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소objx86Debug이미지축소.Properties.Resources.resourcesc:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소objx86DebugGenerateResource.read.1.tlogc:usersadministratordocumentsvisual studio 2010Projects이미지X
    프로그램소스| 2013.05.26| 2,000원| 조회(159)
    미리보기
  • C# - 간단한 웹서버 프로그램 (베리즈 웹서버와 비슷한 프로그램)
    프로그램에서 마우스 오른쪽 클릭으로 포트설정이나 로그보기등을 할 수 있고, 메인 아이콘을 클릭하여 서버를 오픈할 수 있음. 기본 80번 포트로 되어 있으므로 서버를 연후 접속할 사람이 익스플로러에서 자신의 아이피를 입력하면 접속이 가능.
    프로그램소스| 2013.05.26| 2,000원| 조회(376)
    미리보기
  • API 똥피하기 게임
    프로그램소스| 2013.05.26| 2,000원| 조회(1,317)
    미리보기
  • C++ 타자연습 게임
    프로그램소스| 2013.05.26| 2,000원| 조회(934)
    미리보기
전체보기
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 04월 20일 월요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
9:19 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감