[ create a new paste ] login | about

박정욱

Name: 경기대학교 200911636 박정욱
Email:
Site/Blog:
Location: 010-2626-9262
Default language:
Favorite languages:
About: 참고 : codepad 홈페이지는 입력문을 인식하지 못함.

Saved pastes by 박정욱:

C++, pasted on Jun 15:
1
2
3
//2번
/*
#include<iostream>
...
view (27 lines, 2 lines of output)
C++, pasted on Jun 8:
1
2
3
4
5
//프로젝트 6.18일까지  성적입력 클래스 상속	학과사무실 건너편(8513) 원격강좌 올리고, 제출	디버그 다 지우고 소스만 ,워드 설명,압축
//유비쿼터스
//1버그수정
//2예제22-2 
//3예제 22-3	1    메뉴  텍스트파일생성 2 html 생성
...
view (8 lines, 2 lines of output, 1 comment)
C++, pasted on Jun 8:
1
2
3
4
5
//포인트 헤더
#ifndef POINT_H
#define POINT_H

//Point 클래스를 정의한다.
...
view (51 lines, 2 lines of output)
C++, pasted on Jun 4:
1
2
3
4
5
#include<iostream>
#include<string>
using namespace std;

enum RIGHT_OR_WORNG {RIGHT=-99,WRONG};
...
view (43 lines, 2 lines of output)
C, pasted on May 31:
1
2
3
4
5
#include<stdio.h.>

int a[4][4],pa[4][4];
int x[4];
int b[4],A[4][4],B[4];
...
view (106 lines, 3 lines of output)
C++, pasted on May 25:
1
2
3
4
5
//객체지향 프로그래밍          2012.05.25  메뉴 성적
//200911636		박정욱
#include<iostream>
#include<iomanip>
#include<string>
...
view (153 lines, 2 lines of output)
C++, pasted on May 19:
1
2
3
4
5
//객체지향 금 123	200911636 박정욱
//2012.5.18		1번 : Exercise 16-1	상위권 점수만 출력
#include<iostream>

using namespace std;
...
view (77 lines, 2 lines of output)
C++, pasted on May 19:
1
2
3
4
5
//객체지향 금 123	200911636 박정욱
//2012.5.18		2번 : Exercise 16-2	문자열 이동하기
#include<iostream>

using namespace std;
...
view (40 lines, 2 lines of output)
C++, pasted on May 19:
1
2
3
4
5
//객체지향 금 123	200911636 박정욱
//2012.5.18		3번 Exercise 17-3	욕 판별 함수 개선하기
#include<iostream>
#include<string>
using namespace std;
...
view (36 lines, 2 lines of output)
C++, pasted on May 19:
1
2
3
4
5
//객체지향 금 123	200911636 박정욱
//2012.5.18		4번 :	예제 17-9  gif jpg png 인지 판별.
#include<iostream>
#include<string>
using namespace std;
...
view (42 lines, 2 lines of output)
C++, pasted on May 19:
1
2
3
4
5
//객체지향 금 123	200911636 박정욱
//2012.5.18		5번 : 17-4 경로의 디렉토리만 출력
#include<iostream>
#include<string>
using namespace std;
...
view (77 lines, 2 lines of output)
C++, pasted on May 12:
1
2
3
4
//객체 2번 구구단 
//200911636 박정욱
#include<iostream>
using namespace std;
...
view (36 lines, 2 lines of output)
C++, pasted on May 12:
1
2
3
4
5
//객체 1번  2012.05.11
//200911636 박정욱
#include<iostream>
#include<iomanip>
using namespace std;
...
view (62 lines, 2 lines of output)
C++, pasted on May 12:
1
2
3
4
5
//객체지향 금123 2012.05.11
//4번		200911636박정욱
#include<iostream>
#include<iomanip>
using namespace std;
...
view (176 lines, 2 lines of output)
C++, pasted on May 11:
1
2
3
4
5
//객체 2번 구구단 
#include<iostream>
using namespace std;

#define gu 9
...
view (34 lines, 2 lines of output)
C++, pasted on May 11:
1
2
3
4
5
//객체 1번  2012.05.11
//200911636 박정욱
#include<iostream>
#include<iomanip>
using namespace std;
...
view (66 lines, 2 lines of output, 1 comment)
C++, pasted on May 10:
1
2
3
4
5
//객체지향 금123 200911636
//ex1) 12-2 합산점수 역순 출력
#include<iostream>

using namespace std;
...
view (104 lines, 2 lines of output)
C, pasted on May 7:
1
2
3
4
#include<stdio.h>
#include<stdlib.h>

#define MAX_STACK_SIZE 10
...
view (92 lines, 3 lines of output)
C++, pasted on May 6:
1
2
3
4
5
//객체지향 금123 2012.05.04 
//2번		200911636박정욱
#include<iostream>
#include<iomanip>
using namespace std;
...
view (143 lines, 4 lines of output)
C, pasted on Apr 22:
1
2
3
4
5
//수치계산 목678 박정욱
//gcd,lcm,st 구하기
#include<stdio.h>

int get_gcd(int A,int B);	//유클리드 알고리즘을 이용해 gcd을 리턴해주는 함수.
...
view (75 lines, 8 lines of output)
C++, pasted on Apr 20:
1
2
3
4
5
//객체지향 금123 2012.04.20
//5번		200911636박정욱
#include<iostream>
#include<iomanip>
using namespace std;
...
view (33 lines, 2 lines of output)
C++, pasted on Apr 20:
1
2
3
4
5
//객체지향 금123 2012.04.20
//4번		200911636박정욱
#include<iostream>
#include<iomanip>
using namespace std;
...
view (33 lines, 2 lines of output)
C++, pasted on Apr 20:
1
2
3
4
5
//객체지향 금123 2012.04.20
//3번		200911636박정욱
#include<iostream>
#include<iomanip>
using namespace std;
...
view (59 lines, 6 lines of output)
C++, pasted on Apr 20:
1
2
3
4
5
//객체지향 금123 2012.04.20
//1번		200911636박정욱
#include<iostream>
#include<iomanip>
using namespace std;
...
view (32 lines, 2 lines of output)
C++, pasted on Apr 20:
1
2
3
4
5
//객체지향 금123 2012.04.20
//2번		200911636박정욱
#include<iostream>
#include<iomanip>
using namespace std;
...
view (65 lines, 2 lines of output)
C++, pasted on Apr 20:
1
2
3
4
5
//객체지향 금123 2012.04.20
//3번		200911636박정욱
#include<iostream>
#include<iomanip>
using namespace std;
...
view (56 lines, 2 lines of output)
C++, pasted on Apr 20:
1
2
3
4
5
//객체지향 금123 2012.04.20
//2번		200911636박정욱
#include<iostream>
#include<iomanip>
using namespace std;
...
view (44 lines, 2 lines of output)
C, pasted on Apr 16:
1
2
3
4
5
#include<stdio.h>
#include<stdlib.h>

// element 타입의 정의
//  element 타입은 필요에 따라 다른 타입으로 대체 할수 있음.
...
view (412 lines, 2 lines of output)
C++, pasted on Apr 13:
1
2
3
4
//객체지향 금 123
//2012 04.13	3번
#include<iostream>
using namespace std;
...
view (34 lines, 2 lines of output)
C++, pasted on Apr 13:
1
2
3
4
5
//객체지향 2012/04/13 1번

#include<iostream>

using namespace std;
...
view (28 lines, 2 lines of output)
C++, pasted on Apr 13:
1
2
3
4
5
//객체지향 2012/04/13 2번

#include<iostream>

using namespace std;
...
view (41 lines, 2 lines of output)
C, pasted on Apr 12:
1
2
3
4
5
//수치계산 목678 박정욱
//gcd 구하기
#include<stdio.h>

int main()
...
view (25 lines, 7 lines of output)
C, pasted on Apr 11:
1
2
3
4
5
//수치계산 목 678
//2진수곱셈
#include<stdio.h>

int main()
...
view (37 lines, 1 line of output)
C, pasted on Apr 9:
1
2
3
4
5
//시스템 소프트웨어 수678
//0~10진수 덧셈
#include<stdio.h>
#include<stdlib.h>
/////////////////////////////////////거듭제곱함수/////////////////////////////////////////
...
view (67 lines, 4 lines of output)
C++, pasted on Apr 5:
1
2
3
4
//객체지향 프로그래밍          5번
#include<iostream>
#include<iomanip>
using namespace std;
...
view (94 lines, 6 lines of output)
C++, pasted on Mar 31:
1
2
3
4
//객체지향 프로그래밍 금 123
//2012-03-30	4번	200911636 박정욱
#include<iostream>
using namespace std;
...
view (32 lines, 12 lines of output)
C++, pasted on Mar 31:
1
2
3
4
//객체지향 프로그래밍 금123 
//2012-03-30 3번 200911636 박정욱
#include<iostream>
using namespace std;
...
view (43 lines, 3842 lines of output)
C++, pasted on Mar 31:
1
2
3
4
//객체지향 프로그래밍 금 123
//2012-03-30	2번	200911636 박정욱
#include<iostream>
using namespace std;
...
view (23 lines, 5 lines of output)
C++, pasted on Mar 31:
1
2
3
4
//객체지향 프로그래민 금 123
//2012-03-30 1번		200911636 박정욱
#include<iostream>
using namespace std;
...
view (38 lines, 1846 lines of output)