분류 전체보기(271)
-
웹 요청 순서 시각화
https://www.codeproject.com/Articles/5345372/Web-Request-Sequence-Visualization Web Request Sequence Visualization Here, I'll try to create a system that will allow us to quickly plot the sequence diagram of events during my request. www.codeproject.com 여기서는 나는 웹서비스를 요청하는 중간에 이벤트의 시퀀스 다이어그램을 신속하게 구성할 수 있는 시스템을 만들려고 합니다. 최신 웹 서비스에 대한 요청들은 매우 복잡합니다. 당신이 호출하는 서비스는 다른 서비스를 호출할 수 있습니다. 그것들은 등등의 다른 서비..
2022.12.11 -
뮤텍스, 세마포어 그리고 끔찍한 헤어스타일 사이
https://www.codeproject.com/Articles/5345515/Between-Mutex-Semaphore-and-Horrible-Hairdos Between Mutex, Semaphore and Horrible Hairdos Mutex or Semaphores are here to offer non-recursive semantics, so your program, or chunks of your code will only run once — no hairspray needed... www.codeproject.com 끔찍한 머리 모양의 유행하던 시절로 돌아가보면 단일 시스템에서 프로그램의 여러 인스턴스를 반복적으로 실행하는 것이 가능했죠: 여러 개의 창이 끊임없이 하나씩 열렸습니다. ..
2022.12.10 -
C++에서 데이터 전처리 및 시각화
https://towardsdatascience.com/data-preprocessing-and-visualization-in-c-6d97ed236f3b Data Preprocessing And Visualization In C++ A working code example on how to implement basic functionalities of Machine learning using C++ towardsdatascience.com C++를 사용하여 기계 학습의 기본 기능을 구현하는 방법에 대한 동작 코드 예제 https://gist.github.com/ahmhashesh “우리는 믿습니다. 모든 사람들은 데이터와 함께 해야 합니다.” — W. Edwards Deming, 통계학자, 교수, 저자,..
2022.12.09 -
데이터 사이언스을 위한 C/C++
https://opensource.com/article/20/2/c-data-science Using C and C++ for data science While languages like Python and opensource.com C99 및 C++11을 사용하여 일반적인 데이터 사이언스 작업을 수행해 봅시다. Python 및 R과 같은 언어가 데이터 사이언스에 점점 더 많이 사용되고 있기는 하지만 C 및 C++는 효율적이고 효과적인 데이터 사이언스을 위한 강력한 선택이 될 수 있습니다. 이 기사에서는 C99와 C++11을 사용하여 다음으로 설명 할 Anscombe의 4중주 데이터셋을 사용하는 프로그램을 작성할 것입니다. 검토할 가치가 있는 Python 및 GNU Octave기사를 다루면서 지속적으로 ..
2022.12.08 -
테스트 오케스트레이션: What, Why, and How?
https://www.javacodegeeks.com/2022/10/test-orchestration-what-why-and-how.html Test Orchestration: What, Why, and How? - Java Code Geeks - 2022 Automated testing strengthens the continuous testing cycle by reducing human intervention, thereby reducing error frequency. Test scripts, scalable & www.javacodegeeks.com 자동 테스트는 사람의 개입을 줄여 오류 빈도를 줄임으로써 지속적인 테스트 주기를 강화시킵니다. 테스트 스크립트, 확장 가능하고 신뢰할 수 있는 테스..
2022.12.06 -
세가지 점근적 분석법
https://www.javatpoint.com/data-structure-asymptotic-analysis DS Asymptotic Analysis - javatpoint DS Asymptotic Analysis with Introduction, Asymptotic Analysis, Array, Pointer, Structure, Singly Linked List, Doubly Linked List, Circular Linked List, Binary Search, Linear Search, Sorting, Bucket Sort, Comb Sort, Shell Sort, Heap Sort, Merge Sort, Select www.javatpoint.com 데이터 구조 라는 것은 데이터를 효율적으로 ..
2022.12.05