• 전문가 요청 쿠폰 이벤트
*영*
Bronze개인
팔로워0 팔로우
소개
등록된 소개글이 없습니다.
전문분야 등록된 전문분야가 없습니다.
판매자 정보
학교정보
입력된 정보가 없습니다.
직장정보
입력된 정보가 없습니다.
자격증
  • 입력된 정보가 없습니다.
판매지수
전체자료 12
검색어 입력폼
  • [c프로그램]c 프로그램으로 만든 매점 관리 프로그램
    # include<stdlib.h># include<stdio.h># include<string.h>int drink();int rice();static int dm1[10],dm2[10],num1[10],num2[10],cnt1=0,cnt2=0,sum1[10],sum2[10];static int dm1_sum=0,dm2_sum=0,num1_sum=0,num2_sum=0,sum1_sum=0,sum2_sum=0;static char name1[10][20],name2[10][20];int bill1(int sum1[10], int dm1[10], int num1[10], int cnt1,char name1[10][20]);int bill2(int sum2[10], int dm2[10], int num2[10], int cnt2, char name2[10][20]);void main() {int num; printf("nnnnnnn**********************************************************n");printf("* Canteen Menu *n");printf("**********************************************************n");printf("* *n");printf("* 1. DRINK *n");printf("* 2. RICE *n");printf("* *n");printf("**********************************************************n");printf("* choice number *n");printf("**********************************************************n");printf(" NUMBER IS =");scanf("%d",&num);switch(num){case 1 : drink(); break;case 2 : rice(); break;
    공학/기술| 2005.12.16| 5페이지| 1,000원| 조회(665)
    미리보기
  • [c언어]Demonstration linklist by c program
    /******************************************************************* Demonstration Program to perform various operations on singly link lists.********************************************************************//* List of include files */#include <stdio.h>#include <conio.h>#include <process.h>#include <stdlib.h>#include<ctype.h>/* List of defined constants */#define TRUE 1#define FALSE 0typedef struct node{int Data;structnode *next;}NODE;void show();int len(NODE*);NODE *Create();/*------------------------------------------------------------------------The main functionInput : NoneOutput: NoneParameter Passing Method : NoneCalls : show()Called by : OS-------------------------------------------------------------------------*/
    공학/기술| 2005.12.16| 10페이지| 1,000원| 조회(227)
    미리보기
  • [c언어]Dynamic memory를 c program으로 구현
    /*************************************************************************Program to illustrate use of various dynamic memorymanagement functions*************************************************************************/#include <stdio.h>#include <conio.h>#include <process.h>#include <stdlib.h>#include <alloc.h>#include <string.h>void main(){ char *str1, *str2, *str3; clrscr(); printf("ntProgram Is For Dynamic Memory Management Operationsnn"); str1 = (char *) malloc(30); if ( str1 == NULL ) {printf("Insufficient memoryn");getch();exit(1); } strcpy(str1, "This is the string1 allocated using malloc"); printf("%sn", str1); str2 = (char *) calloc(30, sizeof(char) ); if ( str2 == NULL ) {printf("Insufficient memoryn");getch();exit(1);
    공학/기술| 2005.12.16| 2페이지| 1,000원| 조회(351)
    미리보기
  • [c++ program]Bank Manual System <c++ program>
    /************************************************************************ Bank System Of Young han **----------------------------------------------------------------------** # This Bank System Project was made by C++ Program ** -->> Menu driven program for bank ** (creating, deleting account & bank transaction) **----------------------------------------------------------------------** -> This program used two Singly Link List.... ** -> This program used File input output....... ** -> This program used Multiple Inheritance.... <572 line> *************************************************************************/#include<iostream.h>#include<fstream.h>#include<iomanip.h>#include<stdio.h>#include<string.h>#include<conio.h>struct account1{int acc_num1, amount1;char id_pe[20], phon_pe[20], name_pe[20], address_pe[50];struct account1 *next1;};struct account2{int acc_num2, amount2;char id_co[20], phon_co[20], name_co[20], address_co[50];struct account2 *next2;};
    공학/기술| 2005.12.16| 12페이지| 2,000원| 조회(442)
    미리보기
  • [c++ program]Sales System c++ program 평가B괜찮아요
    /************************************************************************ Sales System Of me **----------------------------------------------------------------------** # This Sales System Project was made by C++ Program ** -->> Sales system ** (customer, suppliers entry) **----------------------------------------------------------------------** -> This program used one Singly Link List.... ** -> This program used one Doubly Link List.... ** -> This program used File input output....... ** -> This program used Hybrid Inheritance...... <539 line> *************************************************************************/#include<iostream.h>#include<fstream.h>#include<iomanip.h>#include<stdio.h>#include<string.h>#include<conio.h>struct C_S_Info{int id;char name[20], address[50], phon_num[20], contact_person[20];struct C_S_Info *next, *prev;};struct T_Info{int id, unit_price[20], total_item, total_price, customer_id, supplier_id;char date[20], item_name[20][20];struct T_Info *next;};class Sales{protected :
    공학/기술| 2005.12.16| 12페이지| 2,000원| 조회(303)
    미리보기
전체보기
받은후기 3
3개 리뷰 평점
  • A+최고예요
    0
  • A좋아요
    0
  • B괜찮아요
    2
  • C아쉬워요
    0
  • D별로예요
    1
전체보기
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 04월 05일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
6:18 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감