• AI글쓰기 2.1 업데이트
  • 통합검색(29)
  • 리포트(26)
  • 논문(2)
  • 시험자료(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"Random Input Parameter" 검색결과 1-20 / 29건

  • C-프로그래밍 - 프로그램이 정한 random한 수를 맞추는 게임, 양의 정수를 입력 받아 2부터 입력한 정수까지의 소수를 구하는 프로그램
    inputs a positive integer from the keyboard and prints the prime numbers from 2 to input integer as ... follows. Implement the function “prime()” which returns whether an integer parameter is prime or not ... number because 28 = 1 + 2 + 4 + 7 + 14. Write and explain a program which inputs a positive integer from
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,500원 | 등록일 2020.09.14
  • MNIST CNN 학습 최적화
    import input_datanp.random.seed(2017920031)tf.set_random_seed(2017920031)keep_prob = tf.placeholder(tf ... ("/tmp/data/", one_hot=True)def xavier_init(n_inputs, n_outputs, uniform=True):"""Set the parameter ... 을 사용했다.바이어스의 경우 0으로 되어 있는 부분을 random하게 받도록 했다. 가중치가 0인 경우 무엇을 곱하든 0이 나오기 때문에 학습이 원활하게 진행되지 않을 가능성이 있
    Non-Ai HUMAN
    | 리포트 | 16페이지 | 2,000원 | 등록일 2019.12.23
  • 침근전도 기초 needle EMG basic
    pressure about the needle insertion site) THE EQUIPMENT Amplifier input impedance and common mode ... located needle electrode 가 detect) - ACh release is random → Firing rate of MEPPs is irregular Sound ... activity - Motor Unit Action Potentials (MUAPs) Parameters Amplitude Rise time Duration Phase Recruitment
    Non-Ai HUMAN
    | 리포트 | 35페이지 | 2,500원 | 등록일 2018.10.30
  • 디지털 시스템 실험 RAM(Random Access Memory) 예비보고서
    디지털 시스템 설계 및 실험 예비 보고서작성자:학번:실험조:실험일:실험제목RAM(Random Access Memory)실험목표1. 16×4RAM(Random Access ... Memory)를 설계한다.2. 자율적으로 메모리를 활용한 새로운 모듈을 설계한다.배경지식1. RAM(Random Access Memory)RAM은 사용자의 프로그램이나 데이터를 기입 ... 다. 따라서 좌변에는 레지스터 형만 올 수 있으며 생략할 수 없다. 우변에는 레지스터, Wire, Parameter 형을 모두 사용할 수 있으며 산술, 논리 조건 연산식을 사용할 수 있
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2016.04.08
  • 통신실험 예비 11
    Binary Sequences(PRBS)를 통해 한 sequence를 생성하여 보고 각 parameter가 파형에 미치는 영향을 살펴본다실험 이론PRBS(Pseudo-random Bit ... Unit 11. Baseband Data TransmissionExercise 1. Pseudo-random binary sequences실험 목적Pseudo-Random ... Sequence)란? 의사 랜덤 이진열로 완전히 랜덤한 비트열은 아니지만, 의사적으로 랜덤하게 만들어진 패턴을 갖는 비트열을 말하며 (Pseudo Randomness)으로써 갖추
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2014.12.05 | 수정일 2014.12.19
  • 디지털논리 가위바위보 게임
    ;endmodule`define INSERT_ZERO 0;module random_sequence#(parameter Size=8)(input clk,reset_n,load,input ... auto_toss(input clk,input reset_n,load,input gawi_a,bawi_a,bo_a,output winA,winC);wire [7:0]load_d ... =32'b0;wire [7:0]q;wire [4:0] rs ;wire [1:0] gawi = {gawi_a,gawi_b}; // User , Computer or Random
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2012.08.05 | 수정일 2024.05.16
  • PLLT Chapter 2 first language acquisition (upload)
    leeping? • Age 3: comprehend an amazing quantity of linguistic input (Fluency Creativity) 1. Theories ... linguistic input. 1. Theories of First Language Acquisition(3) The Nativist Approaches • LAD  UG : to ... ) Input (10) DiscourseCompetence and Performance 1 Competence • One’s underlying knowledge of a system
    Non-Ai HUMAN
    | 리포트 | 50페이지 | 3,000원 | 등록일 2013.04.08
  • 심리통계 총정리
    집단에서 뽑은 소수 집단(모집단과 특성이 같다고 좀)* 모수치(parameter) : 모집단의 특성(특히 분포)을 나타내는 값(true values)* 통계치(statistic ... 므로, 오류정도를 확률로 제시)* 기술통계 : 관심집단 연구 후 요약* 표집방법 : random sampling(무선, 무작위 표집): 모집단의 성원 각각이 뽑힐 확률이 동일* 통계 ... ,비직선 회귀방정식을 적용해야 함방법 in SAS = data R;Input x y;xx=x**2; → X**2 = x2 을 의미cards;;proc reg; model y=xxx;교하라
    Non-Ai HUMAN
    | 리포트 | 22페이지 | 8,500원 | 등록일 2017.04.23
  • 중간실기고사
    :////////////////////////////////////////////////////////////////////////////////////module fadd(a,b,c_in,out,carry);input a ... ;input b;input c_in;output out;output carry;assign {carry, out} = a+b+c_in;endmodulemodule add_4b(a,b,c ... _in,out,carry);input [3:0] a;input [3:0] b;input c_in;output [3:0] out;output carry;fadd a1 (.a(a[0
    Non-Ai HUMAN
    | 리포트 | 9페이지 | 2,000원 | 등록일 2012.04.20
  • 확률 구조 해석을 사용한 불확정 구조계의 이단계 최적설계
    한국기계기술학회 이병우
    Non-Ai HUMAN
    | 논문 | 6페이지 | 4,000원 | 등록일 2016.04.02 | 수정일 2023.04.05
  • 실험9(예비)
    된다.F(v) =where v is the input voltageV is the maximum input voltageA is the parameter used to define ... -lawA-law는 주로 유럽에서 사용하고 다음과 같이 표현된다.F(v) =where v is the input voltageV is the maximum input voltageA ... is the parameter used to define the amount of compression- μ-lawμ-law는 주로 North america, Japan에서 사용
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2012.01.02
  • Design for Baseband BPSK/QPSK Communication System using SIMULINK
    the channel, use the AWGN Channel block in the Communications Blockset with these parameters:Mode ... block in the Communications Blockset with these parameters:Check Stop simulation.Target number of ... Signal Processing Blockset, and set the latter block's Limit data points to last parameter to 1. The
    Non-Ai HUMAN
    | 리포트 | 10페이지 | 3,000원 | 등록일 2010.06.09
  • tap(N=4) zero forcing Equalizer 설계
    다. 그리고 1×p 행렬은 출력 r로 나온다.ii. 실제 channel① code 분석%%% parameter값 지정, random bit 생성eye=2 % eyediagram ... hannel_out,eye) % eyediagram으로 관찰- 가장 위의 4줄은 이 code에서 사용하는 parameter값을 지정해주고 random bit을 생성 해주는 코드이 ... 지점에서의 높이가 +0.4 되어서 출력된다.원래의 sinc 함수#4가 추가된 sinc 함수#5가 추가된 sinc 함수B. 아래의 Input의 값을 15에서 20으로 조정 후에 c
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 1,000원 | 등록일 2010.12.16
  • Signals and Spectra 발표 자료
    Signals □ Deterministic and Random Signals □ Periodic and Nonperiodic Signals □ Analog and Discrete ... Signals □ Energy and Power SignalsClassification Of Signals □ Deterministic and Random ... - PropertiesRandom Signals □ Random Variables - X(A) or X □ The cumulative distribution function - - Properties [c
    Non-Ai HUMAN
    | 리포트 | 45페이지 | 1,000원 | 등록일 2010.09.15
  • (영어에쎄이) 주식반환 변동성의 설명과 원인(APT 재정가격결정이론,CAPM 자본자산가격결정모형 설명) ,Comment on the volatility of stock returns, including its possible sources and consequences
    hancne parameter, the volatility, and input it into a relative simple formula to find the price of an ... option. Of the three uncertain parameters, changing volatility has the biggest impact on the price of ... & Scholes assumed that financial asset prices are random variables that are log normally distributed
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 2,000원 | 등록일 2012.01.16
  • 헤지비율에대한 분석(코드포함)
    mbda=0.8; % parameter of EWMAdata_origin_boom=xlsread('return(06_4~07_9)');data_origin_recession ... %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Selection of data Input data (price ... meanfor p=1:trdate(p,1)=fix(rand()*179+1); % Random number between 0~180 on Uniform Distributionrdate(p
    Non-Ai HUMAN
    | 리포트 | 15페이지 | 20,000원 | 등록일 2012.04.14
  • 컴퓨터모델링(수치해석)
    전까지는 프로그램이 반복적으로 실행되는지 등을 잘 구현해 낼 수 있는지 알아보았다. random 값을 생성할 수 있도록 rand()함수를 사용, 그리고 여러 가지 수학 함수 사용 ... input;//default menuprintf("CS101 Programming Assignment #2\n");printf("1. Integrating sine curve\n ... ");printf("2. Integrating cubic curve\n");printf("0. Exit Program\n");printf("Input the number : ");sc
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 2,000원 | 등록일 2010.07.04
  • 행맨 프로그램 (hangman c++[array사용]) - 모듈화를 통한 데이터베이스 구축, 파일 입출력가능(35pages)
    mean107.117.127.137.14Define the input_word1 function.Parameter 1 : hidden1 (character ARRAY, by the ... value)Parameter 2 : answer1 (character ARRAY, by the value)Read each data in the file.Declare an input ... input1 integer - pos(position of the letter which the user inputs to find the hidden word out)2 c
    Non-Ai HUMAN
    | 리포트 | 35페이지 | 6,000원 | 등록일 2008.10.14
  • MEMORY의 이해
    CPU에게 아무 일도 하지 않고 기다리게 만드는 것.Memory 기본 개념access 속도에 관련된 parameter 1) access time : 읽기/쓰기 동작에 소요되는 시간 ... 거ransistor를 사용 : EEPROM보다 집적도가 높다ROM Read-Only Memory비휘발성 메모리 : 전원이 제거되어도 data가 보존SRAM Static Random ... 지 않고 사용DRAM Dynamic Random Access Memory- 휘발성 memory - Refresh 동작이 필요 - 저속, 저가, 작은 면적Flash Memory의 특징
    Non-Ai HUMAN
    | 리포트 | 28페이지 | 3,500원 | 등록일 2009.09.26
  • 전문가요청 배너
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 11월 28일 금요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
11:10 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감