-
at89c51的电压输出设计
c51,D/A实现制定电压调节控制
at89c51的电压输出设计
c51,D/A实现制定电压调节控制-89c51 D/A 电压输出设计
- 2022-06-28 01:14:51下载
- 积分: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
-
线程的冬冬,用来调试线程的哦,大家试试看,
线程的冬冬,用来调试线程的哦,大家试试看,-threads of the boys, used to debug multithreaded Oh, we give it a try, huh-huh
- 2023-01-02 15:00:04下载
- 积分:1
-
贪吃蛇游戏的程序,上键向上,下键向下,右键向右,左键向左...
贪吃蛇游戏的程序,上键向上,下键向下,右键向右,左键向左
-Snake game procedures on the bond upward, downward keys, right- right, left Left
- 2022-01-26 07:19:05下载
- 积分:1
-
component
组件开发用c++开发的小程序生成单词读写快书-component
- 2022-02-11 15:21:19下载
- 积分:1
-
demo the xg1cc graphics , which is based on VC++ programming
用VC++编写的用以显示xg1cc分形图的小程序-demo the xg1cc graphics , which is based on VC++ programming
- 2023-03-19 12:15:03下载
- 积分:1
-
这个软件主要是用于ASCII查询器的小工具。
这个软件主要是用于ASCII查询器的小工具。-This software is mainly used for ASCII devices Gadgets query.
- 2022-02-01 01:55:38下载
- 积分:1
-
windows定时器
Windows的自动开关任务,时间和任务设定后,让程序自动执行。Windows的注册表编辑器没有自动定位功能,要打开某项注册表键值必须一级级展开,十分麻烦,注册表定位器帮你一键快速定位到注册表项,方便之极,网络上的各种注册表定位器软件也是运用了此源代码,如果你设计的软件需要此项功能可以参考一下该源码,
- 2022-04-09 03:00:30下载
- 积分:1
-
学习C++过程中总结的方法 过程 以及可以使用的模式等,希望对大家有用哦...
学习C++过程中总结的方法 过程 以及可以使用的模式等,希望对大家有用哦-Learning C++ Process method of summing up the process and can use the model, so that useful for everyone Oh
- 2022-03-01 07:43:08下载
- 积分:1
-
in C++ Builder, it can be easy to show transparent bitmap. Bitmap and transparen...
在C++Builder中,可以轻而易举地显示透明位图。透明位图与透明GIF图像相比有一个很大的优点,即:GIF图像格式最大支持256种颜色,位图却可以支持真彩色。 -in C++ Builder, it can be easy to show transparent bitmap. Bitmap and transparent transparent GIF image compared with a lot of advantages, namely : GIF format images maximum support 256 color bitmap can support true color.
- 2022-01-22 10:40:35下载
- 积分:1