|
for(k=0;k<3;k++)
{
printf("%2d * %2d = %2d ",i+k,j,(i+k)*j);
}
printf("\n");
}
printf("\n");
}
} 없음
|
- 페이지 1페이지
- 가격 700원
- 등록일 2004.08.28
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
c\n", kor[i], eng[i], math[i], sum[i], avg[i], grade[i]);
}
} - 4과목 입력후 점수합산 평균 및 학점정산
-두수입력해서 합이 짝수인가 홀수인가 구분
-초기값, 종료값 입력뒤 초기값부터 종료값까지 모든 수 합구하기
-구구단 만들기
-계산기 만들기
|
- 페이지 8페이지
- 가격 1,000원
- 등록일 2010.11.09
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
/*----------------------------------------------------------------
C Program Homework 2.
이 프로그램은 3의 배수만을 표시하고
5의 배수가 나오면 The End로 끝나는 프로그램입니다. */
#include<stdio.h>
void main()
{
// 변수를 설정해줍니다.
int
|
- 페이지 1페이지
- 가격 700원
- 등록일 2011.10.08
- 파일종류 텍스트(txt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
/*---------------------------------------------------------------------------------
C Program Homework 3.
이 프로그램은 소수를 구하는 프로그램입니다. */
#include <stdio.h>
void main()
{
// 변수를 설정해줍니다.
int cirle, crystal
|
- 페이지 1페이지
- 가격 700원
- 등록일 2011.10.08
- 파일종류 텍스트(txt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
sum = total_sum%7;
if((leapyear(year))==366)
monthday = month1[in_month];
else
monthday = month[in_month];
system("cls");
printf("%d 년 %d월 \n\n",year,in_month);
printf("일 월 화 수 목 금 토 \n");
for(i=0 ; i<6 ; i++)
{
for(j=0 ; j<7 ; j++)
{
if(i > 0 || j>sum)
if(count != monthday+1)
{
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2004.05.13
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
void main(void)
{
int c, i, sum=0;
char data[32];
int *num;
printf("2진수를 입력하시오 :");
scanf("%s", data);
//입력한 문자의 갯수를 카운트
c = 0;
while(1){
if(data[c] != '\0') c++;
else break;
}
printf("입력한 2진수의 갯수 = %d\n", c);
//입력된 2진
|
- 페이지 1페이지
- 가격 800원
- 등록일 2006.09.19
- 파일종류 텍스트(txt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
소스(카피)
#include<stdio.h>
#include<string.h>
#define ANS "허수"
void main()
{
char a[40]="apples";
char b[40]="copy";
strcpy(b,a);
printf("%s\n%s\n", a, b);
}
[11]과제물 - Visual C로 로또소스 만들기
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
void main()
{
|
- 페이지 17페이지
- 가격 2,000원
- 등록일 2007.03.24
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
void del()
{
stack* temp;
if(top==NULL){
printf("스택이 비었습니다.");
exit(1);
}
else{
temp=top;
top=top->link;
free(temp);
}
}
//출력함수
int print()
{
stack *t=top;
printf("\n\n최근 통화 목록 \n");
if(t==NULL){
printf("\n스택이 비어있습니다.\n");
}
else{
while(t){
printf(" {이름 : %
|
- 페이지 6페이지
- 가격 1,800원
- 등록일 2013.07.11
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
프로그램의 흐름
3.풀이
4.결과화면
5.느낀점
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
[blackjack]
[blackjack]
[Debug]
blackJ.c
|
- 페이지 30페이지
- 가격 3,000원
- 등록일 2012.10.25
- 파일종류 압축파일
- 참고문헌 없음
- 최근 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주 판매 이력 없음
|