-
调色板程序模拟,实现颜色的自定义调节
调色板程序模拟,实现颜色的自定义调节-Palette program to simulate to achieve a custom color adjustment
- 2022-05-28 18:52:48下载
- 积分:1
-
C++Prototype C 源码,经典下载
C++Prototype C 源码,经典下载-C++ Prototype C source code, classic download
- 2023-05-18 01:00:03下载
- 积分: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
-
一键ghost
一键ghost-A key ghost
- 2023-06-19 17:20:04下载
- 积分:1
-
实现字符串的ASCII码的十进制和十六进制转换。中英文提示,可以循环查询。结果输出到文本文件中保存。是计算机编程学习中一个有用工具。...
实现字符串的ASCII码的十进制和十六进制转换。中英文提示,可以循环查询。结果输出到文本文件中保存。是计算机编程学习中一个有用工具。-Realize the ASCII code string and hexadecimal decimal conversion. Tips in both English and Chinese, you can cycle of inquiry. The results output to a text file saved. Learning computer programming is a useful tool.
- 2022-02-07 15:19:29下载
- 积分:1
-
mathematical curve examples, see oh
数学曲线的实例,可以看看哦-mathematical curve examples, see oh
- 2022-05-19 19:09:37下载
- 积分:1
-
windows窗口查看与控制, 可以把任意窗口置顶,及关闭,掩藏等等.
windows窗口查看与控制, 可以把任意窗口置顶,及关闭,掩藏等等.-window to view and control windows can be arbitrary set-top window, and shut down, hide, etc..
- 2022-02-03 07:52:36下载
- 积分:1
-
海洋模式POM代码
资源描述计算流体动力学代码,计算三维潮波,潮流,公认的权威计算流体力学代码,使用方便,性能效率非常高。
- 2022-04-26 15:43:51下载
- 积分:1
-
一款专门用于伪彩色处理的软件,对色彩的处理划分的比较详细。已经调试过了!...
一款专门用于伪彩色处理的软件,对色彩的处理划分的比较详细。已经调试过了!-A specialized treatment for pseudo-color software, color treatment for a more detailed breakdown. Have been debug!
- 2022-06-03 13:04:26下载
- 积分:1
-
CRC编码算法,用VC实现
CRC编码算法,用VC实现-CRC coding algorithm, with VC
- 2023-07-13 05:00:03下载
- 积分:1