|
Trigonal Matrix by columns 계산을 해주는 프로그램입니다.
프로그램으로부터 두 matrix정보를 입력받아 이 둘을 더해주고, 빼주고, 둘의 transpose해준 후 결과값을 출력해줍니다. file i/o를 사용하여 작성하였기에 인풋은 input.txt에 넣어주어야 하며 결
|
- 페이지 3페이지
- 가격 1,500원
- 등록일 2005.11.11
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
mHeader){
// transpose matrix to multiply
void set(char* token, mainHeader* list){
//store sparse matrix by linked list
..... 1. 프로그램 디자인
1) Llinked list
...
2) 문자열 처리
....
3) insertion
...
4) 곱셈 구현
...
2. 주요 소스코드 설명
3. 분석
|
- 페이지 50페이지
- 가격 3,000원
- 등록일 2010.01.05
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include "vecmat.h"
void main()
{
int i, j; // matrix size
cout<<"Enter matrix m1 size, i by j"<<endl;
cin>>i>>j;
matrix m1(i,j);
cout<<"Enter matrix m2 size, i by j"<<endl;
cin>>i>>j;
matrix m2(i,j);
cin>>m1;
cin>>m
|
- 페이지 16페이지
- 가격 1,900원
- 등록일 2010.09.13
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
matrix/
StrategyU. (2023). Exploring Consulting Frameworks: The Experience Curve. https://strategyu.co/experience-curve/
WorldSupporter. (2020). Summary Principles of Marketing by Kotler. https://www.worldsupporter.org/en/summary/summary-principles-marketing-kotler-41634
FineBI. (2023). BCG 매트릭스
|
- 페이지 24페이지
- 가격 3,000원
- 등록일 2025.06.05
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
by Region and Country, Anshul Gupta, Carolina Milanesi
2. Gartner Market Statistics(2013.2Q), Forecast: Mobile Phones, Worldwide, Annette Zimmermann, Carolina Milanesi
3. Merrill Lynch(2013.9.30), Global Wireless Matrix 3Q, Glen. Campbell
4. DIGIECO(2013.9.13), iPhone 5S/5C 의 출시 의미와 전략적
|
- 페이지 11페이지
- 가격 4,000원
- 등록일 2013.11.04
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|