|
C언어에서 별 찍기는 프로그래밍 기초를 학습하는 데 중요한 연습이다. 특히, 가로 방향으로 숫자가 증가하며 출력되는 패턴을 별로 변환하는 방식은 반복문과 조건문을 활용하여 프로그램 로직을 구성하는 데 많은 도움이 된다. 이를 통해
|
- 페이지 5페이지
- 가격 3,000원
- 등록일 2025.06.07
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
ur) == L) {
while(priority(peer().what,cur) == L)
post[p_posi++] = pop();
if(priority(peer().what,cur) == E)
post[p_posi++] = pop();
added(in[i_posi]);
}
else return -1;
}
post[p_posi].what = END;
post[p_posi].value= 0;
return 0;
}
//priority
int priority(int left,int right)
{
int table[8][8] = {
{N
|
- 페이지 12페이지
- 가격 2,300원
- 등록일 2002.09.22
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
, *n5, *n6;
n1 = (tnode_str*)malloc(sizeof(tnode_str));
n2 = (tnode_str*)malloc(sizeof(tnode_str));
n3 = (tnode_str*)malloc(sizeof(tnode_str));
n4 = (tnode_str*)malloc(sizeof(tnode_str));
n5 = (tnode_str*)malloc(sizeof(tnode_str));
n6 = (tnode_str*)malloc(sizeof(tnode_str));
n1->data = 10;
n1->
|
- 페이지 16페이지
- 가격 2,000원
- 등록일 2004.11.28
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C8 )
MOV DS, AX ( 8E D8 )
ADD AX, 203CH ( 05 3C 20 ) 4.1 프로그래밍 언어 계층과 각각의 장단점에 대하여 설명하라.
4.2 프로그램이 만들어지고, 저장되고, 컴파일 되어 실행될때까지의 과정을 주 기억장치, 보조기억장치, 컴파일러, 어셈블러 등의
|
- 페이지 6페이지
- 가격 7,000원
- 등록일 2008.04.15
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
void MainMenu_BCInterface(BCInterface *pSelf)
{
int Start_Button = 0;
int repeat = 0;
char YesNo = '\0';
while(!repeat)
{
system("cls");
printf(" ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ \n");
printf(" ┃ ******
|
- 페이지 14페이지
- 가격 2,900원
- 등록일 2005.09.02
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
.NET에 대하여 간략하게 학습한다.
.NET Framework에 대하여 학습한다.
.NET 환경을 살펴본다.
간단한 C# 구조에 대하여 함께 살펴본다.
“객체 지향 프로그램 가운데 하나”
“객체”란?
게시판을 예로 들면
글쓰기, 읽기, 편집, 검색 등의 독
|
- 페이지 22페이지
- 가격 3,000원
- 등록일 2010.03.24
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#define TRUE 1
#define FALSE 0
#define AXIS_X 0
#define AXIS_Y 1
#define AXIS_Z 2
typedef struct POINT {
float x;
float y;
float z;
} POINT;
// tree node
typedef struct NODE {
struc
|
- 페이지 5페이지
- 가격 3,000원
- 등록일 2009.09.08
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
int main(){
int shape;
Magic mag;
while(1){
if(!(mag.MagicSize())) break;
cout<<"input shape (1~8) : ";
cin>>shape;
mag.MagicDraw(shape);
}
return 0;
}
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2006.06.19
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
.....
typedef struct listNode{
data data;
listNode* headerLink;
listNode* colLink; // downward
listNode* rowLink; // rightward
} listNode;
typedef struct mainHeader{
....
} mainHeader;
void insertHeader(mainHeader* mHeader, int a_header){
// for inserting header
voi
|
- 페이지 50페이지
- 가격 3,000원
- 등록일 2010.01.05
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C언어 개요
2. 데이터 타입과 변수
3. 제어문
4. 함수
5. 배열과 포인터
6. 입출력 처리
[전통] c언어의 복습
1. C언어 개요
C언어는 1972년 벨 연구소의 데니스 리치에 의해 개발된 범용 프로그래밍 언어로, 컴퓨터 과학 역사상
|
- 페이지 6페이지
- 가격 3,000원
- 등록일 2025.06.18
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|