카페검색 본문
카페글 본문
-
Dev C++환경에서 영상처리하기 2025.04.15해당카페글 미리보기
ip.h" #define operation(VALUE) ((float) VALUE * 1.9) extern void write_pnm(image_ptr ptr, char filein[], int rows, int cols, int magic_number); extern image_ptr read_pnm(char* filename, int* rows, int* cols, int* type); int main(int argc...
-
2026-08-27 zimage prompt 2026.08.27해당카페글 미리보기
down her back and polished red nails adding coordinated color accents; the surrounding bookshelf is filled with rows of colorful books, warm wood grain, cabinet doors, and small built-in lighting, creating a cozy home-library environment...
-
[컴퓨터활용능력실기] 컴활 1급 긴 여정 (총 3트, 모두 합격, 2급부터 계단식) 2026.08.24해당카페글 미리보기
액세스 86(쿼리2문 -14)-α 결과 : 엑셀 75점 / 액세스 86점 2트 : 4-3-2는 공부하면서도 래커로(스)카(range.currentregion.rows.count)의 사용법만 익히고 버렸습니다. 다 풀고서도 시간이 남았는다면(실전에선 거의 촉박한듯), 검토하는 데에 사용...
-
낙산사 다래헌 모티브로 설계한 60평 한옥(반축 평당 380~480) - K HOUSE (Amazing hanok)한옥 집짓기 2026.08.24해당카페글 미리보기
approximately 70 pyeong in size and features a gable-roof structure—characterized by bird-wing-shaped brackets, two rows of tall inner columns (*goju*), and seven purlins—I modified the design for this project. Because the original...
-
Tetris_game 2026.08.18해당카페글 미리보기
0 elif block_mode == 4: block_blank_size = 0 block_fill = int(block_size * 1 / 3) def draw_screen(): global rows, columns, grid screen.fill((0, 0, 0)) for row in range(rows): for col in range(columns): draw_game(grid[row][col], (row, col...