资源列表
Queen
- 八皇后问题,可以计算多个皇后问题和列出所有的解法。-sorry
three-character-primer-c_tac_toc
- 三子棋,游戏为两人对战,c语言设计,结构技巧,语法精辟
Backtrackingtosolvetheeightqueens
- 回溯法解决八皇后问题,自己编写,如有错误,敬请斧正-Backtracking to solve the eight queens problem, I have written, if an error, please Fu Zheng
struct
- 简单链表,超级简单的链表。一看就懂的链表-Simple list, super simple list. List understand at a glance
Binary-tree-computing
- C语言,输入一个表达式,根据表达式创建二叉树,并计算该表达式的值,源代码-C language, enter an expression, according to the expression to create a binary tree, and calculate the value of the expression, the source code
fabonacci_search
- fabonacci search,利用fabonacci array进行的search-fabonacci search, use the fabonacci array search
harddec
- programs for MiMO systems
IFS
- 迭代加深搜索,实质上是限定下界的深度优先搜索。即首先允许深度优先搜索K层,若没有发现可行解,再将K+1后 重复以上步骤搜索,直到搜索到可行解。-Iterative Deepening Search
Complex-arithmetic
- 一个可进行复数运算的演示程序,实现抽象数据类型—复数,及构造复数,并实现复数求和、求差、求积、复数显示等操作。-Complex operations can be a demonstration program, implementing abstract data types- complex, and complex structure, and implement complex sum, difference, quadrature, plural display operating.
LCS
- the longest common serials
map
- 《三国志》是一款很经典的经营策略类游戏。我们的小白同学是这款游戏的忠实玩家。现在他把游戏简化一下,地图上只有他一方势力,现在他只有一个城池,而他周边有一些无人占的空城,但是这些空城中有很多不同数量的同种财宝。我们的小白同学虎视眈眈的看着这些城池中的财宝。 按照游戏的规则,他只要指派一名武将攻占这座城池,里面的财宝就归他所有了。不过一量攻占这座城池,我们的武将就要留守,不能撤回。因为我们的小白手下有无数的武将,所以他不在乎这些。 从小白的城池派出的武将,每走一公理的距离就要消耗
YanghuiSanjiao
- 数据结构中经典的杨辉三角问题,用C语言实现-Classic Pascal' s Triangle data structure using C language