블로그
-
open ai 라이브러리 파이썬으로 설치하고 오류 해결하기
그 이후로부터 서술 (venv) PS C:\Users\K\PycharmProjects\pythonProject> pip install --upgrade openai Collecting openai Using cached openai-0.26.1.tar.gz (55 kB) Installing build dependencies ... done Getting requirements
blog.naver.com · 2023.01.15
-
SureM International Long Messages Calculation Method
Thank you for using our service. numbers, and special characters (@,$,*,% etc.) shown on the keyboard. - SMS : 0 to 160 characters. - C-SMS
blog.naver.com · 2022.09.28
-
SureM Messaging Service Introduction
We would like to sincerely thank you for your continuous trust in using our services. way) - 2-FA (OTP Verification) - ACS International Messaging Service - Inbound/Outbound/Transit SMS - C-SMS
blog.naver.com · 2022.07.13
-
아무렇게나 c# 정리 노트- [1]
c# 정리 노트 사실 c#을 제대로 배우려면, c/ c++을 먼저 배우는 것이 맞으나 우리는 시간과 그만큼의 정성을 들이기 싫다.! C(26개) : break, case, char, const, continue, default, do, double, else, enum, extern, float, for, goto
blog.naver.com · 2021.07.18
-
[OpenCvSharp]Image Stabilization
Learn OpenCV에 올라와 있는 특징점 매칭을 이용한 흔들림 보정 소스 코드를 OpenCvSharp로 바꾼 코드 Video Stabilization Using Point Feature Mat에서 관련 DLL이 없다고 나올 경우 Releases · shimat/opencvsharp · GitHub 위 사이트에서 해당 DLL을 받아서 사용할 것 (자세한 내용은 [C#
blog.naver.com · 2020.12.09
-
setting GDB on eclipse
install X window change permission the user as root MAKEFILE: using original Makefile on eclipse : 출처 C++ Application: /mnt/hgfs/XXXX/eclipse_project/nginx1.19/objs/nginx Mutil PROCESS DEBUGGING in 'Debug
blog.naver.com · 2020.11.28
-
20-C3001. [C++, Console] 파일이름 한번에 바꾸기
+ 문서코드 : 20-C3001 + [C++, Console] 파일이름 한번에 바꾸기 + 작성일 : 2020.07.23 + 리소스 파일 이름을 한꺼번에 바꿔야 하는 문제 발생 - 하나하나 #include #include using namespace std; int main(){string sName = "Engine"; string chDir = ".
blog.naver.com · 2020.07.23
-
[어쩌다공부] #코로나19바이러스 에서 탈출하는 가장 #로맨틱한방법 #BBC #뉴스 로 해보는 #영어공부
An astronomer and an astrophotographer have been using their knowledge of space to escape the effects They said it was a way of c.......
blog.naver.com · 2020.07.12
-
분류 모델 평가 - Confusion Matrix, ROC Curve
However, Precision is not negligible, so using the F1 Score is a reasonable choice. C.
blog.naver.com · 2020.05.13
-
C++ using 사용법
예제 ) include int main() { namespace a { int function(int a, int b) { return 0; } int function2(int c, int d) { return 0; } } a::function(); using a::function; function(); a::function2(); using namespace
blog.naver.com · 2019.02.28