上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 108 下一页
摘要: // 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™ 阅读(31) 评论(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™ 阅读(206) 评论(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™ 阅读(18) 评论(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™ 阅读(15) 评论(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™ 阅读(17) 评论(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™ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: /** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: *编写一个程序,使它能够读入10个整数,并且存储其中互不相同得数,最后将这10个数输出 * 历史版本: JDK 8.01 * 2023-03-12 创建者 geovindu * 2023-03-12 添加 Lambda 阅读全文
posted @ 2023-04-01 06:32 ®Geovin Du Dream Park™ 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Reference resourceshttps://github.com/alex-doe/open-ocr-dotnethttps://github.com/tleyden/open-ocr/ gohttps://github.com/DayBreak-u/chineseocr_litehttp 阅读全文
posted @ 2023-03-31 14:41 ®Geovin Du Dream Park™ 阅读(173) 评论(0) 推荐(0) 编辑
摘要: GPTs are GPTs: An Early Look at the Labor Market Impact Potential of Large Language Modelshttps://arxiv.org/pdf/2303.10130.pdf Sparks of Artificial Ge 阅读全文
posted @ 2023-03-25 15:50 ®Geovin Du Dream Park™ 阅读(20) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 温度高低 /// geovindu /// </summary> public class HighLowTemps { /// <summary> /// 高 /// </summary> public int High { get; set; } /// <s 阅读全文
posted @ 2023-03-21 16:34 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 108 下一页