|
C
real-time clock routines.
------------------------------------------------------------------------*/
/*------------------------------------------------
RTCLOCK.C
Routines to start, stop, read, and write the
internal real-time clock.
------------------------------------------------*/
struct rtclock
|
- 페이지 11페이지
- 가격 2,000원
- 등록일 2004.06.24
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
점차 일상생활로 보급이 되어 일상 생활에서도 응용이 되었으며 나아가 근로자들의 재해를 예방하는데도 많은 응용이 되었다. Project 주 제 소 개
프로그래밍시 사용된 헤더파일
Programing
실 행 화 면 및 메 뉴 얼
질 문 및 답 변
|
- 페이지 16페이지
- 가격 2,000원
- 등록일 2009.12.21
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
목표 : GeekOS의 프로젝트 3번을 구현하여 workload user 프로그램을 통해 실제 스케줄링이 되는지 확인한다. 1. 과제개요
1.1) 목표
1.2) 라운드 로빈(Round Robin)
1.3) MLFQ(Multilevel Feedback Queue)
2. 설계
3. 구현
4. TEST
5. 실행
|
- 페이지 14페이지
- 가격 2,000원
- 등록일 2009.05.11
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
system(\"cls\");
break;
case \'2\':
/*자료 출력함수 호출*/
output_data(head);
system(\"pause\");
system(\"cls\");
break;
case \'3\':
/*자료 역출력 함수 호출*/
reverse_data(head); // 역순으로 변환
output_data(last); // tail이 첫 노드를 가리킴
reverse_data(last); // 처음형태로 되돌
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2007.10.31
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
else if (month==2 && year%400==0)
sumDay = 29;
else
sumDay = 28;
cout << year << \"년 \" << month << \"월의 달력입니다.\" << endl;
cout << \"Mon Tue Wed Thu Fri Sat Sun\" << endl << endl;
for (int i = 1; i < detectDay(year, month, 1); i++)
cout <
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2006.01.04
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
void main()
{
int row = 0, col = 0;
int arr[100][100];
int num, val = 1, cnt = 1,temp;
int center;
scanf("%d",&num);
temp = num;
if(num % 2 == 1)
{
center = num / 2;
arr[center][center] = num*num;
}
for(;cnt <= num /2 +2;cnt++ )
{
if(cn
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2008.01.18
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
void main()
{
int waist, w_up, w_down;
int num,line,sp,st;
int j,k = 2;
int temp;
while(1){
system("cls");
printf("홀수 값을 입력(단, N > 1) : ");
scanf("%d",&num);
if(num % 2 == 0) printf("짝수
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2008.01.18
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Program exit ==\n";
cout<<"===========================================================================\n\n";
int num;
cout<<"실행할 번호를 입력하세요 : ";
cin>>num;
switch(num)
{
case 1://데이타 입력 함수 호출
stu->input(stu);
break;
|
- 페이지 10페이지
- 가격 2,900원
- 등록일 2007.03.13
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
int Fibonacci(int n); // 피보나치 수열을 이용해 root 찾는 함수 선언.
int Search(int array[],int n, int nValue); // 피보나치 수열을 이용해 찾고자 하는 값을 검색하는 함수 선언.
int Notfound(int array[],int n,int nValue); // 찾는 값이 없을 때의
|
- 페이지 7페이지
- 가격 1,000원
- 등록일 2007.05.29
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using System;
using System.Collections.Generic;
using System.Text;
namespace Lotto
{
class Lotto
{
static void Main(string[] args)
{
int[] num = new int[6];
num = RandomNumber.RandomNum();
string str;
bool iteratio
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2007.06.25
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|