上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 119 下一页
摘要: // 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™ 阅读(42) 评论(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™ 阅读(71) 评论(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™ 阅读(35) 评论(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™ 阅读(57) 评论(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™ 阅读(46) 评论(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™ 阅读(304) 评论(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™ 阅读(34) 评论(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™ 阅读(23) 评论(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 20:15 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0)
摘要: #include<iostream> #include<stdio.h> #include<string.h> //显示中文,需要引用 using namespace std; void test() { int i = 10; for (int j = 0; j <= 3; j++) cout < 阅读全文
posted @ 2023-04-02 16:00 ®Geovin Du Dream Park™ 阅读(36) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 119 下一页