|
#include<stdio.h>
#include<stdlib.h>
int **operator_dalpengi(int n);
void display(int **matrix, int n);
int main()
{
int n;
printf("Input matrix size N(n*n):");
scanf("%d",&n);
display(operator_dalpengi(n), n);
return 0;
} 없음
|
- 페이지 2페이지
- 가격 500원
- 등록일 2005.09.13
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
include<stdio.h>
int munja[128][128];
void main()
{
int N = 0;
register int i = 0,j = 0;
<보안상 여기 까지.. 나머지는 구입후.. > 1. 소스 코드
2. 주의 사항
|
- 페이지 3페이지
- 가격 800원
- 등록일 2007.09.21
- 파일종류 아크로벳(pdf)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
c;
int LOOP=START;
int OtherPlayer;
if(Player == PLAYER1) {
OtherPlayer = PLAYER2;
} else {
OtherPlayer = PLAYER1;
}
while(LOOP!=END){
c = getch();
switch(c)
{
case RIGHT:
x=x+1;
if(x >= MAPSIZE) x=x-1;
gotoxy(x,y);
break;
case LEFT:
x=x-1;
if(x < 0 ) x=x+1;
gotoxy(x,y);
break;
|
- 페이지 14페이지
- 가격 2,000원
- 등록일 2006.12.13
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
-
void in_it_card()
{
head=(card*)malloc(sizeof(card));
tail=(card*)malloc(sizeof(card));
head->next=tail;
tail->next=tail;
}
//-------------------------------------------------------------------------------
//구조체를 생성하고 삽입합니다.--------------------------------------------------
card
|
- 페이지 10페이지
- 가격 1,000원
- 등록일 2006.12.13
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
프로그램 작성
o 개요
o 프로그램 요구사항
o 주요변수의 사용방법
o 프로젝트 수행 절차 :
SMTP를 이용한 mail sending 프로그램 작성 도우미
o Example A에서 사용된 표기법
1. 소켓 생성
2. 220 rglapache SMTP NAVIEG 2.1 bld 63; Thu, 17 Oct 2002 09:18:30 -0700
|
- 페이지 10페이지
- 가격 2,000원
- 등록일 2011.11.27
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|