|
을 파일에 써 넣기
[1] "Turbo C","Basic--","Fortran","Cobol--","PL-1---"의 5개 문자열을 re4.txt에 써 넣기
#include <stdio.h>
FILE *in;
main(){
static char a[][8]={"Turbo C","Basic--","Fortran","Cobol--","PL-1---"};
int i; //-는 공란을 의미한다.
in=fopen("re4.txt","w");
for(i=0;i<=4;i+
|
- 페이지 12페이지
- 가격 2,300원
- 등록일 2004.06.09
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Turboshaft
google, “turboprop ” , 2019. 06. 03
https://upload.wikimedia.org/wikipedia/commons/4/4e/Turboprop_operation.png
google, “turbo jet ” , 2019. 06. 03
http://www.rockexplorer.com/images/etc/TurboFanEngine.JPG
google, “turbo fan ” , 2019. 06. 03
https://ko.wikipedia.org/wiki/%ED%84%B0%EB%B3%B
|
- 페이지 7페이지
- 가격 1,000원
- 등록일 2019.06.17
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
typedef struct Code{
char opcode[6];
char machine[3];
short int offset;
} CodeSet;
//opcode table의 정의
CodeSet OpcodeTable[26]={
{"JLT","38",2},{"LDA","00",-1},{"SUB","1C",-1},{"AND","40",-1},
{"MUL","20",6},{"OR","44",-1},{"RSUB","4C",-1},{"DIV","24",-1},
{"STCH","54",-1},{"STL",
|
- 페이지 1페이지
- 가격 2,000원
- 등록일 2005.12.20
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C%AC
http://blog.naver.com/ksungsoo/40013767878
https://ko.wikipedia.org/wiki/%EA%B0%80%EC%8A%A4_%ED%84%B0%EB%B9%88
-7- ■ 서 론
■ 본 론
#가스터빈정의
#가스터빈엔진의 열역학적 고찰
#가스터빈엔진의 종류
(1) 터보제트엔진(turbo-jet engine)
(2) 터보팬(
|
- 페이지 7페이지
- 가격 1,000원
- 등록일 2019.10.27
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|