上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 118 下一页
摘要: 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™ 阅读(22) 评论(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™ 阅读(31) 评论(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™ 阅读(24) 评论(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™ 阅读(252) 评论(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™ 阅读(26) 评论(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™ 阅读(24) 评论(0) 推荐(0)
摘要: /** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: 1-100 累加值 但要求跳过所有包含有3的数 * 公用类库 公共所需要用的操作函数或方法 * * 历史版本: JDK 8.01 * 2023-03-12 创建者 geovindu * 2023-03-12 添加 Lam 阅读全文
posted @ 2023-03-19 09:31 ®Geovin Du Dream Park™ 阅读(51) 评论(0) 推荐(0)
摘要: /** * 1.某小伙想定一份外卖,商家的优惠方式如下: * 鱼香肉丝ShreddedPork单点24元,油炸花生米FriedPeanuts单点8元,米饭 CookedRice单点3元。 * 订单满30元8折优惠。 discountedPrice * 鱼香肉丝优惠价16元,但是优惠价和折扣不能同时使 阅读全文
posted @ 2023-03-12 01:20 ®Geovin Du Dream Park™ 阅读(80) 评论(0) 推荐(0)
摘要: httpd.conf 修改端口: # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instr 阅读全文
posted @ 2023-03-09 22:37 ®Geovin Du Dream Park™ 阅读(150) 评论(0) 推荐(0)
摘要: https://github.com/processing/p5.jshttps://p5js.org/examples/ https://p5js.org/libraries/https://processing.org/https://openprocessing.org/https://git 阅读全文
posted @ 2023-03-07 15:06 ®Geovin Du Dream Park™ 阅读(105) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 118 下一页