-
home Keng Muhammad laid on SPI, while the guilty 93C46 EEPROM SPI lowest MCU 805...
穆罕默德家放在SPI上,而有罪的是93C46EEPROMSPI最低的单片机8051
- 2022-08-07 01:30:07下载
- 积分:1
-
房间开始的使得开房间是得分看见似的放开了间的释放看的释放空间似的放了看见的释放较快...
房间开始的使得开房间是得分看见似的放开了间的释放看的释放空间似的放了看见的释放较快-Makes the rooms began to open to see if the room is open the scoring between the release of the release to see if put in space to see the release of a faster
- 2022-03-01 04:39:57下载
- 积分:1
-
取网络上本机的IP地址
取网络上本机的IP地址-network from the machine"s IP address
- 2022-07-06 15:44:57下载
- 积分:1
-
Android网上商城
实现简易的android网上商城,卖家通过web端注册上架商品,用户通过android端注册登录浏览商城并选择购买,实现收藏夹、购物车、买卖系统。
使用说明:使用tomcat开启服务器才能访问。android端和web端的url需要修改为自己的服务器,web端jdbc地址密码需要修改。
- 2022-07-16 19:03:48下载
- 积分:1
-
通过广度优先算法寻找迷宫(nSize*nSize)的最优路径。
通过广度优先算法寻找迷宫(nSize*nSize)的最优路径。-breadth- first through the maze to find algorithm (nSize* nSize) the optimal path.
- 2023-03-01 22:45:03下载
- 积分:1
-
书中的一个经典实例,在此摘录出来,让C++此方面编程的朋友可以更容易的找得到,压缩包内有3种识别技术的算法实例,需要慢慢研究哦。...
书中的一个经典实例,在此摘录出来,让C++此方面编程的朋友可以更容易的找得到,压缩包内有3种识别技术的算法实例,需要慢慢研究哦。-A classic example of the book, in this excerpt from, let C++ This regard programming friends can more easily find, compressed packet, there are three kinds of algorithm to identify examples of technologies, the need to study slowly Oh.
- 2022-01-31 08:57:09下载
- 积分:1
-
Forrest Shull
Guide to advanced empirical software engineering
2008
Forrest Shull
Guide to advanced empirical software engineering
2008
- 2022-03-31 03:30:04下载
- 积分:1
-
OpenCv的全称是Intel Open Source Computer Vision Library,由英特尔公司位于俄罗斯的研究实验室开发,它是一套可免费获...
OpenCv的全称是Intel Open Source Computer Vision Library,由英特尔公司位于俄罗斯的研究实验室开发,它是一套可免费获得的由一些C函数和C++类所组成的库,用来实现一些常用的图像处理和计算机视觉算法-Intel Open Source Computer Vision Library
- 2022-01-26 02:38:32下载
- 积分:1
-
SPM,即统计参数图,采用统计的方法来处理fMRI,PET和SPECT的数据
SPM,即统计参数图,也是这个软件的最终输出,它是由英国伦敦大学的Friston教授等人在通用数学软件包Matlab基础上开发的软件系统,其统计功能非常强大,设计这个软件包的初衷是采用统计的方法来处理fMRI,PET和SPECT的数据。
- 2022-04-07 09:46:28下载
- 积分:1
-
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的...
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem.
algorithm: backtracking.
First, put a queen on first line then find a suitable position on 2nd line for next queen, and so on. When all eight lines have queens, it means we have find a solution. If we put the i-th queen, but can find a suitable position on the (i+1)th line, then back to the ith line and move the queen on the ith line to next suitable position and move on to the next line. Repeat this until we have found all the solutions. Note:By this mean, some solutions maybe equivalent to others, some can be acquired by the rotation of other solutions.
- 2022-03-23 15:20:19下载
- 积分:1