上一页 1 2 3 4 5 6 7 8 9 10 ··· 103 下一页
摘要: /** * @file helloworld.c * @author your name (geovindu@163.com) * @brief thread * @version 0.1 * @date 2023-10-24 * ide: vscode c11,c17 Ubuntu 22.04 * 阅读全文
posted @ 2023-10-24 15:58 ®Geovin Du Dream Park™ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 下载插件安装 Doxygen Commentshttps://marketplace.visualstudio.com/items?itemName=FinnGegenmantel.doxygenComments 在工具--选项 进行设置 阅读全文
posted @ 2023-10-24 15:29 ®Geovin Du Dream Park™ 阅读(45) 评论(0) 推荐(1) 编辑
摘要: /** * file Sort.js * ide:vscode JavaScript Sorting Algorithms * 插件:IntelliSense,JSDoc,CodeLens,Debugger for Chrome, 静态代码检查:ESLint,JSHint,Flow Langugae 阅读全文
posted @ 2023-10-23 19:43 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: /** * @file helloworld.c * @author your name (geovindu) * @brief * ide: vscode c11,c17 * @version 0.1 * @date 2023-10-21 * * @copyright Copyright (c) 阅读全文
posted @ 2023-10-22 20:14 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: /** * @file validator.h * @author your name (you@domain.com) * @brief 访问者模式 Visitor Pattern 来源: C现代编程 集成开发环境、设计模式、极限编程、测试驱动开发、重构、持续集成 日.花井志生著,杨文轩译,人民邮 阅读全文
posted @ 2023-10-21 14:56 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-sca 阅读全文
posted @ 2023-10-20 17:28 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: windows: /** * ***************************************************************************** * @file TakeNumber.h * @brief 排队等号 window * @author (geov 阅读全文
posted @ 2023-10-19 14:47 ®Geovin Du Dream Park™ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: /** * file: nested.rs * IDE: vscode * */ ///公有函数 pub fn function() { println!("called `my::nested::function()`"); } ///私有函数 #[allow(dead_code)] fn pri 阅读全文
posted @ 2023-10-19 08:53 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: /** * ***************************************************************************** * @file duSortType.h * @brief * @author () * @date 2023-10-18 * @c 阅读全文
posted @ 2023-10-16 00:22 ®Geovin Du Dream Park™ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ///file: nestd.rs ///ide: RustRover 233.8264.22 /// /// /// /** *自定义函数 */ pub fn function() { println!("called `my::nested::function()`"); } #[allow(d 阅读全文
posted @ 2023-10-14 21:47 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 103 下一页