-
CC has released more than a month, but no effective defense CC CC code, issued t...
CC已经发布了一个多月了,但没有有效的CC防御方法CC的代码,发出来 ,大家讨论 一下 解压密码 www.77169.org-CC has released more than a month, but no effective defense CC CC code, issued to talk about extracting passwords www.77169.org
- 2022-06-20 09:33:44下载
- 积分: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
-
ChainCascade, harr 特征进行分类器训练,得到一个级联的boosted分类器,训练目标特征,检测物体,这是从opencv库 转化成 vc++源代...
ChainCascade, harr 特征进行分类器训练,得到一个级联的boosted分类器,训练目标特征,检测物体,这是从opencv库 转化成 vc++源代码,有一位博士完成,很不错。-ChainCascade, Harr features classifier training to be a cascade boosted classifier, training objectives features, object detection, which is OpenCV library into vc source code, complete with a doctorate, is pretty good.
- 2023-05-12 19:15:03下载
- 积分:1
-
Comrt_IDL.tar.gz
Comrt_IDL.tar.gz
- 2022-01-26 03:59:49下载
- 积分:1
-
ResizeDemo
可以根据对话框的大小自动改变对话框中控件的比例位置,只需将继承的Cdialog类替换为文件中的cdialog继承类,将需要改变位置的控件加入到DDX_CONTROL中即可,简单实用
- 2022-03-12 22:23:06下载
- 积分:1
-
VB环境 创建系统用户 并且可以自动提升权限的工具,很不错的说...
VB环境 创建系统用户 并且可以自动提升权限的工具,很不错的说-VB environment and create a system user can automatically enhance the competence of the instrument, it is good that
- 2022-04-08 22:17:35下载
- 积分:1
-
一个用C++ Builder6编写的控件,大家可以参考参考
一个用C++ Builder6编写的控件,大家可以参考参考-One with C++ Builder6 prepared controls, you can refer to reference
- 2022-09-27 01:55:02下载
- 积分:1
-
用vb编写的将HTML文件转换成文本文件的程序源代码
用vb编写的将HTML文件转换成文本文件的程序源代码-prepared with the HTML document will be converted into a text file with the source code
- 2022-02-05 11:46:44下载
- 积分:1
-
协同过滤算法
这是用于商品推荐的协同过滤算法。本算法的相似性度量采用的是皮尔森相似性。代码采用基于iterm的协同过滤,即先建立iterm的临近矩阵,对未打分的term采用临近矩阵进行打分。
- 2022-01-26 06:15:50下载
- 积分:1
-
移动Ad Hoc网络VANET
我在MATLAB中实现方案4首先就近选择以下节点发送应答。第二,
- 2023-04-07 06:10:03下载
- 积分:1