4/2
정보의 3요소: 적, 지형, 기상 나폴레옹은 모스크바에서 좌절-General Winter, General Mud 첩보: 뜬 소문, 찌라시첩보를 쓸 수 있게 가공->정보(refined!) 기동: maneuver tempo: 상대적 속도, 리듬! 전투력 상대적 우세를 갖는 방법: 집중! 적을 분산시킨다! 분석적 방법/ 직관적 방법 METT+TC(Mission, Enemy, Troop available(가용부대->아군), Terrain, Time, Civil consideration) KJCCS합동지휘통제체계 Korean Joint Command and Control System MIMS Military Intelligence Management System: 군사정보통합처리체계 ATCSAFCCS KNCCS ..
2018. 4. 2.
3/27
#include #include #include "gmp.h"#include clock_t elapsed; float sec;#define START_WATCH \{\elapsed = -clock(); \}\ #define STOP_WATCH \{\elapsed += clock(); \sec = (float)elapsed / CLOCKS_PER_SEC; \}\ #define PRINT_TIME(qstr) \{\printf("\n[%s: %.5f s]\n", qstr, sec); \}\ void RSA_speed_test(int RSA_SIZE, gmp_randstate_t state) {//RSA Key Generation//공개키 : n, e//비밀키 : p,q,dmpz_t n, e, p, q, d;m..
2018. 3. 27.
3/26
군사작전의 3요소지형평가 5요소손자병법 제 1편에 나오는 전쟁개시전에서 재고 비교하는 요소는?대기동대화력전BMNT,EENT주도권: 상대방을 내맘대로 하는것 자신이 원하는 그림으로연합작전: 두개 이상 나라의 군대가 같은 목표를 갖고 작전 수행합동작전: 육해공군 component전투력의 상대적 우세가 왜 중요한가: 집중, 주도권 FOA: Freedom of ActionROE: Rule of Engagement교전규칙 전투수행기능 war fighting function 6가지: 지휘통제, 정보, 기동, 화력, 방호, 작전지속지원 지휘관(commander), 참모(staff) 정보수집, 정보생산, 정보전파 정보전파: 실시간대 정보전파를 위해 MIMS, ATCIS 등의 정보체계를 적극활용 METT+TCMissio..
2018. 3. 26.