资源列表
Introduction.to.Algorithms-english
- 算法导论[Introduction.to.Algorithms] 英文版-Introduction to Algorithms [Introduction.to.Algorithms] English
Knight
- 1.实验目的:通过实验理解算法的概念、算法的表示、算法的时间复杂度和空间复杂度分析;运用熟悉的编程工具对骑士周游列国问题进行求解,初步学会分析算法的时间复杂度和空间复杂度; 2.在一张国际象棋棋盘上(8*8方格),骑士(knight,马)位于任意一个位置。问如何才能让骑士不重不漏的经过棋盘上的每个格?本问题中已知骑士位置(m,n),其中0=<m,n<=8,要求给出骑士行走路径,路径可用8*8矩阵输出,其中值表示骑士到达此位置行走的步数(初始为1) -1. Experimen
Queen
- 8*8的国际象棋盘,每行放一个皇后,且每行每列不重复,递归解决八皇后问题-8* 8 chess set, put a queen per row, each column and each row will not repeat, the eight queens problem
Queen
- 8*8的国际象棋盘,每行放一个皇后,保证每行每列只有一个皇后,非递归方法解决八皇后问题-8* 8 chess set, put a queen each line to ensure that each row and each column has only one queen, non-recursive method to solve the eight queens problem
maze
- 回溯法解决迷宫问题,用TuborC来实现图形界面-Backtracking to solve maze problems, using a graphical interface implemented TuborC
BUBBLE-SORT
- BUBBLE SORT ALGORITHM USING C LANGUGE
data-structure-(anyview)
- 数据结构上机作业代码答案,为anyview版,可供学习数据结构的人提供一些参考。-The answer of data structure,just for the people who frsit contact to this course.
Producers-consumer-test-procedure
- 很好的一个教程实验——生产者-消费者实验程序-A good tutorial experiment-- producer- consumer experimental procedures
18
- 用c语言实现约瑟夫环的程序设计,从而直观的展现约瑟夫环的经典。-Joseph Ring with c language programming to intuitively show the classic Joseph Ring.
migong
- VS2008实现,矩阵类迷宫,C++,windos平台,已编译通过-VS2008 implementation, matrices maze, C++, windos platform, compiled by
juzhen
- 用C++实现稀疏矩阵相乘的算法,包括存储转换-C++, using sparse matrix multiplication algorithm
shujujiegou
- 建立一元多项式并按照指数降序排列输出多项式,将一元多项式输入并存储在内存中,能够完成两个多项式的加减运算并输出结果-The establishment of a polynomial and the index in descending order according to the output polynomial, will be a polynomial input and stored in memory to complete the addition and subtraction
