-
arm disk tool that can flash disk formatting, partitioning
arm磁盘工具,可以格式化flash盘,分区等-arm disk tool that can flash disk formatting, partitioning
- 2022-12-26 10:45:04下载
- 积分:1
-
since the dialog was Eurocargo procedures. The shape of the window background ma...
自写的对话框换肤程序。窗口形状是背景图。支持动态按钮及用DLL接收处理按钮及按键消息。 编写程序只须重写DLL及更换一个背景图即可-since the dialog was Eurocargo procedures. The shape of the window background map. Button and supports dynamic DLL used to receive and process information button and the button. Only preparation procedures and rewriting DLL replacement can be a background map
- 2022-04-13 11:59:42下载
- 积分:1
-
STM32F103cet6实现的PWM输出实验
STM32F103cet6实现的PWM输出实验,能够输出PWM波形,已经实际使用,效果很好。
- 2023-03-25 07:00:04下载
- 积分:1
-
小型计数器。可以计算简单的“+、
小型计数器。可以计算简单的“+、-、*、/...”-Small counter. Can calculate a simple
- 2022-03-23 23:03:08下载
- 积分:1
-
约瑟夫斯写的问题解决功能。用整数序列的1,2,3…
编写一个求解Josephus问题的函数。用整数序列1, 2, 3, ……, n表示顺序围坐在圆桌周围的人。然后使用n = 9, s = 1, m = 5,以及n = 9, s = 1, m = 0,或者n = 9, s = 1, m = 10作为输入数据,检查你的程序的正 确性和健壮性。最后分析所完成算法的时间复杂度。定义JosephusCircle类,其中含完成初始化、报数出圈成 员函数、输出显示等方法。-Josephus write a problem solving function. With the sequence of integers 1, 2, 3, ... ..., n the order of sitting around the round table, said the people around. And then use n = 9, s = 1, m = 5, and n = 9, s = 1, m = 0, or n = 9, s = 1, m = 10 as input data, check the correctness of your program and robustness. Completed the final analysis, the algorithm" s time complexity. Definition JosephusCircle class, which included the completion of initialization, reported that the number of member functions of a circle, the output display and other methods.
- 2022-12-02 00:35:03下载
- 积分:1
-
把快捷方式的文件的路径,使用IShellLink。
怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
- 2023-07-15 01:10:03下载
- 积分:1
-
反射式红外探测
用红外发射二极管和常见的0038接收头构成,配合stc的单片机,作为近距离的检测使用,成本低,简单可靠,
- 2022-11-17 19:45:02下载
- 积分:1
-
html5实现3D旋转功能
html5实现3d旋转,界面点击图片根据鼠标的移动3D旋转,采用html5和js开发,适合新手研究,图片可以根据实际需要替换,可以拓展开发,3D效果跟浏览器有关系,建议使用火狐浏览器,对于基于ie内核的高版本也有良好的支持
- 2023-03-18 15:50:03下载
- 积分:1
-
conversion programming problems BST_Tr
转换的编程问题BST_Tr-conversion programming problems BST_Tr
- 2022-04-10 20:20:45下载
- 积分:1
-
类似msn的弹出窗口
类似msn的弹出窗口-msn similar to the pop-up window
- 2023-09-06 11:50:04下载
- 积分:1