|
int main(void)
{
int array[MAX][MAX];
int rows, cols;
int loop, max;
int i, j;
/* array 배열의 값을 0 으로 모두 초기화 시켜줍니다. */
memset( (int *)array, 0, sizeof(array) );
/* 처음 위치를 지정 */
rows = 0;
cols = MAX / 2; 없음
|
- 페이지 2페이지
- 가격 400원
- 등록일 2005.09.13
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
프로그램 -OrCAD 9.1, Keil-C Compiler , c프로그램
수행내용
3월
4월
5월
6월
7~8월
9~10월
완료율
팀결성 및 주제선정
100%
시장조사
100%
목표사양
결정
100%
기술자료
분석
100%
부분별회로설계
100%
부품구매
100%
부분별회로제작
100%
중간보고서작성
100%
자
|
- 페이지 14페이지
- 가격 9,900원
- 등록일 2010.06.13
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
brary[], int count);
void menu();
int get_input();
void search_record(BOOK library[], int count);
void print_record(BOOK library[], int count);
void sort_record(BOOK library[], int n);
int main(void)
{
int num, count = 0;
BOOK library[30] = {\'\\0\'};
while(1)
{
menu();
num = get_input();
switch(num
|
- 페이지 63페이지
- 가격 3,000원
- 등록일 2014.11.14
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
달력을 구현한 프로그램 소스입니다.
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2005.03.11
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include<stdio.h>
void print_star(int cnt); // 별을 찍는 함수 선언
void main()
{
float score[20]; // 입력 20개 배열 선언
int i;
int cnt_a=0,cnt_b=0,cnt_c=0,cnt_d=0,cnt_e=0; // 각 점수대별 학생수 변수
|
- 페이지 3페이지
- 가격 500원
- 등록일 2005.09.13
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
C:\WriteText.txt",save_text);
}
} [WindowsFormsApplication1]
[bin]
[obj]
[Properties]
App.config
Form1.cs
Form1.Designer.cs
Form1.resx
Form2.cs
Form2.Designer.cs
Form2.resx
Program.cs
WindowsFor
|
- 페이지 35페이지
- 가격 5,000원
- 등록일 2012.12.21
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#define max 50000000 //주사위 굴리는 시간 지연 시키는 값
void start(void);
void delay(void);
int zero(void);
int one(void);
int two(void);
int six(void);
int seven(void);
int eight(void)
|
- 페이지 7페이지
- 가격 2,000원
- 등록일 2007.11.26
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
#include<string.h>
#define COL 4 // 행의 크기
#define ROW 4 // 열의 크기
//------------------------- 함수의 원형 -------------------
void init(int puzle[][ROW]); // 퍼즐 초기화 함수
//void random(); // 랜덤 함
|
- 페이지 4페이지
- 가격 600원
- 등록일 2004.10.11
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include<stdio.h>
void main()
{
int a,b,c,d,e,f;
float x,y;
float temp_y,temp_c;
printf("\n ax + by = e ");
printf("\n cx + dy = f ");
while(1) 없음
|
- 페이지 1페이지
- 가격 300원
- 등록일 2005.09.13
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include<stdio.h>
void main()
{
char input[81]; // 입력을 위한 배열
int count=0; // 문자 개개를 검색하기 위한 변수
printf("\n Input a String .. ");
gets(input); // 입력 없음
|
- 페이지 1페이지
- 가격 300원
- 등록일 2005.09.13
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|