上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: c 1.遍历目录 查找图片 2.在 pictureBox 循环播放 阅读全文
posted @ 2018-12-14 10:42 scott_h 阅读(3047) 评论(0) 推荐(0) 编辑
摘要: control endpoint 发送,接收数据 返回fasle , lastError = 997, 抓包查看 Control Transfer (UP) XXXXXXXXX 1. Device: FX3 Status: 0xc0000004 USBD_STATUS_STALL_PID 0xC00 阅读全文
posted @ 2018-11-27 15:26 scott_h 阅读(1044) 评论(0) 推荐(0) 编辑
摘要: 在控制面板中,选择“添加删除程序”,找到office ,选择“更改”,在对话框中选择“添加删除功能”,然后选择自定义安装,添加上office工具 中的.net可编程性支持,安全起见,把excel下的,word下的此选项都添加上,然后点击“更新”按钮,更新office,完成后再回到.net开发平台。 阅读全文
posted @ 2018-11-19 09:46 scott_h 阅读(8314) 评论(0) 推荐(0) 编辑
摘要: 一般Jlink版本 和 Jag(硬件)最好匹配 安装Jlink 时,IAR的工具包也可以顺带安装。 有源码: IAR 可以自动选择CPU型号,代码直接Download and debug https://www.segger.com/products/debug probes/j link/ htt 阅读全文
posted @ 2018-11-04 19:43 scott_h 阅读(5177) 评论(0) 推荐(0) 编辑
摘要: BIOS EFI ACHI 安装win10 GPT 分区表 MBR分区表 ` === gpt 不支持ntfs 导致win10镜像,(install.wim 大于4G) u盘FAT格式无法存放。 所以 要一个FAT当引导,一个NTFS 用来放win10 镜像 用 tongyongpe.com 的PE工 阅读全文
posted @ 2018-10-14 22:09 scott_h 阅读(446) 评论(0) 推荐(0) 编辑
摘要: VS2017编译cpp工程出现问题 硬件型号:芯片版本 Cypress FX3 USB3014(和芯片无关)) 重现步骤: 1.解压 2.VS2017编译自带demo 3.以上demo是vc2008的工程,转换为vs2017的工程后 4. 添加【SetupAPI.Lib】 win10 SDK库,不需 阅读全文
posted @ 2018-10-09 11:21 scott_h 阅读(738) 评论(0) 推荐(0) 编辑
摘要: `df`命令查看挂在的U盘和硬盘,ssd 右边可以看到路径 阅读全文
posted @ 2018-10-07 14:39 scott_h 阅读(2068) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-09-08 02:05 scott_h 阅读(4) 评论(0) 推荐(0) 编辑
摘要: "Linux(C/C++)下的文件操作open、fopen与freopen" open是linux下的底层系统调用函数,fopen与freopen c/c++下的标准I/O库函数,带输入/输出缓冲。 linxu下的fopen是open的封装函数,fopen最终还是要调用底层的系统调用open。 所以 阅读全文
posted @ 2018-09-04 19:32 scott_h 阅读(1855) 评论(0) 推荐(0) 编辑
摘要: "Linux时钟精度:毫秒?微妙?纳秒?" 阅读全文
posted @ 2018-09-04 18:07 scott_h 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: linux 遍历目录+文件(优化版本) windows原生API 遍历版本(当年受了不少折磨) c++17 FS 还是挺好用的, VS2017支持,但是linux g++7.3 还是不支持 filesystem #include<filesystem> #include<regex> //正则表达式 阅读全文
posted @ 2018-09-03 23:01 scott_h 阅读(3454) 评论(2) 推荐(0) 编辑
摘要: preview /MD, /MT, /LD (Use Run-Time Library) #windows创建和调用静态库 Walkthrough: Create and use a static library // MathFuncsLib.h namespace MathFuncs { cla 阅读全文
posted @ 2018-09-02 05:30 scott_h 阅读(471) 评论(0) 推荐(0) 编辑
摘要: "CRT Library Features" The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com. The latest version of t 阅读全文
posted @ 2018-08-29 22:36 scott_h 阅读(540) 评论(0) 推荐(1) 编辑
摘要: 无法解析的外部符号 _WinMain@16,该符号在函数 ___tmainCRTStartup 中被引用 出现原因: 连接程序在负责连接可执行程序时,选择相应的c/c++运行时启动函数。如果设定了/subsystem:windows连接程序开关,那么连接程序会试图寻找WinMain或wWinMain 阅读全文
posted @ 2018-08-29 17:31 scott_h 阅读(3444) 评论(0) 推荐(0) 编辑
摘要: 这个哥们也遇到一样的问题 "CUDA 9.1/9.2 与 Visual Studio 2017 (VS2017 15.6.4) 的不兼容问题" 错误有显示 我看到默认VS工程中是 1.需要【win SDK 版本】10.0.15063.0 但是这个版本我并没有,所以在VS2017 Install 中 阅读全文
posted @ 2018-08-28 03:47 scott_h 阅读(1335) 评论(0) 推荐(0) 编辑
摘要: "ARM交叉编译工具链" 为什么要用交叉编译器? arm交叉编译器 分类和说明: 从授权上,分为免费授权版和付费授权版。 免费版目前有三大主流工具商提供, 1. GNU(提供源码,自行编译制作) 2. Codesourcery 3. Linora (提供源码,和已经编译好的release binra 阅读全文
posted @ 2018-08-25 13:34 scott_h 阅读(12846) 评论(0) 推荐(0) 编辑
摘要: 无论windows,linux 所有的库 ,dlib,opencv 通过cmake gui 设置好静态库, 动态库,和其他各个选项 Tips: cmake 优先级用cmake gui,因为命令太多,容易敲错!!!!! cmake 默认是制作动态库.so, 若需要制作静态库 1.BUILD_SHARE 阅读全文
posted @ 2018-08-24 20:30 scott_h 阅读(4395) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lidp/archive/2010/03/02/1696447.html 一般下载一个网站目录 wget 下载整个网站,或者特定目录 需要下载某个目录下面的所有文件。命令如下 wget c r np k L p www.xxx.org/pub/path/ 阅读全文
posted @ 2018-08-22 09:47 scott_h 阅读(2209) 评论(0) 推荐(0) 编辑
摘要: RSA加密算法 C++实现 https://www.cnblogs.com/Silenceneo xw/p/6718334.html 非对称加密技术 RSA算法数学原理分析 https://www.cnblogs.com/tinyxiong/p/7842839.html dlib bigint的实现 阅读全文
posted @ 2018-08-16 13:05 scott_h 阅读(155) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en us/library/f6xx1b1z.aspx https://www.cnblogs.com/runningRain/p/5674833.html 阅读全文
posted @ 2018-08-14 20:05 scott_h 阅读(920) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页