搜索资源列表
N-queen
- 求解n皇后问题。给定一个N×N的棋盘,在棋盘上放置N个皇后,使得N个皇后两两之间互不攻击。任何两个处于同一列,同一行,同一对角线上的皇后都会互相攻击。 -Solve the n queens problem. To set a NN board, place N queens on a chessboard, making the N-queens do not attack each other between every two. Any two in the same column,
simulink
- 一个鱼雷攻击目标模型的matalab仿真,用c++实现,最后画出了鱼雷的攻击弹道,实在二维平面内的,里面用了龙格库塔的积分算法,可以参考-A torpedo attack matalab target model simulation, using c++ realize, finally draw a torpedo attack trajectory, it is, which used the Runge-Kutta integration algorithm for 2D plane,
Synflooding
- 洪水攻击代码实现 洪水攻击也称为拒绝服务攻击。可以有很多种方式进行这种攻击,本程序主要讨论比较常用的利用TCP三次握手的漏洞来耗尽计算机资源的方式来进行攻击。-Flood attack code Flooding is also known as a denial of service attack. There are many ways you can make this kind of attack, this program focuses on the more c
Eight-queen
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-Eight queens problem is an old and famous, is a typical case of backtracking algorithm The problem is the international chess player