• 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(116)
  • 리포트(101)
  • 논문(12)
  • 방송통신대(2)
  • 시험자료(1)

"subroutine" 검색결과 1-20 / 116건

  • 파일확장자 포트란(fortran 77)을 이용한 가우스 소거법,pivot,subroutine
    임의의 100 ×100 행렬까지 계산이 가능하며 , input data와 output data가 따로 되어 있으며 서부루틴(subroutine)을 이용하여 만든 형식이다.
    리포트 | 3,000원 | 등록일 2009.01.04
  • 워드파일 CADian을 위한 기본적인 VBA Subroutine 정리1
    "Microsoft Excel 16.0 Object Library" should be checked as References Arc 생성하기 Sub DrawArc(CenterPt As ... set is not in use For Each SelectedObj In ActiveDocument.SelectionSets If SelectedObj.Name = "SSET" ... set is not in use For Each SelectedObj In ActiveDocument.SelectionSets If SelectedObj.Name = "SSET"
    리포트 | 17페이지 | 1,500원 | 등록일 2020.10.15 | 수정일 2020.10.23
  • 워드파일 서강대학교 23년도 마이크로프로세서응용실험 6주차 Lab06 결과레포트 (A+자료)
    subroutine에서의 stack의 역할에 대해 이해한다. - subroutine으로의 parameter 전달 방식을 이해한다. - 개별적인 파일에 작성된 subroutine의 ... Call stack이란 수행중인 subroutine의 정보를 저장하는 stack을 의미한다. ... Subroutines lab5에서 살펴보았듯이, subroutine은 작은 단위프로그램으로, C에서의 function과 같은 역할을 한다. subroutine을 수행할 때는 호출과
    리포트 | 32페이지 | 2,000원 | 등록일 2024.03.24
  • 파일확장자 점소성-손상모델 기반 피로균열 진전속도 전산 평가법 개발
    is implemented into commercial finite element analysis(FEA) code, ABAQUS, as a user defined material subroutine ... of 7% nickel steel. ... Typical FCGR test results such as relationship between crack length and number of cycles and relationship
    논문 | 8페이지 | 4,000원 | 등록일 2023.04.05
  • 한글파일 서강대학교 마이크로프로세서 6주차 실험
    한편 lr의 데이터는 subroutine을 끝마치고 원래의 주소로 돌아가 다음 명령을 실행하기 위해 stack에 push한다. subroutine을 끝내고 stack에서 lr의 데이터를 ... 수행하기 전에 기존 r3에 있던 데이터인 0x01을 보존하고자 이를 stack에 push하게 된다. subroutine에서 임시 레지스터로 사용한 후 subroutine을 마치면 ... 반대로 subroutine 파일에서는 subroutine을 내보내야 하므로 export fill_array, export fill_pointer를 사용하였다.
    리포트 | 26페이지 | 3,000원 | 등록일 2021.06.30 | 수정일 2022.04.14
  • 워드파일 서강대학교 23년도 마이크로프로세서응용실험 5주차 Lab05 결과레포트 (A+자료)
    N개의 데이터를 bubble sorting할 때, 최악의 경우에서는 N-1번의 subroutine call이 필요하다. ... 과정, 결론 그림 C-1 그림 C-1은 program 5.3 code의 subroutine에 “sub lr, #1” 명령어를 추가한 코드를 실행한 모습이다. line 7의 BL 명령어 ... 이렇게 mov 대신 bx명령어를 이용해 subroutine으로부터의 return을 지원하는 이유가 무엇일지도 알아보자.
    리포트 | 31페이지 | 2,000원 | 등록일 2024.03.24
  • 한글파일 서강대학교 마이크로프로세서 5주차 실험
    Lab5-2 Code - Step 9: Line 13-16에 간단한 연산을 수행하는 procedure가 정의되어 있음을 확인한다. line 13-16에는 sub1으로 지정된 subroutine이 ... BL (Branch with Link) 분기 명령을 수행하면서 복귀할 주소를 link register(r14)에 저장한다. subroutine의 수행을 마친 후 이 link regi다음 ... 이를 각각에 대해 Memory window로 확인하면 다음과 같다. mov r3, #0 (덧셈) mov r3, #1 (뺄셈) mov r3, #2 (곱셈) mov r3, #3 (나눗셈
    리포트 | 26페이지 | 3,000원 | 등록일 2021.06.30 | 수정일 2022.04.14
  • 한글파일 [방송통신대학교] 자료구조 출석수업대체과제
    서브루틴 함수호출 관리를 위해 사용되는 스택에 대해서 자세히 설명하시오.(10점) : 서브루틴의 수행이 끝난 후 되돌아갈 함수 주소를 저장하기 위하여 서브루틴 호출(subroutine
    방송통신대 | 4페이지 | 4,000원 | 등록일 2022.10.03
  • 한글파일 [방송통신대학교] 자료구조 기말시험(온라인)
    스택은 메모리의 할당과 수집을 위한 시스템스택(system stack)과 서브루틴 호출(subroutine call)관리를 할 때, 우선순위에 의한 계산순서를 결정할 때, 인터럽트( ... 반면 스택이 넘치는 경우는 stack overflow라고 하며 stackFull의 메시지를 반환하게 된다. ... 또한 비어있는 스택에서 원소를 추출하려 할 때, stack underflow라고 하며 stackEmpty의 메시지를 반환한다.
    방송통신대 | 4페이지 | 4,500원 | 등록일 2022.10.03
  • 파일확장자 Nonlinear buckling analysis of double‑layered graphene nanoribbons based on molecular mechanics
    potential function and implemented in numerical simulation with a UMAT subroutine based on FORTRAN code ... analyze the nonlinear structural stability problem. ... Lateral deflection exhibits a similar trend with mode shape in anti-phase mode; however, it is decreasing
    논문 | 16페이지 | 4,900원 | 등록일 2023.05.08
  • 파일확장자 부평 칼데라의 중력연구
    Fortran subroutine was coded to calculate the gravity anomalies caused by 3-D subsurface bodies. ... Gravity survey was conducted to investigate subsurface structure of the Bupyung caldera. ... The result of 2-D inversion shows the existence of the low density structure of about 8km surface width
    논문 | 11페이지 | 4,200원 | 등록일 2023.04.05 | 수정일 2023.04.06
  • 파일확장자 계류돌핀의 말뚝형 하부구조에대한 실용적 설계 최적화 과정
    Among the available numerical optimization codes, both PLBA program and DNCONF subroutine in IMSL library ... Optimum designs for different cases are successfully obtained for the practical purpose. ... In this paper, a practical procedure for the design optimization of tubular-steel-pile-type substructure
    논문 | 10페이지 | 4,000원 | 등록일 2023.04.05
  • 파일확장자 Basic computer
    (가) 하드웨어 부분의 설계1. 레지스터의 설계1) 16Bit 레지스터AC - 제어신호: LD, INR, CLR, Clock- LD 신호에 의해 클럭의 rising edge에서 0002가 로드 되고 다음 클럭에서 0004가 로드된다. 0004가 로드 될 때 INR신호가..
    리포트 | 33페이지 | 5,000원 | 등록일 2020.12.16
  • 파일확장자 사용자지정 재료 서브루틴을 활용한 LNG선박 단열시스템 멤브레인의 수치해석
    carrier cargo containment system. 304L stainless steel is a transformation-induced-plasticity(TRIP) steel ... In the present study, a uniaxial tensile test for 304L stainless steel was performed to investigate nonlinear ... sheets are used as a primary barrier for the insulation of membrane-type liquefied natural gas(LNG)
    논문 | 7페이지 | 4,000원 | 등록일 2023.04.05
  • 한글파일 서강대학교 마이크로프로세서 7주차 실험
    만일 EXTI9_5IRQHandler가 위 무한루프 내 어느 시점에서 어떤 식으로든 subroutine처럼 호출되어 수행된다면, 이는 LED에 어떻게 반영되겠는가? ... Lines 53-57에서 우선 기존의 r4, r5의 데이터를 stack에 넣고, r4에 sdata의 주소를 가져온 후 해당 주소(sdata)의 데이터(0x4A)를 r5로 가져온다. ... 한편 LED에 표시되는 내용을 변경하기 위해서는 line 42의 이진 데이터를 수정하여 sdata에 저장되는 값을 바꾸면 된다. sram의 주소는 0x20000014로 나타나고 기존에
    리포트 | 26페이지 | 3,000원 | 등록일 2021.06.30 | 수정일 2022.04.14
  • 파일확장자 폴리우레탄 폼의 비선형 압축거동을 모사하기 위한 밀도 영향이 고려된 수정 Gurson 모델의 제안
    member for compressive loads like a sloshing load. ... Polyurethane Foam(PUF), a outstanding thermal insulation material, is used for various structures as ... Thus, In this study, density is considered as the effect parameter on mechanical properties of Polyurethane
    논문 | 9페이지 | 4,000원 | 등록일 2023.04.05
  • 파일확장자 건착망의 운동특성(II) -그물감이 다른 건착망의 침강특성 해석-
    An analysis carried out by simultaneous differential equations for numerical method by subroutine Runge-Kutta-Gill ... This study describes an analysis on the sinking characteristics in purse seine. ... determine the sinking speeds of the depths of leadline and the other portions of seines.
    논문 | 7페이지 | 4,000원 | 등록일 2023.04.05
  • 한글파일 명지대 2020-1 컴퓨팅사고 중간고사 A+
    현대적인 컴퓨터가 나오기 100년전 subroutine, loop, jump 등의 핵심적인 컴퓨터 프로그래밍 기 본 원리를 고안 하였으며, 주어진 조건에 따라 다음 공식으로 넘어가는
    시험자료 | 6페이지 | 4,700원 | 등록일 2020.09.22 | 수정일 2021.08.13
  • 한글파일 Report#1
    The subroutine should place the length of the record read into a variable named LENGTH. ... Write a subroutine for SIC/XE that will write this record onto device 05. ... Write a subroutine for SIC/XE that will read a record into a buffer, as if Fig. 1.7(b).
    리포트 | 10페이지 | 1,000원 | 등록일 2012.03.20
  • 한글파일 [수치해석] c언어를 사용한 단순 Euler 방법, 개선된 Euler 방법 계산 프로그램 작성
    단순 Euler 방법과 개선된 Euler 방법을 사용하여 결과를 비교하여라. f(x, y)는 별도의 function 또는 subroutine으로 만들어서 나중에 쉽게 바꿀 수 있도록 ... h, xh, n; int seq1 = 0; int seq2 = 0; printf("x0값과 y0값을 입력하세요 : "); scanf_s("%lf %lf", &x0, &y0); double ... 값을 입력하세요 : "); scanf_s("%lf", &xh); printf("\n단순 Euler 법에서 "); for (n = x0; n
    리포트 | 2페이지 | 2,000원 | 등록일 2016.11.01
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업