-
more and more plug
多风格多插件美化版本同学录-more and more plug-style landscaping version website
- 2022-12-23 13:05:03下载
- 积分:1
-
用win32SDK实现了一个与MFC类似的程序,虽然不完美,但很适合MFC初学者学习之用,此程序对MFC的实现原理做了很好的描述。...
用win32SDK实现了一个与MFC类似的程序,虽然不完美,但很适合MFC初学者学习之用,此程序对MFC的实现原理做了很好的描述。
- 2022-02-03 18:17:26下载
- 积分: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
-
MultiViewDemo
静态窗口分割
- 2022-06-20 15:13:10下载
- 积分:1
-
树树的场景渲染,渲染,艺术和粘贴等动作
四叉树quadtree的场景绘制,渲染,贴文理,等等动作-Quadtree quadtree scene rendering, rendering, Arts and paste, and so on action
- 2023-07-10 18:35:03下载
- 积分:1
-
运行时,需要人工交互输入数据,按照界面给出的提示完成输入即可。
结果显示从初始状态到目标状态的整个过程。...
运行时,需要人工交互输入数据,按照界面给出的提示完成输入即可。
结果显示从初始状态到目标状态的整个过程。-Run-time, the need for manual interaction input data, in accordance with the interface are given prompts to complete the input. The results showed that from the initial state to target state of the whole process.
- 2022-08-08 23:55:05下载
- 积分:1
-
用途:用向量(稀疏存储)形式的Gauss
用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b
% 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。
% x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默
% 认500)。 -purposes : with Vector (sparse storage) form of Gauss- Seidel iterative solution of linear equations Ax = b% Format : spgs x = (A, b, x0, e, N), A coefficient matrix, b subguadratic vector, returning x vector. X0% for initial vector (the default origin), e-precision (default 1e-4), iteration ceiling set to prevent divergence (mime identified 500%).
- 2022-04-14 12:19:24下载
- 积分:1
-
非常难找的[内存编译/查看]源码,且非常实用,可为检测项目的内存运行状态。...
非常难找的[内存编译/查看]源码,且非常实用,可为检测项目的内存运行状态。-MemEdit
- 2022-02-16 03:42:59下载
- 积分:1
-
get the register key value of file system and show it.
得到文件系统的相关注册表键值,并且显示出来-get the register key value of file system and show it.
- 2022-01-28 09:08:42下载
- 积分:1
-
用VC实现的系统服务启动程序,可修改源码添加需要实现的服务功能...
用VC实现的系统服务启动程序,可修改源码添加需要实现的服务功能-Implemented with the VC system services to start program can modify the source code to add the service function of the need to achieve
- 2022-08-18 13:22:58下载
- 积分:1