|
// SelectionTree.h
#define TREE_SIZE 8// 트리및런사이즈
#define MAX_KEY 10000// 런에들어갈수있는키의최대값
typedef struct _treeNode// Selection Tree의노드
{
int key;// node의key
int idx;// node의키값이위치하는run의번호
} treeNode;
typedef struct _SelectionTree// Selection Tre
|
- 페이지 23페이지
- 가격 3,000원
- 등록일 2010.05.24
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
// Queue.h
#include <stdio.h>
#include <stdlib.h>// malloc, free의사용
#define TRUE 1
#define FALSE 0
typedef int boolean;
typedef char element;// element 타입의정의
typedef struct _listNode *listPointer;// 노드에대하여포인터로타입정의
typedef struct _listNode { // 리스트
|
- 페이지 5페이지
- 가격 1,500원
- 등록일 2010.05.28
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#define MAX_TERMS 2500
#define MAX_SIZE 50
//sparse matrix의element구조체선언
typedef struct {
int r;
int c;
int val;
}term;
//sparse matrix 구조체선언
typedef struct {
int numRow;
int numCol;
int numEle;
termlistEle[MAX_TERMS];
}SPARSE_MATRIX; 1주 - Real Number Representation
2
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2010.05.28
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
void main()
{
int dataQuick[MAX_SIZE];// quick sort에서사용할데이터
int dataInsertion[MAX_SIZE];// insertion sort에서사용할데이터
int size;// 데이터크기
double duration;// 각알고리즘이실행된시간측정값을저장
printf("Input DataSize >> ");// 입력받기
scanf("%d", &siz
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2010.05.28
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <windows.h>
unsigned long int ackermann(int,int);
void main()
{
int m,n;
unsigned long int result;
LARGE_INTEGER freq, startTime, endTime;
printf("[Ackermann] input a integer number >> ");
scanf("%d %d",&m,&n);
if( QueryPerforma
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2010.05.28
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#define INPUT_SIZE 10
#define FLOAT_SIZE 32
typedef union {
float floatType;
unsigned long bit32Type;
}UFLOAT;
float strTofloat(char* str);
void printBit_Float(float userRealNum);
int main()
{
char inputStr[11] = {0};
float outputNum = 0.0;
// 입력받기
printf("
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2010.05.28
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#define NAME_SIZE 10
typedef struct tree_node *tree_pointer;
typedef struct tree_node {
int Key; // 학번
char Name[NAME_SIZE]; // 이름
tree_pointer left;
tree_pointer right;
}tree_node;
void insertToBT(tree_po
|
- 페이지 50페이지
- 가격 5,000원
- 등록일 2010.05.26
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
structures in publicly traded corporations",
Eisenberg, T, and Sundgren, S, and Wells M T,"Larger board size and decreasing firm value in small firms", Journal of Financial Economics, 48, 1998, pp. 35-54.
Ernst Maug, "Optimal ownership structure and the life cycle of the firm", Journal of Finance, 1
|
- 페이지 17페이지
- 가격 2,800원
- 등록일 2007.02.20
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
antage is achieved through management of the set of exchange or relations with which the firm is involved
(4) Organizational structures and information-processing styles are changing to adapt to the new strategies and reflect the concurrent breakdown in boundaries between the firm and the outside wo
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2009.05.26
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
analytical solutions and design method for reinforced concrete structures (1877)
- Since then, world-wide use of reinforced concretes. 1.Reinforced Concrete의 정의
2.Reinforced Concrete의 역사
3.Reinforced Concrete의 특징 및 장·단점
4.Reinforced Concrete의 종류 및 적용 사례
|
- 페이지 26페이지
- 가격 3,000원
- 등록일 2011.11.08
- 파일종류 피피티(ppt)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|