上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 118 下一页
摘要: lib /def:sqlite3.def /machine:ix86 如果程序文件编码是ANSI时还需要解决中文读写乱码问题 sqlite3* sql = NULL; // 一个打开的数据库实例 const char* path = "geovindu";//某个sql文件的路径 // 根据文件路径 阅读全文
posted @ 2023-04-15 13:24 ®Geovin Du Dream Park™ 阅读(44) 评论(0) 推荐(0)
摘要: /** * 版权所有 2023 涂聚文有限公司 * 许可信息查看: * 描述: *用100元买100只鸡,大公鸡5元一只,母鸡3元1只,小鸡一元3只,问各能买多少只? * 历史版本: JDK 8.01 * 2023-03-12 创建者 geovindu * 2023-03-12 添加 Lambda 阅读全文
posted @ 2023-04-14 12:07 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要: // NarcissisticInfo.h : //练习案例:水仙花数 100 - 1000 NarcissisticNumber //案例描述:水仙花数是指一个 3 位数,它的每个位上的数字的 3次幂之和等于它本身 //例如:1 ^ 3 + 5 ^ 3 + 3 ^ 3 = 153 //请利用do. 阅读全文
posted @ 2023-04-13 17:10 ®Geovin Du Dream Park™ 阅读(33) 评论(0) 推荐(0)
摘要: // CSVfilemanagement.h : //练习案例:CSV 文件读写 // // 2023年4月5日 涂聚文 Geovin Du edit. // https://www.digitalocean.com/community/tutorials/getline-in-c-plus-plu 阅读全文
posted @ 2023-04-11 19:55 ®Geovin Du Dream Park™ 阅读(62) 评论(0) 推荐(0)
摘要: // NarcissisticList.h : //练习案例:水仙花数 100 - 1000 NarcissisticList //案例描述:水仙花数是指一个 3 位数,它的每个位上的数字的 3次幂之和等于它本身 //例如:1 ^ 3 + 5 ^ 3 + 3 ^ 3 = 153 //请利用do... 阅读全文
posted @ 2023-04-11 00:31 ®Geovin Du Dream Park™ 阅读(33) 评论(0) 推荐(0)
摘要: // CardinalDirection.h : //练习案例:九九乘法表位置 CardinalDirection //案例描述:九九乘法表位置 // //2023年4月5日 涂聚文 Geovin Du edit. // #pragma once #ifndef CARDINALDIRECTION_ 阅读全文
posted @ 2023-04-11 00:26 ®Geovin Du Dream Park™ 阅读(49) 评论(0) 推荐(0)
摘要: // RandomlySampled.h : 此文件包含 "RandomlySampled" 类。十个常用排序算法 C++ 11 // 2023年4月9日 涂聚文 Geovin Du edit. #pragma once #ifndef RANDOMLYSAMPLED_H #define RANDO 阅读全文
posted @ 2023-04-09 15:33 ®Geovin Du Dream Park™ 阅读(40) 评论(0) 推荐(0)
摘要: 按住 Ctrl+Shift+Alt+/ (不够快捷的快捷键...)选中Registry...(用于CLion 2022.3.2版本) 然后取消run.processes.with.pty 叮噹 The Unicode Standard, Version 15.0 https://unicode.or 阅读全文
posted @ 2023-04-05 22:59 ®Geovin Du Dream Park™ 阅读(276) 评论(0) 推荐(0)
摘要: vs 2022 C++语言注释插件: Doxygen Comments https://marketplace.visualstudio.com/items?itemName=FinnGegenmantel.doxygenComments // TenSortAlgorithms.h : 此文件包含 阅读全文
posted @ 2023-04-05 21:32 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要: PigInfo.h #ifndef PIGINFO_H #define PIGINFO_H #include <iostream> #include<string.h> #include<math.h> using namespace std; /* 实体类 https://learn.micros 阅读全文
posted @ 2023-04-04 22:39 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 118 下一页