Lost !

-----hard working for the furture.

2023年8月4日

build project using makefile

摘要: 1 #include <Windows.h> 2 #include <iostream> 3 #include <string> 4 5 using namespace std; 6 int main() 7 { 8 std::cout << " select action " << std::en 阅读全文

posted @ 2023-08-04 16:19 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

win32 api

摘要: https://learn.microsoft.com/zh-cn/windows/win32/api/ 阅读全文

posted @ 2023-08-04 14:57 失落''80 阅读(20) 评论(0) 推荐(0) 编辑

cpp blog

摘要: https://www.cppszw.com https://devblogs.microsoft.com/cppblog https://devblogs.microsoft.com/cppblog/visual-studio-embedded-development https://devblo 阅读全文

posted @ 2023-08-04 10:37 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

2023年7月28日

qdxm5

摘要: https://download.csdn.net/download/douyutvailv2/87388219?utm_medium=distribute.pc_relevant_download.none-task-download-2~default~BlogCommendFromBaidu~ 阅读全文

posted @ 2023-07-28 11:38 失落''80 阅读(24) 评论(0) 推荐(0) 编辑

2023年7月27日

zip

摘要: ``` Get-ChildItem | Rename-Item -NewName {$_.Name + ".zip"} Get-ChildItem | Rename-Item -NewName {$_.Name -replace '.zip',''} ``` 阅读全文

posted @ 2023-07-27 14:29 失落''80 阅读(34) 评论(0) 推荐(0) 编辑

qdart

摘要: https://simpledownload.net/details/CPlchuu-ea/qdart-nr5g-win-4-8-installer-00017-1-rar.html 阅读全文

posted @ 2023-07-27 10:31 失落''80 阅读(28) 评论(0) 推荐(0) 编辑

2023年7月20日

labwindows 多线程

摘要: https://www.ni.com/zh-cn/support/documentation/supplemental/06/multithreading-in-labwindows--cvi.html https://forums.ni.com/t5/LabWindows-CVI/DiscardA 阅读全文

posted @ 2023-07-20 15:38 失落''80 阅读(13) 评论(0) 推荐(0) 编辑

isocpp

摘要: https://isocpp.org/get-started 阅读全文

posted @ 2023-07-20 08:20 失落''80 阅读(24) 评论(0) 推荐(0) 编辑

2023年7月17日

teststand

摘要: https://www.ni.com/zh-cn/support/documentation/supplemental/08/programming-with-the-teststand-api.html https://www.ni.com/zh-cn/support/documentation/ 阅读全文

posted @ 2023-07-17 17:57 失落''80 阅读(11) 评论(0) 推荐(0) 编辑

2023年6月5日

.vimrc

摘要: " Indentation & Tabs set autoindent set smartindent set tabstop=4 set shiftwidth=4 set expandtab set smarttab " Display & format set number set textwi 阅读全文

posted @ 2023-06-05 14:58 失落''80 阅读(5) 评论(0) 推荐(0) 编辑

导航