|
c
http://www.timpeter.com/blog
http://www.bloter.net/archives/59858
2. Book
[33 Million People in a Room] Juliette Powell, 2011
[소셜 네트워크 혁명] 정병태, 2011
[마케팅 인사이트 : 마케팅 전문가들이 말하는 마케팅 트랜드] 한국 마케팅 과학회, 2007
[소셜 웹 마케팅 : 웹 4.
|
- 페이지 18페이지
- 가격 3,800원
- 등록일 2014.07.04
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C., Troup, J. P., and Wolfe, R. R. (1997). energy expenditure of swimmers during high volume training, Med. Sci. Sports Exerc., 29: 950-954.
Van Etten, L. L. A., Westerterp, K. R., Verstappen, F. J., Boon, B. J. B., and Saris, W. H. M. (1997). Effect of an 18-wk weight-training program on energy exp
|
- 페이지 18페이지
- 가격 2,800원
- 등록일 2008.08.07
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
using namespace std;
template<typename T>
class List{
private:
T data[MAXSIZE];
int count;
public:
List()
{
count = 0;
}
void Add(T d)
{
data[count] = d;
count++;
}
T Select(int c)
{
return data[c];
}
int getCount()
{
return count;
}
};
int main(void)
{
int count;
List<int> l;
srand(time
|
- 페이지 10페이지
- 가격 2,300원
- 등록일 2014.11.04
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using SQL server 7.0
Internet Information Server
Visual Studio
· Oracle Education Official Course Track DBA 양성과정 교재 (전체 10권)
SQL and PL/SQL
Administration
Backup and Recovery
Performance Tuning
Advanced SQL and SQL Plus
(3) 기타 서적
· Data Structures using C and C++, Langsam et al.,
· Com
|
- 페이지 8페이지
- 가격 1,300원
- 등록일 2002.11.20
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
C., Han, S. and Park, J. (2015). Study on designing strategies about on and offline for flipped learning in higher education. Journal of educational Technology, 31, 1-38.
Jensen, J. L., Kummer, T. A. and Godoy, P. D. (2015). Improvements from a flipped classroom may simply be the fruits of active le
|
- 페이지 12페이지
- 가격 1,500원
- 등록일 2019.03.10
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C. (in press). Can learning disabilities be determined from working memory? Journal of Learning Disabilities.
Torgesen, J. K. (1986). Using computers to help learning disabled children practive reading: A research-based perspective. Learning Disabilities Focus, 1(2), 72∼81.
Torgesen, J. K. & Young,
|
- 페이지 13페이지
- 가격 2,300원
- 등록일 2002.09.16
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C4510B 데이터시트 1. Title
ARM Assembly Interrupt & Timer
2. Name
3. Abstract
Assembly로 ARM의 Interrupt와 Timer를 제어한다. 조건은 아래와 같다.
*Counting up from `0` per 1 second, using Timer0 interrupt.
*Display 7 Segment and LED at the same time.
*When the number become `F`, reset
|
- 페이지 20페이지
- 가격 2,000원
- 등록일 2011.12.30
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
c_str());
sResult_Broca = temp;
sprintf_s(temp, "BMI공식 : 체질량지수 %.1f로 %s입니다.\n\n", fBMI, sBMI.c_str());
sResult_BMI = temp;
cout << sResult;
cout << sResult_Broca;
cout << sResult_BMI;
system("PAUSE");
return 0;
} img.JPG
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2011.07.24
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include
using namespace std;
void hanoi (int n, int a, int b, int c);
//n은 원판수, a는 첫번째 기둥, b는 두번째 기둥, c는 세번째 기둥.
int main() //main함수부분.
{
int n;
cout << `====하노이탑문제====
`;
cout << `원판의 수를 입력하세요: `;
cin >&
|
- 페이지 1페이지
- 가격 700원
- 등록일 2003.12.17
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
열고 닫기 : open(), close() 함수
- 파일 읽고 쓰기 : read(), write() 함수
- 에러처리 : perror() 함수
5. Experimental Results
6. Analysis
-Main.c
-ledioport.c
-dipsw.c
7. Conclusion
8. References
프레젠테이션1.pptx 1p
10주차 실험 코드.txt
|
- 페이지 20페이지
- 가격 2,000원
- 등록일 2012.02.01
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|