随笔分类 -  c++语言

1 2 3 4 5 ··· 25 下一页

c++语言
qt vs2013 opencv
摘要:https://blog.csdn.net/weixin_39475536/article/details/137197843?utm_medium=distribute.pc_feed_404.none-task-blog-2~default~BlogCommendFromBaidu~activi 阅读全文

posted @ 2025-02-15 16:24 lydstory 阅读(2) 评论(0) 推荐(0) 编辑

gmssl v2命令
摘要:1.gmssl sm2 -genkey -out sm2_private.key 2.gmssl sm2 -in sm2_private.key -out sm2_private.pem 3.gmssl pkcs12 -export -inkey sm2_private.key -in sm2_ce 阅读全文

posted @ 2025-02-12 16:50 lydstory 阅读(2) 评论(0) 推荐(0) 编辑

maxkb
摘要:https://maxkb.cn/ 阅读全文

posted @ 2025-02-12 15:52 lydstory 阅读(2) 评论(0) 推荐(0) 编辑

vs2008添加64位程序
摘要:✅ VS2008 本身不支持 64 位编译,但可以通过 Windows SDK 6.1 / 7.0 添加支持✅ VS2008 SP1 + Windows SDK 7.0 提供更好的 64 位支持✅ 可以使用命令行工具(cl.exe)编译 64 位程序✅ 适用于 Windows XP/Vista/7/ 阅读全文

posted @ 2025-02-07 07:06 lydstory 阅读(6) 评论(0) 推荐(0) 编辑

编译truecrpyt7.1
摘要:1.crypt编译 nasm-2.07 安装 1. TrueCrypt 7.1a 官方推荐编译环境 组件版本要求 Visual Studio VS2008 (VC9) ✅ 推荐 Windows Driver Kit (WDK) WDK 7.1.0 / WinDDK 7600.16385.1 ✅ 推荐 阅读全文

posted @ 2025-02-07 06:25 lydstory 阅读(1) 评论(0) 推荐(0) 编辑

libpng 图像倒置
摘要:#include <png.h> #include <iostream> #include <fstream> void invertImageColors(const char* inputFilename, const char* outputFilename) { FILE *fp = fop 阅读全文

posted @ 2025-02-01 10:18 lydstory 阅读(1) 评论(0) 推荐(0) 编辑

windows input cs
摘要:using System; using System.Runtime.InteropServices; using System.Text; using WindowsInput; class Program { [DllImport("user32.dll", SetLastError = tru 阅读全文

posted @ 2025-01-24 14:43 lydstory 阅读(6) 评论(0) 推荐(0) 编辑

全新发布:企业级安全网盘解决方案,助力数据高效流转与安全管理
摘要:全新发布:企业级安全网盘解决方案,助力数据高效流转与安全管理!在数字化办公快速发展的今天,信息安全与数据高效管理成为企业的核心需求。我们全新推出的企业级网盘系统,为您提供一站式解决方案,集稳定性、高安全性、多功能性于一体,助力您的企业高效运行和数据安全保障。以下是我们的网盘核心亮点:1. 稳定可靠的 阅读全文

posted @ 2025-01-21 19:45 lydstory 阅读(7) 评论(0) 推荐(0) 编辑

sqlite3 mysql每秒查询性能
摘要:数据库的查询性能(如每秒查询次数,QPS,即 Queries Per Second)取决于多种因素,包括数据库引擎、硬件配置、查询复杂度、数据量以及系统优化程度等。以下是对 SQLite 和 MySQL 每秒查询能力的比较和分析: SQLite 每秒查询能力 性能特点: SQLite 是一个轻量级、 阅读全文

posted @ 2025-01-21 11:10 lydstory 阅读(61) 评论(0) 推荐(0) 编辑

detours编译
摘要:jmpews/Detours-mirror: detours mirror v3.0 Build 343 (microsoft add x64 support) (github.com) 阅读全文

posted @ 2025-01-20 18:03 lydstory 阅读(4) 评论(0) 推荐(0) 编辑

mfc调用com
摘要:在 MFC 中调用基于 COM 的组件时,可以使用 COleDispatchDriver 提供的机制进行接口的封装和方法的调用。以下是详细步骤和代码示例,说明如何在 MFC 应用程序中使用 CIOutDocMaker 类: 阅读全文

posted @ 2025-01-14 22:12 lydstory 阅读(7) 评论(0) 推荐(0) 编辑

httpclient proxy socks5代理
摘要:xiangwangfeng/httpclient: Http client for windows (github.com) 阅读全文

posted @ 2025-01-02 12:44 lydstory 阅读(11) 评论(0) 推荐(0) 编辑

e路导航在vmware安装成功 但是rdp远程登录 安装失败
摘要: 阅读全文

posted @ 2024-12-15 13:14 lydstory 阅读(8) 评论(0) 推荐(0) 编辑

stu-540
摘要:stu-540 stu-540 stu-540 wacom 阅读全文

posted @ 2024-12-14 21:10 lydstory 阅读(2) 评论(0) 推荐(0) 编辑

我做的文件加解密软件
摘要:支持 16进制 异或 des aes 国密sm4 5种文件 加解密算法..... 阅读全文

posted @ 2024-12-10 07:49 lydstory 阅读(5) 评论(0) 推荐(0) 编辑

WinPcap
摘要:WinPcap · Developer Resources 阅读全文

posted @ 2024-11-11 02:02 lydstory 阅读(6) 评论(0) 推荐(0) 编辑

VeraCrypt
摘要:VeraCrypt - Free Open source disk encryption with strong security for the Paranoid 阅读全文

posted @ 2024-10-01 01:35 lydstory 阅读(28) 评论(0) 推荐(0) 编辑

socks-libev
摘要:shadoso 阅读全文

posted @ 2024-09-28 15:44 lydstory 阅读(8) 评论(0) 推荐(0) 编辑

tinyfecVPN
摘要:wangyu-/tinyfecVPN: A VPN Designed for Lossy Links, with Build-in Forward Error Correction(FEC) Support. Improves your Network Quality on a High-laten 阅读全文

posted @ 2024-09-28 15:38 lydstory 阅读(15) 评论(0) 推荐(0) 编辑

python socks5
摘要:LixiaofengLix/py-socks5-server: A simple SOCKS5 server implemented in Python, supporting TCP and UDP proxy. (github.com) 阅读全文

posted @ 2024-09-27 07:15 lydstory 阅读(7) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 25 下一页

导航

点击右上角即可分享
微信分享提示