일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- npn
- Transistor
- 펠리칸만년필
- 서버 터짐
- 본명조와 본고딕 글씨체가 맘에 들어요.
- 유튜브 서버 터짐
- 꿀팁
- Pelican
- 일대일대응
- 부분인쇄
- PnP
- 필사
- 필사용 만년필
- inhaler
- icecreamsundae
- 유튜브 서버
- timetimermod
- 다중적분
- MOD
- 교류직류
- 변수변환
- 언젠가 나도 내집을 꾸미겠지.
- 유튜브 에러
- timetimer
- AC DC
- 내돈
- 일대일변환
- 읽었던 것도 다정리해놔야겠다.
- 미술관 가고싶다.
- 유튜브 먹통
목록공부 (76)
Woooniverse
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
#include #include using namespace std; class Printer { private: string model, printer, person; public: Printer(string _model = "d_model", string _printer = "d_printer", string _person = "d_person") : model(_model), printer(_printer), person(_person) { } virtual void printInfo() { cout
#include using namespace std; class Account { string name, id; int balance; public: Account(string input_name = "defalut_name", string input_id = "defalut_id", int input_bal = 0) : name(input_name), id(input_id), balance(input_bal) {} //생성자 및 defalut 초기화 string getName(void)const; string getID(void)const; int getBal(void)const; Account operator+(const Account& someone_account) { Account result(t..
m.blog.naver.com/pkw00/220226903866 RMS(root mean square) 값의 이해 ◈ 임의의 n개의 값 에 대한 제곱평균제곱근(root mean square) 또는 그 줄임말인 rms값은 다음 산식 과 같... blog.naver.com
m.blog.naver.com/oyuniee/221348849851 확률질량, 확률밀도함수의 의미? 통계파트로 넘어오면서 가장 먼저 배우게 되는 것이 확률변수, 확률변수의 종류로 이산확률변수와 연속확률... blog.naver.com 지렸다...
오랜만! https://jbkim.tistory.com/entry/%EA%B0%9C%EA%B4%80%EC%97%90%EC%84%9C-%EC%96%B4%EB%96%BB%EA%B2%8C-%EC%A0%95%EC%83%81%ED%8C%8C%EA%B0%80-%EB%A7%8C%EB%93%A4%EC%96%B4%EC%A7%80%EB%82%98개관에서 어떻게 정상파가 만들어지나?아래글은 Q&A에서 개관에서 어떻게 정상파가 이루어지나?라는 질문에 대한 답변의 내용을 다시 옮긴 것입니다. 정상파는 서로 반대 방향으로 진행하는 파동이 중첩하여 만들어집니다. 따라서 악jbkim.tistory.comhttps://physicstutor.kr/2031개관진동, 폐관진동 - 수험생 물리현악기나 타악기에서 소리가 나는 것은 물체의 진..