会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
36
37
38
39
40
41
42
43
44
···
618
下一页
2024年7月3日
知乎and掘金
摘要: https://juejin.cn
阅读全文
posted @ 2024-07-03 20:38 lydstory
阅读(30)
评论(0)
推荐(0)
usbserver官方厂家
摘要: 北京盛讯美恒科技发展有限公司 http://www.usbserver.com/
阅读全文
posted @ 2024-07-03 09:52 lydstory
阅读(28)
评论(0)
推荐(0)
usbserver工程师手记(一)ukey 抓包
摘要: ukey抓包原因 usbserver 兼容大多数ukey, 在极端情况下,会有一些ukey 不识别,这时候可以通过抓包,把数据发给厂家分析的方式解决 一、主要步骤 1、安装网络抓包工具wireshark 2、安装usb 设备抓包工具 3、配置网络端口 tcp port 33000 抓包 4、配置新插
阅读全文
posted @ 2024-07-03 08:24 lydstory
阅读(108)
评论(0)
推荐(0)
2024年6月30日
四元数 指针
摘要: 四元数 指针、四元数 指针 四元数 指针 四元数 指针
阅读全文
posted @ 2024-06-30 20:22 lydstory
阅读(15)
评论(0)
推荐(0)
2024年6月29日
c++ 10进制转2进制
摘要: #include <iostream> using namespace std; void fun(int n) { if (n == 0) { cout << 0; return; } int binary[32]; // 存储二进制数的数组 int i = 0; while (n > 0) {
阅读全文
posted @ 2024-06-29 09:58 lydstory
阅读(26)
评论(0)
推荐(0)
2024年6月28日
Kinect for windows sdk
摘要: 一、官方指导 To Create an Unmanaged Application follow these steps for implementing an unmanaged application. 1. include <NuiApi.h> in your source code 2. f
阅读全文
posted @ 2024-06-28 16:50 lydstory
阅读(46)
评论(0)
推荐(0)
圆刚视频采集卡
摘要: https://www.avermedia.cn/
阅读全文
posted @ 2024-06-28 14:34 lydstory
阅读(12)
评论(0)
推荐(0)
strlcpy实现
摘要: #include <iostream> using namespace std; size_t strlcpy(char *dst, const char *src, size_t siz) { char *d = dst; const char *s = src; size_t n = siz;
阅读全文
posted @ 2024-06-28 10:43 lydstory
阅读(9)
评论(0)
推荐(0)
2024年6月27日
disk_everything文件查找
摘要: disk_everything文件查找软件
阅读全文
posted @ 2024-06-27 11:16 lydstory
阅读(12)
评论(0)
推荐(0)
2024年6月26日
openssl 与证书
摘要: openssl 与证书 openssl 与证书 openssl 与证书 openssl 与证书
阅读全文
posted @ 2024-06-26 21:38 lydstory
阅读(11)
评论(0)
推荐(0)
上一页
1
···
36
37
38
39
40
41
42
43
44
···
618
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告