• 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(116)
  • 리포트(103)
  • 시험자료(6)
  • 자기소개서(4)
  • 논문(3)

"shell program" 검색결과 1-20 / 116건

  • [shell] Shell Programming
    , setenv 명령어를 제공▶ 조건식이 C언어와 비슷하다.▶ IF-THEN-ELSE, SWITCH, FOREACH, REPEAT, WHILE등을 제공{콘쉘 (Korn shell)콘쉘은 ... Shell Programming 이란?UINX 운영체제에 사용자 인터페이스를 제공하는 명령어이며, 또한 일종의 Program Language 이기도 하다. ... 아니라 본쉘에서는 다양한 입/출력 재진입(Redirection)을 제공한다.프로그래밍을 하는데 효과적으로 처리할 수 있게 하기 위하여 구조화 프로그래밍 방식(Structured Programming
    리포트 | 8페이지 | 1,000원 | 등록일 2004.06.12 | 수정일 2016.02.19
  • [운영체제] small shell programming
    Small shell Programming------------------------smallsh.h#include #include #include #include #define EOL ... executePipes(), closeAllPipes();smallsh.c#include "smallsh.h"/* program buffers and work pointers */ ... 1 /* end of line */#define ARG 2 /* normal arguments */#define AMPERSAND 3#define SEMICOLON 4#define
    리포트 | 4페이지 | 1,000원 | 등록일 2003.12.09
  • [유닉스] shell program 예제
    Program Source Code Hardcopy$cat infosure(){while truedoread answercase $answer in[yY]*) return 0 ;;[ ... } ;;# 2를 입력받았을 때 - 날짜를 한국식으로 출력3){ set -- `date` # date 명령 대치# set 은 스트링의 각 단어를 위치 파라미터에 할당한다echo $6 ... [y/n]'if sure # sure() 함수의 호출, 0 또는 1의 값이 대체된다then exit 0 # sure() 함수가 0 으로 대체되면 프로그램을 종료else continue
    리포트 | 4페이지 | 1,000원 | 등록일 2002.06.23
  • [문제와 풀이] 리눅스(Linux)에서의 쉘(Shell) 구현 프로그래밍
    문제 정의linux에서 사용하는 shell의 foreground와 background 기능을 구현한다.foreground의 경우 요청한 작업이 모두 끝날 때까지 기다린 뒤, 해당 작업이 ... 즉, 요청한 작업과 shell을 동시에 별개로 작동시킨다.Parse함수는 입력 받은 명령어가 foreground인지, background인지, 아니면 잘못된 명령어인지를 판별하고, ... 함수에 넣음(3) foreground일 경우(n==0), fork() 시스템 콜하여 새로운 process를 만들기child process는 execl()를 시스템 콜하여 새로운 program
    리포트 | 5페이지 | 1,500원 | 등록일 2020.11.12 | 수정일 2020.12.08
  • 건축 사례조사 Reiser Umamoto
    be organized, and we can generate the that have of by using and technoECTURE OVERVIEW(opening) The shell ... ANALYSIS Summary Floor Plan ElevationSTRUCTURE DESIGN The exterior shell of O-14 ends at the ground floor ... My sense is that “program” is something that’s spelled out by people or institutions, and it’s what they
    리포트 | 35페이지 | 5,000원 | 등록일 2021.05.03
  • homework_07
    ------------------Then, create a file “sub.sh” containing following shell programming codes. -------- ... Create a file “test2.sh” containing following shell programming codes.------------------------------- ... Create a file “main.sh” containing following shell programming codes.--------------------------------
    리포트 | 16페이지 | 1,500원 | 등록일 2023.06.18
  • 코끼리는 생각하지마
    Without such punishment, the world will go to hell. There will be no morality.자녀들은 아버지에게 순종해야 합니다. ... Promoting social programs is immoral. And what does this say about budgets? ... This theory says that social programs are immoral because they make people dependent.
    리포트 | 9페이지 | 8,000원 | 등록일 2023.12.30
  • 2021 데이터구조 기말고사
    main program. ... The shell sort is the first sorting algorithm to break the barrier of O(n2) to O(n3/2). ... The shell sort improves on the insertion sort by breaking the original list into a number of smaller
    시험자료 | 7페이지 | 3,500원 | 등록일 2022.11.07
  • (합격 기획안) 글로벌 재능기부 해외봉사활동 프로그램 기획서 Global Volunteer Program Proposal (영문작성)
    Also, easy to forget things like watermelon shell, egg and fruit are easy to remember and catchy, which ... Making bracelet by using korea traditional color60m.Korean Culture Program: Making Bracelet by Using ... And it's alert for the separation of separations.4) Destruction of environment in everyday lifea.
    리포트 | 12페이지 | 4,000원 | 등록일 2022.03.23 | 수정일 2022.03.25
  • 유닉스에 대한 구조와 특징에 대해 설명하시오
    ]대화식 운영체제[편집]사용자에게 명렁어를 입력받기 위해서 유닉스는 쉘 프롬프트를 화면에 나타낸다.프롬프트가 나타난 상태에서 사용자가 명령어를 기술하면 그 명령어는 명령어 해석기(shell ... 자신이 만든 Shell을 사용할 수도 있습니다.유틸리티 프로그램(Utility Program)일반 사용자가 작성한 응용프로그램을 처리하는데 사용합니다. ... 스왑공간을 위해서 /dev/swa 이라는 파일을 가지고 있다.[2]UNIX의 특징UNIX는 주로 서버용 컴퓨터에서 사용되는 운영체제로 아래와 같은 특징이 있습니다.1.
    리포트 | 7페이지 | 3,000원 | 등록일 2023.05.18
  • 영어2 YBM 박ㅇㅇ 4과 본문, 단어시험지
    He screamed, "Get the hell out of the race and give me your number!" ... There were 741 people listed on the program. Boston had always been a mecca for marathon runners. ... Switzer was so surprised and frightened that she turned to run away.
    시험자료 | 6페이지 | 3,000원 | 등록일 2022.12.28
  • The Block 프로그램 방송 포맷 수입 절차
    Entertainment The Bachelor ITV Global Hell’s Kitchen All3MediaInternational Undercover Boss3. ... 방송사 작 가 편집자 ( 라이선스 ) 기술지원 라이선스 네트워크 A 국가 B 국가 라이선 스방송포맷수입절차 NATPE(National Association of Television Programming ... 큰 행사방송포맷수입절차 전세계적으로 판매된 포맷 TOP 5 제목 장르 시작년도 국가 배급사 사진 1 vs 100 Gameshow 2000 네덜란드 Endemol America ’s
    리포트 | 50페이지 | 2,000원 | 등록일 2023.02.17
  • 브랜드의 이해 안OO교수님 기말시험 타이핑
    Writing on a tortoise shell? Oracle’s core competence: data storage? ... 홍보, 광고하기 위해서는 자신의 해법을 공개해야 함[14] Malcolm Baldridge National Quality Award 평가기준[한번 읽어보기][15] Quality Programs ... 소비재(소비재로서 내 물건 광고)=사회적 아이덴티티(Consumer products)=social identities(사회적 정체성 형성)?
    시험자료 | 47페이지 | 3,000원 | 등록일 2023.05.03 | 수정일 2023.05.10
  • A review of Hydrogel complex/수화물 복합체의 리뷰
    core-Fe3O4 shell6-3-2 Fe3O4 core-Prussian blue shell7. ... , 2019)응용 : Thermoresponsive polymer를 core로 photothermal agent가 shell로 이루어진 core-shell nanoparticle을 ... Near-infrared light-responsive nanoparticles with thermosensitive yolk-shell structure for multimodal
    논문 | 59페이지 | 50,000원 | 등록일 2023.05.09
  • 2018 PICOCTF Write-Up(풀이) CTF입문서
    You can also find the file in /problems/strings_4_40d221755b4a0b134c2a7a2e825ef95f on the shell server.힌트 ... Can you navigate to /problems/reversing-warmup-1_1_b416a2d0694c871d8728d8268d84ac5c on the shell server ... You can also find the file in /problems/grep-1_1_35b9930ca897512a4d00b43d26eac73d on the shell server.힌트
    리포트 | 11페이지 | 2,000원 | 등록일 2018.11.15
  • IT업체에서 활용되는 꼭 알아야할 C언어 필수 기능들
    [5][9]={“load”, “save”, “edit”, “exit”, “os shell”}; //char는 열의 것이다.char (*pst)[9]; // pointer 변수를 선언하고 ... unsignedvolatilefloat(4byte)double(8byte)(long double : 10byte)voidconst : compiler초기설정에서 행해짐, RO 영역의 dataVolatile : program처리 ... #ifdef DEBUG //!= #ifndef#else#endif-정의 여부 2.#if defined DOS //= #if defined(DOS) //!= #if !
    리포트 | 7페이지 | 3,000원 | 등록일 2018.11.16 | 수정일 2018.12.13
  • 날짜가 들어가 있는 파일명의 파일이 존재하는지 체크 해주는 쉘 프로그램 입니다.
    echo "Enter YYYYMMDD(ex. 20120912) : "read ymd# 파일명에 입력한 날짜가 있는지 확인-> CHANGEFILENAME1 을 실제 파일 이름으로 변경 ... ]thenecho "OK : CHANGEFILENAME1_$ymd"elseecho "NO OK"echo "Error file = CHANGEFILENAME1_$ymd.SAM"fi#
    리포트 | 1,000원 | 등록일 2013.01.29
  • 운영체제 컨셉 2장 연습문제
    인터프리터가 변경 될 수 있기 때문에 커널의 일부가 아니다.2.6 What system calls have to be executed by a command interpreter or shell ... Explain also in which cases it would be impossible for user-level programs to provide these services.a ... Program execution. 운영 체제는 메모리에 파일의 콘텐츠 (또는 그 부분)을 로드하고 실행을 시작한다.
    시험자료 | 2페이지 | 1,500원 | 등록일 2016.12.29
  • 유닉스 쉘 프로그래밍을 이용한 디데이 계산 프로그램
    #! ... 변환해서 출력그냥 실행하면 디데이 출력출력은 디데이이름 남은날짜 남은시간 순으로 출력쉘파일이 있는 폴더에 저장한 디데이정보를 담은 파일(dday.txt)생성 됨..FILE:dday.sh ... /bin/shshowdday1(){echo "기념일 이름 / 남은날짜(남은시간)"for word in `cat dday.txt`docase $word in[0-9]*)dday=$wordyeartmp
    리포트 | 1,000원 | 등록일 2012.11.08
  • 셀 프로그래밍
    Shell Program 소개Shell 종류/usr/bin/shPOSIX Shell/usr/bin/kshKorn Shell/usr/old/bin/shBourne Shell/usr/bin ... error로 취급함set –vverbosecommand를 display한후 command 수행set –xxtracecommand수행시 command와 argument까지 print함.shell ... 즉시 logout또는 shell을 exit함set –fnoglob# ls * 시wild card문자를 인식못함set –htrackallset –kkeywordset –mmonitorBackground
    리포트 | 47페이지 | 1,000원 | 등록일 2008.12.03
AI 챗봇
2024년 08월 31일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
12:33 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대