|
대학교 프로젝트 과제였습니다. 주석, ppt, 코드 모든것이 들어있습니다.
어떻게 내용을 만들었는지 보시면 이해하기 쉬우실 것입니다. 도움이 되었스면 좋겠습니다.
2. 목표
C 버튼(All clear) 구현
사칙연산 버튼 구현 + , - , x , /
|
- 페이지 9페이지
- 가격 2,500원
- 등록일 2016.06.18
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0\\"; \\"MSMASK32.OCX\\"
Begin VB.Form FrmUse
BackColor = &H00FFFFFF&
BorderStyle = 1 \'단일 고정
Caption = \\"고객등록\\"
ClientHeight = 3750
ClientLeft =
|
- 페이지 1페이지
- 가격 3,000원
- 등록일 2013.07.24
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
- MFC로 만들어진 채팅 프로그램과 Packet-dump를 이용해서 전달되는 메시지의 패킷을 분석
- 그림 같은 계통도를 갖는 시스템을 설계하고 제작한다.
- MFC로 채팅 프로그램 : Visual C++ 6 책을 이용해서 분석
- Packet-dump 프로그램 분석 : C로 된
|
- 페이지 20페이지
- 가격 2,000원
- 등록일 2009.07.06
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
1) 메인화면
- 회원가입, 로그인, 종료를 할 수 있다.
2) 회원가입
- 회원번호가 자동으로 생성되며 비밀번호, 이름, 성별, 나이, 계좌번호를 저장한다. 사용 자가 원하는 계좌번호가 중복되면 다시 입 력받는다.
3) 로그인
-
|
- 페이지 5페이지
- 가격 6,000원
- 등록일 2012.06.11
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <iostream>
#include <iomanip>
using namespace std;
int main(void)
{
int lastDay[12]={31,29,31,30,31,30,31,31,30,31,30,31}; //각 월의마지막날(2012년은 윤달)
int weekDay[12]={0,3,4,0,2,5,0,3,6,1,4,6}; //각 1일의 요일
1. 소스코드 및 1~12
|
- 페이지 8페이지
- 가격 5,000원
- 등록일 2012.06.23
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
(countveri=0; countveri<VERTEX_MAX; countveri++ )
{
printf(\"v[%d]\\t\", countveri+1);
if ( source[countveri] == 0 )
printf(\"O\\t\");
else
printf(\"X\\t\");
if ( sink[countveri] == 0 )
printf(\"O\\n\");
else
printf(\"X\\n\");
}
printf(\"\\n\");
return 0;
}
<출력화면>
(a)
(b)
(c)
|
- 페이지 5페이지
- 가격 700원
- 등록일 2008.04.29
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
c
// HelloWorldImp.c
#include “HelloWorld.h”
#include <stdio.h>
void HelloWorld_displayHelloWorld(struct HelloWorld *this) {
printf(“Hello World!\\n” );
}
% cc HelloWorld.c HelloWorldImp.c -o libhello.so
% java Main
Hello World!
참조SITE
http://www.wisefree.com/homepage_ver02/homepage_
|
- 페이지 5페이지
- 가격 300원
- 등록일 2004.08.14
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
class Set
{
private:
int arySize; //maximum size of a set
int currentSize; //current size of a set
int* data; //pointer for data
string set_name; //name of a set
public:
Set();
Set(int asize, string setName);
Set(const Set& copycon);
~Set(){}
|
- 페이지 1페이지
- 가격 4,000원
- 등록일 2010.11.09
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
and quit
void errquit( char *msg )
{ perror(msg); exit(0); }
int MASTER_PORT, sock, packetID = 1;
char nodeOpt;
_childs childs[MAX_VERTEX];
struct sockaddr_in masteraddr;
///////////////////
// Main function //
int main( int argc, char *argv[] ) input.txt
Makefile
master.c
nod
|
- 페이지 10페이지
- 가격 2,000원
- 등록일 2009.01.06
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
C) 1991-2009 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any output files from any of the foregoing
-- (including device programming or simulation files), and any
-- a
|
- 페이지 1페이지
- 가격 5,000원
- 등록일 2010.11.09
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|