|
#include<iostream>
#include<iomanip>
#include<fstream>
using namespace std ;
const int cMAX_ELMNTS = 100 ;
const int cANLYS_RANGE = 20 ;
int getData (int numbers[], int size, int range, int& count);
void printData (const int numbers[], int size, int lineSize);
void makeFreq
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2006.03.05
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
C, D, E)에 따른 돼지의 체중증가량에 유의미한 차이가 있는지를 확인하기 위하여 통계 프로그램인 estat의 첫 항에 사료의 종류를, 두 번째 항에 돼지의 질량을 각각 입력하였다. 이후 5% 유의수준, 95% 신뢰수준에서 분산분석을 진행하였으며 그
|
- 페이지 7페이지
- 가격 3,700원
- 등록일 2019.12.19
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using namespace std;
void main(){ // 함수생성
int number = 1986 ;
cout << \"1986에 대한 8진수 변환 값 : \"<<oct<<number<<endl; // 8진수 변환
cout << \"1986에 대한 10진수 변환 값 : \"<<dec<<number<<endl; // 10진수 변환
cout << \"1986에
|
- 페이지 8페이지
- 가격 1,500원
- 등록일 2012.02.24
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using std::cout;
using std::cin;
using std::endl;
#include \"building.h\"
Building::Building() //constructor
: floor1(Floor::FLOOR1, elevator),
floor2(Floor::FLOOR2, elevator),
elevator(floor1, floor2),
scheduler(floor1, floor2)
{ cout<<
|
- 페이지 30페이지
- 가격 4,000원
- 등록일 2013.09.21
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
(b)
안정하다.
2.19 (c)
>> b=[1 2 0 1];
>> a=[1 -0.5 0.25];
>> n=0:200;
>> x=5*ones(size(n))+3*cos(0.2*pi*n)+4*sin(0.5*pi*n);
>> y=filter(b,a,x);
>> Hs=stem(n,y);
>> axis([-10,210,0,50]);
>> xlabel(\'n\'); ylabel(\'y(n)\');
>> title(\'Output Respo
|
- 페이지 8페이지
- 가격 1,000원
- 등록일 2009.10.01
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
lude <iostream>
#include <iomanip>
using namespace std;
void main()
{
double A1,A2,A3,x1,x2,x3,y1,y2,y3,x4,y4;
cout<< \"단면의 면적 A1, A2, A3 를 입력하세요:\\n\";
cin>> A1 >> A2 >> A3;
cout<< \"단면2차모멘트 I1, I2, I3 를 입력하세요:\\n\";
cin>> I
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2009.12.18
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using namespace std;
#define BUFSIZE 1024
#define LABELSIZE 128
#define RECORD_SIZE 10
#define NOT_INITIALIZED -1
// 소스라인 정보를 담는 구조체
typedef struct _pass1_Info {
string label;
string opcode;
string operand;
} LINEINFO, *PLINEINFO;
// symbol 저장 구조체
typedef stru
|
- 페이지 14페이지
- 가격 2,000원
- 등록일 2008.05.16
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
- Recursion
5주 - Sorting Performance analysis
6주 - Exercising Array
7주 - Evaluation of Expression
8주 - Circular Queue & Maze
9주 - Stack & Queue using Linked list
10주 - Equivalenece Class
11주 - Binary Search Tree
12주 - Priority Queue
13주 - Selection Tree
14주 - Union-Find Algorithm
|
- 페이지 50페이지
- 가격 3,000원
- 등록일 2010.05.26
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
using scientific methodologies to describe phenomena and /or determine relationships among them. Prospective analysis often creates wide gaps between preferred solutions and actual efforts to implement them. Allison estimates that no more than 10 percent of the work actually required to achieve a de
|
- 페이지 9페이지
- 가격 4,500원
- 등록일 2008.04.06
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Using Preexisting Cognition Schemata
③ 인지도식은 개인이 부정적인 결과를 야기시키거나 방지할 수 있는 “중추적인 힘”을 가지고 있다는 믿음을 만든다.
Schemamta May Include the Belief That One Has the \"Pivotal Power\" to Bring About or Prevent Negative Consequences.
-인
|
- 페이지 14페이지
- 가격 11,000원
- 등록일 2016.03.26
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|