-
GP2Y0E03
sharp的GP2Y0E03测距传感器,通信方式为IIC(I2C),MCU是STM32L151C8T6,硬件连线只需两根电源线和两根数据线(SCL、SDA线),因为我自己在网上没找到,所以是自己写好调通的,希望能帮助到有需要的朋友
- 2022-01-25 22:32:05下载
- 积分:1
-
百度地图实现
模拟百度地图实现,功能完善,实用性高。
- 2022-02-05 00:59:46下载
- 积分:1
-
Java语言规范(第三版)
书籍语言: 英文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小:...
Java语言规范(第三版)
书籍语言: 英文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 868 KB
-Java Language Specification (third edition) books Language : English books categories : program design license : free software books Size : 868 KB
- 2022-05-08 08:01:25下载
- 积分:1
-
用辗转相除发求最大公约数
用辗转相除发求最大公约数-made his eliminate fat used for the common denominator
- 2022-04-07 07:28:38下载
- 积分:1
-
An excellent book to basics of programming
An excellent book to basics of programming
- 2022-09-05 21:40:03下载
- 积分:1
-
In this project I try to use many features of Matlab like image processing , ani...
工业机器人的图像处理,动画控制其他MATLAB工具箱(虚拟现实工具箱)Matlab的许多功能。
所附文件包含在Simulink模型,转换成图像信号,数据处理,以控制机器人动画-In this project I try to use many features of Matlab like image processing , animation control (Virtual Reality Toolbox) with other Matlab toolboxes.
The attached files contains a Simulink model that convert the image processing data into signals in order to control the animation of the robot.
- 2022-07-25 20:10:14下载
- 积分:1
-
自己编写的一个小玩意
自己编写的一个小玩意-themselves prepared a plaything
- 2022-02-21 15:36:51下载
- 积分: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
-
通过编程实现递归与分治策略的有关算法,理解递归与分治策略算法的原理,掌握递归与分治策略基本思想与应用技巧。...
通过编程实现递归与分治策略的有关算法,理解递归与分治策略算法的原理,掌握递归与分治策略基本思想与应用技巧。 -Through the realization of recursive programming strategy and separation of the relevant algorithms, understanding of the recursive algorithm with sub-rule strategy of the principle of recursion and divided master the basic strategy of thinking and application skills.
- 2022-01-25 15:52:47下载
- 积分:1
-
摄像头采样相机样品
camera sample camera sample camera sample-camera samplecamera samplecamera samplecamera sample
- 2022-03-18 17:28:08下载
- 积分:1