随笔分类 -  c++语言

上一页 1 2 3 4 5 6 7 8 ··· 26 下一页

c++语言
摘要:IMPLEMENT_DYNCREATE(CMainFrm, CFrameWnd)IMPLEMENT_DYNAMIC(CMainFrm, CFrameWnd) 阅读全文

posted @ 2024-06-15 17:35 lydstory 阅读(37) 评论(0) 推荐(0)

摘要:SetUnhandledExceptionFilter作用 SetUnhandledExceptionFilter作用 SetUnhandledExceptionFilter作用 设置异常捕获函数 阅读全文

posted @ 2024-06-15 02:52 lydstory 阅读(28) 评论(0) 推荐(0)

摘要:https://www.arduined.eu/ch340-windows-10-driver-download/ 阅读全文

posted @ 2024-06-15 00:25 lydstory 阅读(23) 评论(0) 推荐(0)

摘要:#include "stdafx.h" #include <iostream> using namespace std; bool uc_is_usb(char *devid) { return strlen(devid) > 3 && devid[0] == 'U' && devid[1] == 阅读全文

posted @ 2024-06-10 23:07 lydstory 阅读(50) 评论(0) 推荐(0)

摘要:https://learn.microsoft.com/zh-cn/troubleshoot/developer/visualstudio/cpp/libraries/call-script-control-run-method 阅读全文

posted @ 2024-06-10 22:42 lydstory 阅读(15) 评论(0) 推荐(0)

摘要:http://www.lukool.cn/download 录屏软件哪个好用_电脑录屏怎么录_KK录像机官网_免费下载 (kklxj.com) https://svip.ieway.cn/newRegister 录屏收费 阅读全文

posted @ 2024-06-04 14:11 lydstory 阅读(17) 评论(0) 推荐(0)

摘要:// uinttest.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <iostream> #ifndef GENERIC #define GENERIC #endif using namespace std; typedef unsign 阅读全文

posted @ 2024-06-04 04:16 lydstory 阅读(50) 评论(0) 推荐(0)

摘要:uint16 IOTest_Result2=0; //第2次检测 IOTest_Result2 |= (1 << 2); IOTest_Result2 |= (1 << 3); IOTest_Result2 |= (1 << 3); 阅读全文

posted @ 2024-06-03 21:57 lydstory 阅读(13) 评论(0) 推荐(0)

摘要:IAR集成开发环境 ewd&ewp&eww文件介绍 阅读全文

posted @ 2024-06-03 16:27 lydstory 阅读(15) 评论(0) 推荐(0)

摘要:ONT Management and Control Interface,光网络终端管理与控制接口)协议是用于管理光纤到户(FTTH)网络中光网络终端(ONT)的一种协议。它定义了光线路终端(OLT)和ONT之间的通信机制,使得网络服务提供商能够远程管理和配置ONT。 OMCI的作用主要体现在以下几 阅读全文

posted @ 2024-05-12 03:35 lydstory 阅读(50) 评论(0) 推荐(0)

摘要:mosquitto mqtt c++ 阅读全文

posted @ 2024-05-03 16:23 lydstory 阅读(29) 评论(0) 推荐(0)

摘要:#include <stdio.h> # define FAST_FUNC /* nothing */ FILE* FAST_FUNC fopen_for_read(const char *path) { return fopen(path, "r"); } FILE* FAST_FUNC xfop 阅读全文

posted @ 2024-04-29 17:50 lydstory 阅读(28) 评论(0) 推荐(0)

摘要:UKUI开源界面设计 UKUI开源界面设计 UKUI开源界面设计 UKUI开源界面设计 UKUI开源界面设计 阿里云 mqtt 云服务 共享茶室 ..... 阅读全文

posted @ 2024-04-27 00:38 lydstory 阅读(41) 评论(0) 推荐(0)

摘要:#include <iostream> #include <string> #include <cctype> int main() { std::string input; std::cout << "请输入一个字符串: "; std::getline(std::cin, input); // 读 阅读全文

posted @ 2024-04-26 20:33 lydstory 阅读(28) 评论(0) 推荐(0)

摘要:import sys rows = 4 cols = 4 matrix = [[0, 1,1,1], [30, 30,-1,40],[0, 20,20,40],[10, -1,30,40]] offsets = ((-1, 0), (1, 0), (0, -1), (0, 1)) class Nod 阅读全文

posted @ 2024-04-26 20:10 lydstory 阅读(34) 评论(0) 推荐(0)

摘要:https://blog.csdn.net/2301_76848549/article/details/136465492?csdn_share_tail=%7B%22type%22%3A%22blog%22%2C%22rType%22%3A%22article%22%2C%22rId%22%3A% 阅读全文

posted @ 2024-04-26 19:26 lydstory 阅读(10) 评论(0) 推荐(0)

摘要:音频效果.... rtp rtsp ssrc: 唯一会话id 阅读全文

posted @ 2024-04-21 00:40 lydstory 阅读(15) 评论(0) 推荐(0)

摘要:https://www.tipray.com/ 阅读全文

posted @ 2024-04-20 10:10 lydstory 阅读(28) 评论(0) 推荐(0)

摘要:网络虚拟化之 tun/tap 网络设备 阅读全文

posted @ 2024-04-17 22:38 lydstory 阅读(11) 评论(0) 推荐(0)

摘要:VMWare 16 + Ubuntu (VSCode + ESPressIF开发环境,官方SDK) Ubuntu 用户密码 ssrgroup 阅读全文

posted @ 2024-04-16 18:21 lydstory 阅读(14) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 26 下一页

导航