|
using System;
using System.Collections.Generic;
using System.Text;
namespace NumberGame
{
class NumberGame
{
static void Main(string[] args)
{
int chance = 0;
//,랜덤숫자 만들기
int randomNumber = Number.RandomNumber();
|
- 페이지 4페이지
- 가격 1,200원
- 등록일 2007.06.25
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using System;
using System.Collections.Generic;
using System.Text;
class node
{
public int data;
public node left; //이중 연결 리스트
public node right;
} c# 으로 구현한 더블 링크드 리스트
|
- 페이지 1페이지
- 가격 800원
- 등록일 2006.11.18
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
ream>
#include <string>
using namespace std;
class Product
{
protected:
string name;
double price;
public:
Product(string n, double p)
{
name = n;
price = p;
}
void setPrice(double p)
{
price = p;
}
virtual double getPrice()
{
return price;
}
void print()
{
cout<<\"상품명 : \"<<
|
- 페이지 26페이지
- 가격 3,000원
- 등록일 2014.11.04
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using namespace std;
const int y = 3;
const int m = 12;
int main()
{
int t = 0;
int sum[y] = {0, 0, 0};
char * mn[m] = {\"1월\", \"2월\", \"3월\", \"4월\", \"5월\", \"6월\", \"7월\", \"8월\", \"9월\", \"10월\", \"11월\", \"12월\"};
int ms[y][m];
for (int i = 0; i < y; i++)
{
cout << i + 1 &
|
- 페이지 9페이지
- 가격 1,200원
- 등록일 2006.11.11
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using 지시자 뒤에는 단지 네임스페이스명만 올수 있다.
-suing 지시자의 뒤에 클래스는 지정할 수 없다.
-프로그램의 가장 첫 부분에 선언해준다.
-지역 선언으로, namespace의 가장 첫줄에 선언해도 된다.
선언문
using 네임스페이스명;
어셈블리
-C#
|
- 페이지 20페이지
- 가격 2,000원
- 등록일 2008.12.05
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using 지시자 뒤에는 단지 네임스페이스명만 올수 있다.
-suing 지시자의 뒤에 클래스는 지정할수 없다.
-프로그램의 가장 첫 부분에 선언해준다.
-지역 선언으로, namespace의 가장 첫줄에 선언해도 된다.
선언문
using 네임스페이스명;
어셈블리
-C#
|
- 페이지 12페이지
- 가격 2,000원
- 등록일 2005.05.06
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using abilities of learners better. Although Korean curriculum has emphasized the using parts of language like speaking,reading, listening, and writing, it doesn\'t still have enough researches and excutions about the using parts of Korean. Korean education in actual schooling must find out the conc
|
- 페이지 109페이지
- 가격 3,300원
- 등록일 2002.05.30
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
1.첫번째 프로그램
#include <cstring>
using namespace std ;
const int Arsize = 80 ;
char convert(char output[]);
2. 두번째 프로그램
#include<iostream>
#include<iomanip>
using namespace std ;
int main()
{
int number[50];
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2006.03.05
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
C++ ESPRESSO
PART01 - CHAPTER 02
PROGRAMMING
1. 상자의 체적을 구하는 프로그램을 작성하여 보자.
2. 우리나라에서 많이 사용되는 면적의 단위인 평을 평방미터로 환산하는 프로그램을 작성하라.
3. cm로 표현된 키를 입력하여 피트와 인치로 변
|
- 페이지 5페이지
- 가격 2,300원
- 등록일 2014.11.04
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Nanostructures of Pure DNA
DNA-based assembly of metal nanoparticles
Construction of semiconductor particle arrays using DNA
DNA-directed nanowires
DNA functionalized with carbon nanotubes
Field effect transistor based on DNA
Self-assembly using artificial DNA 1. Introduction of DNA
2. S
|
- 페이지 24페이지
- 가격 4,000원
- 등록일 2010.04.21
- 파일종류 피피티(ppt)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|