-
AVR单片机WinAVR WAV
这是一个简单的SD音频播放器,只有一个8针微控制器。ATtinyX5系列(25/45/85)8针AVR微控制器有两个250kHz载波的快速PWM输出
- 2022-02-25 10:27:49下载
- 积分: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
-
在 Python 中的 HTTP 服务器
Web 服务器是处理请求的计算机系统通过 HTTP,基本的网络协议用于分发在万维网上的信息。这个词可以引用到整个系统,或专门软件,接受并监督 HTTP 请求。[] 1最常用的 web 服务器是主机的网站,但有其他用途,如游戏、 数据存储、 运行企业应用程序、 处理电子邮件、 FTP 或其他 web 使用。
- 2022-03-25 01:39:20下载
- 积分:1
-
Programa com uso do microprocessador 8051
Programa com uso do microprocessador 8051
- 2022-11-30 07:35:04下载
- 积分:1
-
这是一个关于一张年历表的课程设计说明,具体功能自己看去吧,谢谢。...
这是一个关于一张年历表的课程设计说明,具体功能自己看去吧,谢谢。-This is a list of courses on the design of a calendar note to look up specific functions go, thank you.
- 2022-12-22 23:35:03下载
- 积分:1
-
MODBUS焚化爐
MODBUS焚化爐4爐RTU資料收集器
1
2
3
4
- 2022-10-18 08:10:02下载
- 积分:1
-
视频测试程序
建立对 ffmpeg 的 windows 的 dll,该程序可以播放 rtsp 从 USB 相机。但它并不显示音频。它可以帮助 ffmpeg 停留的人。此源代码可以立即运行。
- 2022-08-19 20:34:52下载
- 积分:1
-
topsis法
理想解法程序,根据求值大小对各个指标进行排序-topsis method
- 2022-01-26 01:45:57下载
- 积分:1
-
Windows窗体中实现绘图等功能
代码实现windows界面的基础绘图功能,其中包括对文档的操作和绘制多种曲线。
- 2022-08-03 13:57:40下载
- 积分:1
-
BMP 转ICO
BMP 转ICO-BMP to ICO
- 2022-09-28 23:10:03下载
- 积分:1