|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define LOOP 10
#define MAX 1000
int data1[MAX],data2[MAX];
int count;
void quicksort(int data1[], int left, int right);
void bin_inser_sort(int data2[], int n);
void main() {
int i, j, qsum, bsum;
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include<stdio.h>
#include<stdlib.h>
#include<math.h>
#define LOOP 10
#define MAX 1000
typedef struct{
int key;
int link;
}element;
element list[MAX];
int count;
int rmerge(element list[], int lower, int upper);
int listmerge(element list[], int
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#define LOOP 10
#define DATA 1000
int data[DATA];
int selection_sort(int data[]);
void main() {
int i, j, count, sum=0, avg=0;
for(i=0; i<LOOP; i++) {
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <math.h>
#define MAX_SIZE 100
#define pi 3.1415926535
#define SIN(INPUT) sin((INPUT/180)*pi)
#define COS(INPUT) cos((INPUT/180)*pi)
#define TAN(INPUT) tan((INPUT/180)*pi)
typedef enum{
lp
|
- 페이지 1페이지
- 가격 2,300원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
비주얼베이직으로 제작한 음식계산서 프로그램입니다.
예전에 올려두웠던 음식계산서 프로그램을 좀더 수정했습니다.
내부내용의 변경은 함께 압축해둔 Textfile(ex,KoreaFood.txt)을 변경하시면됩니다.
같은 형식으로 수정해서 넣어주시면
|
- 페이지 20페이지
- 가격 2,000원
- 등록일 2010.02.04
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
es;Collate=MACHINE;Null=Yes;\"
adoCon.Open\' DB에 연결한다.
sFilename = \"test.dbf\"\' DB 파일명
sQuery = \"select * from \" & sFilename
adoRs.Open sQuery, adoCon, adOpenDynamic
MsgBox adoRs.Fields(0).Value
End Sub DAO를 이용한 DBF 파일 연결하기
ADO로 DBF 연결시 연결 구문
|
- 페이지 2페이지
- 가격 3,000원
- 등록일 2006.08.08
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Sub 야구()
u1.Show
End Sub
Private Sub n_Click()
Range("b3 : b10000").ClearContents
Range("c3 : c10000").ClearContents
Range("e6").ClearContents
Range("g3 : p3").ClearContents
If three Then
a = 3
ElseIf four Then
a = 4
ElseIf
|
- 페이지 1페이지
- 가격 3,000원
- 등록일 2004.05.31
- 파일종류 엑셀(xls)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
비주얼베이직으로 짠 문자열들을 다루는 프로그램입니다.
reverse, len, left, right, mid, instr, ucase, lcase등에 관한문자열 다루는 함수들로 이루어져 있으며 폼도 이쁘게 만들어 놨습니다. 문자열다루기.exe
문자열다루기.frm
문자열다루기.vbp
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2007.05.03
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form1
Caption = "e 대박 Maker "
ClientHeight = 6690
ClientLeft = 60
ClientTop = 345
ClientWidth = 8580
Icon = "Form1.frx":000
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2004.11.15
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
MFC 인적사항관리프로그램 소스전체압축
|
- 페이지 8페이지
- 가격 6,000원
- 등록일 2010.01.20
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|