资源列表
NQueen
- n皇后问题可以表示成n-元组(x1,…,xn),其中xi是放在第i行的皇后所在的列号。于是,解空间由nn个n-元组组成。 显示约束条件为Si={1,2,…….,n},1 i n。 隐式约束条件之一为没有两个xi相同(即任意两个皇后不在同一列上)。将其加入到显式条件中,于是解空间的大小由nn个元组减少到n!个元组。 -n queens problem can be expressed as n-tuple (x1, ..., xn), where xi i
SP2troubleshooting
- 如果 SP2 装不上,可以参考这些步骤来解决问题。这些步骤可以自动修复系统损坏了的文件。-If SP2 can not install on the computer, please try the troubleshooting steps to fix the problem. They can help repair the corrupted system files.
qsort
- quick sort code in c-quick sort code in c++
Binarytreesortraversedeletedetermine
- 用C++编程实现二叉树的排序,插入,删除等操作-Programming with C++ binary tree sort, insert, delete and other operations
TM_FDTD
- matlab FDTD算法模拟TM波,Mur吸收边界;-matlab FDTD algorithm for wave simulation of TM
power
- // Demonstrates a recursive function for raising a number // to an integer power.-// Demonstrates a recursive function for raising a number // to an integer power.
a
- 贪心法求0/1背包 已知背包的容量和物品的个数和重量价值 -The greedy algorithm to find 0/1 knapsack
Fishing-net-or-drying
- 中国有句俗语叫三天打鱼两天晒网.某人20岁从1990年1月1日起开始三天打鱼两天晒网问这个人在以后的某一天中是打鱼还是晒网?-Chinese saying goes, called the fits and starts. Someone 20 years from January 1, 1990 began in fits and starts after the network asked the people in one day in the sun or fishing net ?
migong
- 迷宫问题 一个迷宫可用上图所示方阵[m,n]表示,0表示能通过,1 表 示不能通过。现假设耗子从左上角[1,1]进入迷宫,编写算法,寻 求一条从右下角 [m,n] 出去的路径-Maze A maze of available shown on the square [m, n], 0 through a table Means you can not pass. It is assumed that the mouse from the upper left corner [
czxttkl
- 这是一个实现链表的程序,可以为初学者提供一定的学习资料-stack
matched_filter
- programme utiliser pour filtrage des signaux compresés
eight_queen
- 八皇后问题的python实现,喜欢折腾算法的朋友,可以下载看看。-Eight queens problem Python implementation, like tossing algorithm friends, you can download to see.
