搜索资源列表
elephant
- 国际象棋中的象在棋盘上总是沿着对角线方向移动。若两个象互相处在对方可以到达的位置上,就可以互相攻击。如下图所示,黑色的格子表示象B1能够到达的位置。象B1和B2间可以互相攻击,但B1和B3间不可以。B2和B3间同样不可以互相攻击。-As in chess on the board is always moving along the diagonal direction. If two like each other in the position of the other party can
plap
- Linear equation solver for diagonal dominant matrix
waterfill_block
- Block Diagonal Waterfilling 功率注水模块-function Optimal_precoder = waterfill_block(H, P,Num_BS_RFchains) Returns optimal covariance matrix and capacity for block diagonal channel H, where H(:,:,1) is first channel, H(:,:,2) is 2nd
N皇后
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It is put forward the internationa