카페검색 본문
카페글 본문
-
Portable V-dp & Portable Delta Loop Antenna Test 2022.12.10해당카페글 미리보기
Portable V-DP & Portable Delta Loop Antenna 를 실험 해 보았습니다. 가거도에 가지고 가서 교신 테스트를 해보았고요 . 12월10일 (토) 오후에 공방 앞 통로에서 실험 교신을 해 보았습니다. 가거도에서의 교신에 관한 글은 별도로 작성이므로 오늘 실험...
-
Olympus Bipolar Cutting Loop 2024.08.12해당카페글 미리보기
Urology loop electrodes are typically compatible with electrosurgical generators that provide the necessary electrical energy for tissue cutting and coagulation. They come in different sizes and configurations to suit the specific...
-
[RPI C 실습 26] BCM2835 LIB GPIO Test-2(pigpio Lib + timer IRQ + 쓰래드) 2024.08.05해당카페글 미리보기
gpio_Test99.c 3.36KB My_Rpi_GPIO_Lib_V2_4.h 3.66KB #include <bcm2835.h> #include <stdio.h> #include <pigpio.h> #define LED 1 #include "My_Rpi_GPIO_Lib_V2_4.h" const enum LED_P { LED1_ = 12, // BCM Mode LED2_ = 16, // BCM Mode LED3_ = RPI...
-
Re: 문제88.( 오늘의 마지막 문제) 위의 코드를 수정해서 개인정보가 emp_test에... 2023.07.25해당카페글 미리보기
78 loop SELECT * INTO V_EMP FROM EMP WHERE ROWID = substr(rowid, 1, 17) || chr(i) ; V_EMP.SAL := 0; V_EMP.DEPTNO := 0; V_EMP.COMM := NULL; V_EMP.HIREDATE := SYSDATE; V_EMP.JOB := 'SALESMAN'; INSERT INTO EMP_TEST VALUES V_EMP; end loop...
-
Re: 문제202. (오늘의 마지막 문제) for loop문을 더 사용해서 여러층으로 해도 되고.. 2024.07.24해당카페글 미리보기
#for loop문 생성하기 for(i in 5:20) { for(j in 1:3) { set.seed(1) con_model <- neuralnet(formula=strength ~ +cement+slag...coarseagg + fineagg + age , data=train_data, hidden=c(i,j)) result <- compute( con_model, test_data[ , 1:8...