전체 글55 Hex 편집기 설치 여기서 내려받았다. https://mh-nexus.de/en/downloads.php?product=HxD20 Downloads | mh-nexus Downloads I am looking for new translators, if you want to help, here is a list of unmaintained translations. Note: Starting with HxD 2.3, the portable edition is available as separate setup program, and can be run with minimal privileges (no admin rights mh-nexus.de 2023. 2. 13. 양자 통신 기사 모음 http://scimonitors.com/%eb%91%90-%eb%b0%98%eb%8f%84%ec%b2%b4-%ec%96%91%ec%9e%90%ec%a0%90-%ec%82%ac%ec%9d%b4-%eb%86%92%ec%9d%80-%ea%b0%80%ec%8b%9c%ec%84%b1-%ec%96%91%ec%9e%90-%ea%b0%84%ec%84%ad-%eb%8b%ac%ec%84%b1/ Science Monitor AI, Quantum Computing Science & Technology Magazine scimonitors.com http://scimonitors.com/70km-%eb%8b%a8%eb%b0%a9%ed%96%a5-%ec%96%91%ec%9e%90-%eb%84%a4%ed%8a%b8%ec%9b%8.. 2022. 12. 30. c언어로 움직이는 도넛 만들기 HTML 삽입 미리보기할 수 없는 소스 #include #include #include //memset #include //sin, cos //#include // usleep int main() { system("color A"); // 이 코드 없으면 아래로 새 이미지들이 내려감 float A = 0, B = 0; float i, j; int k; float z[1760]; char b[1760]; printf("\x1b[2J"); // 화면 청소 for(;;) { memset(b, 32, 1760); memset(z, 0, 7040); for(j = 0; j < 6.28; j += 0.07) { for(i = 0; i < 6.28; i += 0.02) { float c = sin(i); float .. 2022. 6. 12. 인공지능 신경망 구축 HTML 삽입 미리보기할 수 없는 소스 1. ## 13.3 보스톤 집값 예측 # 데이터 확인 install.packages("neuralnet") install.packages("MASS") library(neuralnet) library(MASS) { head(Boston) tail(Boston) # 분석 대상 데이터 할당 # crim, zn, chas, nox, rad, mediv data 2022. 6. 7. 이전 1 ··· 4 5 6 7 8 9 10 ··· 14 다음