随笔分类 -  Cpp programming

CPlusPlus programming language
摘要:HuffmanCoding.h /** * ***************************************************************************** * @file HuffmanCoding.h * @brief Huffman Coding ht 阅读全文
posted @ 2023-09-27 09:45 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0) 编辑
摘要:PrimsAlgorithm.h /** * ***************************************************************************** * @file PrimsAlgorithm.h * @brief Prim's Algorith 阅读全文
posted @ 2023-09-26 17:45 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0) 编辑
摘要:DijkstrasAlgorithm.h /** * ***************************************************************************** * @file DijkstrasAlgorithm.h * @brief Dijkstr 阅读全文
posted @ 2023-09-26 17:04 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0) 编辑
摘要:FordFulkersonAlgorithm.h /** * ***************************************************************************** * @file FordFulkersonAlgorithm.h * @brief 阅读全文
posted @ 2023-09-26 16:27 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:KruskalAlgorithm.h /*****************************************************************//** * \file KruskalAlgorithm.h * \brief Kruskal Algorithm克鲁斯卡尔算法 阅读全文
posted @ 2023-09-26 14:57 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要:SortAlgorithm.h /*****************************************************************//** * \file SortAlgorithm.h * \brief 业务操作方法 * IDE: VSCODE c11 https 阅读全文
posted @ 2023-09-20 14:56 ®Geovin Du Dream Park™ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:SortAlgorithm.h /*****************************************************************//** * \file SortAlgorithm.h * \brief 业务操作方法 * VSCODE c11 https://gi 阅读全文
posted @ 2023-09-19 22:55 ®Geovin Du Dream Park™ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:文件夹配置参考: https://code.visualstudio.com/docs/editor/variables-reference ${workspaceFolder} - VS Code 中打开的文件夹目录 (通常是项目的位置)${workspaceFolderBasename} - 没 阅读全文
posted @ 2023-09-17 19:37 ®Geovin Du Dream Park™ 阅读(117) 评论(0) 推荐(0) 编辑
摘要:SortAlgorithm.h /*****************************************************************//** * \file SortAlgorithm.h * \brief 业务操作方法 * VSCODE c11 * \author 阅读全文
posted @ 2023-09-12 22:36 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:下载编译器MinGW并解压官网页面:https://www.mingw-w64.org/下载页面:https://sourceforge.net/projects/mingw-w64/files/ https://cmake.org/download/ 安装插件“Doxygen Documentat 阅读全文
posted @ 2023-09-10 19:46 ®Geovin Du Dream Park™ 阅读(124) 评论(0) 推荐(0) 编辑
摘要:char* pp = new char[100]; char d[100] = "geovindu,涂聚文"; string ddstr= "geovindu,涂聚文"; char *dstr=nullptr; pp = d; dstr = &ddstr[0]; printf(dstr); prin 阅读全文
posted @ 2023-07-25 22:56 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0) 编辑
摘要:对于一个二维数组如: int aryy[9][9];求数组元素的总数: sizeof(a) / sizeof(int)而数组行数则为 :( sizeof(a) / sizeof(int) )/ ( sizeof(a[0]) / sizeof(int) )求数组列数: sizeof(a[0])/siz 阅读全文
posted @ 2023-07-02 00:32 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0) 编辑
摘要:/*****************************************************************//** * \file ConsoleSudoku.cpp c++ 14 * \brief 九宫独数填充游戏 * from https://github.com/va 阅读全文
posted @ 2023-07-01 10:11 ®Geovin Du Dream Park™ 阅读(37) 评论(0) 推荐(0) 编辑
摘要:/*****************************************************************//** * \file ConsoleTextFileDemoApp.cpp c++ 14 * \brief * * * \author geovindu * \da 阅读全文
posted @ 2023-06-30 21:11 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑
摘要:/*****************************************************************//** * \file DuSimple.h * \brief Interpreter Pattern 解释器模式 C++ 14 * 2023年6月10日 涂聚文 G 阅读全文
posted @ 2023-06-11 22:16 ®Geovin Du Dream Park™ 阅读(14) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 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 1 2 3 4 5
点击右上角即可分享
微信分享提示