上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 119 下一页
摘要: /** * file: factory.ts * 抽象工厂 * The Abstract Factory interface declares a set of methods that return * different abstract products. These products are 阅读全文
posted @ 2023-10-04 16:55 ®Geovin Du Dream Park™ 阅读(23) 评论(0) 推荐(0)
摘要: /** * @file geovindu.c * @author geovindu (Geovin Du) * @brief * @version 0.1 * @date 2023-10-03 * * @copyright Copyright (c) 2023 * */ #include "incl 阅读全文
posted @ 2023-10-03 09:57 ®Geovin Du Dream Park™ 阅读(32) 评论(0) 推荐(0)
摘要: /// <summary> /// 打开DAT 文件 /// </summary> void operatefile() { char data[100]; const char* fname = "afile.dat"; // 打开文件. ofstream outfile; outfile.ope 阅读全文
posted @ 2023-10-02 11:20 ®Geovin Du Dream Park™ 阅读(67) 评论(0) 推荐(0)
摘要: JavaScript设计模式 Frontent Architecture for Design Systemsby Micah Godbolt Learning Javascirpt Design Patternsby Addy Osmanihttps://www.oreilly.com/libra 阅读全文
posted @ 2023-10-02 11:16 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要: // Sorting Algorithms int JavaScript /** * file Sort.js * 1. Bubble Sort冒泡排序法 */ function BubbleSort(arry, nszie) { var i, j, temp; var swapped; for ( 阅读全文
posted @ 2023-10-01 21:31 ®Geovin Du Dream Park™ 阅读(19) 评论(0) 推荐(0)
摘要: /** * encoding: utf-8 * 版权所有 2023 涂聚文有限公司 * 许可信息查看:https://github.com/Baidu-AIP/java-sdk/blob/master/src/main/java/com/baidu/aip/http/AipRequest.java 阅读全文
posted @ 2023-09-30 17:33 ®Geovin Du Dream Park™ 阅读(211) 评论(0) 推荐(0)
摘要: using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Web; using System.N 阅读全文
posted @ 2023-09-30 16:11 ®Geovin Du Dream Park™ 阅读(102) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 311 # Datetime : 2023/9/30 6:56 阅读全文
posted @ 2023-09-30 08:37 ®Geovin Du Dream Park™ 阅读(196) 评论(0) 推荐(0)
摘要: // JavaScript Document // file:1.js // edit: geovindu, Geovin Du /*var GeovinDu = { firstName: "Geovin", lastName: "Du" }; var student1 = { id: "12345 阅读全文
posted @ 2023-09-29 20:32 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 311 # Datetime : 2023/9/21 21:2 阅读全文
posted @ 2023-09-29 06:58 ®Geovin Du Dream Park™ 阅读(32) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 119 下一页