上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 329 下一页
摘要: 1、 选择对齐画板 2、选中对象; 3、进行对齐 4、需要注意的是,当你选择一个对象的时候,默认得对齐画板。当你选择多个对象的时候。默认相互对齐; 阅读全文
posted @ 2022-03-22 10:14 bH1pJ 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 1、方案1: #include <windows.h> #include <conio.h> #include <iostream> using namespace std; int main() { system("chcp 65001 > nul"); std::cout << "Hello, 阅读全文
posted @ 2022-03-22 10:02 bH1pJ 阅读(296) 评论(0) 推荐(0) 编辑
摘要: Virtual-Key Codes (Winuser.h) - Win32 apps | Microsoft Docs 阅读全文
posted @ 2022-03-22 10:01 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要: https://www.youtube.com/watch?v=L271J_lKyRA&ab_channel=CasualGamer cs 阅读全文
posted @ 2022-03-22 10:00 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 1、高帧率录制 【4K120hz】30秒教你录制高质量4k120hz投稿_哔哩哔哩_bilibili 码率控制 配置好之后的结果如下: 1、 2、 3、视频帧率 记得设置 如何使用potplayer查看录制视频的帧率,坑 (1)可以用pr看,有30 fps,60fps。 (2)或者自己计算? 2、O 阅读全文
posted @ 2022-03-22 10:00 bH1pJ 阅读(418) 评论(0) 推荐(0) 编辑
摘要: uint64_t getCurrentTime(); uint64_t getCurrentTime() { using namespace std::chrono; uint64_t ctime = duration_cast<milliseconds>(system_clock::now().t 阅读全文
posted @ 2022-03-21 18:05 bH1pJ 阅读(89) 评论(0) 推荐(0) 编辑
摘要: main.cpp中如何创建其他的方法? 阅读全文
posted @ 2022-03-21 18:04 bH1pJ 阅读(9) 评论(0) 推荐(0) 编辑
摘要: c++中如何区分按键被按下和弹起来? GetKeyState函数详解_小米的修行之路-程序员资料_getkeystate - 程序员资料 有些高端了; 线索 1、GetKeyboardState function (winuser.h) - Win32 apps | Microsoft Docs 2 阅读全文
posted @ 2022-03-21 18:04 bH1pJ 阅读(62) 评论(0) 推荐(0) 编辑
摘要: c++的extern是什么东西? extern 阅读全文
posted @ 2022-03-21 17:30 bH1pJ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: C++ 数据类型 | 菜鸟教程 阅读全文
posted @ 2022-03-21 16:47 bH1pJ 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 329 下一页