• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 12,731건

//strcmp를 이용하자구~ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <conio.h> clrscr(); //int main(int argc, char *argv[]) int main() { char fname[] = "text1.txt"; // strcpy(fname, argv[1]); char ffname[] = "text2.txt"; char comp1[8
  • 페이지 3페이지
  • 가격 700원
  • 등록일 2007.10.31
  • 파일종류 기타
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
#include<stdio.h> #include<stdlib.h> void printhead(); int main() { int i=0, count=0; char fname[] = "grade.txt"; char ffname[] = "result.txt"; char names[80]; FILE *f, *ff; int point1, point2, point3[10], cnt=0; if((f = fopen(fname, "w")) == NULL) { printf("파일이
  • 페이지 2페이지
  • 가격 1,000원
  • 등록일 2007.10.31
  • 파일종류 기타
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
종료 //-----빈칸----- rc = recv(s, buf, 1, 0);// 버서가 보낸 데이터를 buf에 저장 if ( rc <= 0 )// 수신 실패시 perror("recv call failed");// 해당 메시지 출력 else// 수신 성공시 printf("%c\n", buf[0]);// 수신 데이터 출력 exit(0);// 종료 }// 메인함수 끝 
  • 페이지 4페이지
  • 가격 1,000원
  • 등록일 2011.01.10
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
#include <stdio.h> #include <conio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #define t 100; clrscr(); int main(int argc, char *argv[]) { char fname[] = ""; strcpy(fname, argv[1]); char names[100]; FILE *f; int i, cnt = 0; int word
  • 페이지 2페이지
  • 가격 1,000원
  • 등록일 2007.10.31
  • 파일종류 기타
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
= %d/%d\n",a,b,c,d,num1,num2); printf("%d/%d * %d/%d = %d/%d\n",a,b,c,d,num3,num4); return 0; } 
  • 페이지 1페이지
  • 가격 800원
  • 등록일 2006.12.11
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
: '='); printf("(ASCII(%c) = %3d)\n", s2[i],s2[i]); }while(s1[i] == s2[i] && s1[i] && s2[i++]); } 
  • 페이지 1페이지
  • 가격 800원
  • 등록일 2006.12.12
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
c; //넥스트 카드 char num; //숫자 char shape; //무늬 char order; //순서 }; struct player{ struct card *next_c; //넥스트 카드 struct player *next_p; //넥스트 플레이어 int money; //플레이어 머니 int bet_money; //베팅한 머니 int score; //플레이어
  • 페이지 1페이지
  • 가격 3,000원
  • 등록일 2009.09.04
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
출력 :"); for(i=count; count>=0; count--) { printf("%c",str[count]); } printf("\n"); return 0; } 
  • 페이지 1페이지
  • 가격 600원
  • 등록일 2006.12.10
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
않게 실행될 수 있도록 하기 위해 다시 생각해보고 getch() 함수를 사용하여 문제점을 해결하였습니다. # Question # Analysis * Input variable * * Ouput variable * 결과 -> int result * Process # Flow Chart # Program Coding # Sample Test # Conclusion
  • 페이지 2페이지
  • 가격 600원
  • 등록일 2006.12.11
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
⑤ PSW(Program Status Word) ⑥ Program Counter(PC) ⑦ 그 외의 CPU 레지스터 메모리 구조 프로그램 메모리 데이터 메모리 8051동작을 위한 회로연결 8051의 인터페이스 발진회로 리셋회로 외부 메모리 인터페이스 C언어의 기본적인 사항들
  • 페이지 26페이지
  • 가격 3,000원
  • 등록일 2010.03.04
  • 파일종류 한글(hwp)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
top