资源列表
bashuma
- 八数码问题可视化程序,使用c++语言编写,现提供给大家了-8 digital issues of visual programming, using c++ Languages, are now available to all of the
DouLinList
- 关于循环双链表的使用,如插入、删除、链表长度、链表内容等。-On the use of a doubly linked list of the cycle, such as insert, delete, linked list length, linked lists and content.
boyer_moore
- boyer moor算法应用程序代码时空权衡设计方法-the boyer moor algorithm application code space-time balancing design method
exercise6
- this exam2 for ssd4-this is exam2 for ssd4
123
- 首先将给定值key与表中中间位置记录的关键字相比较,若二者相等,则查找成功,否则根据比较的结果确定下次查找的范围是在中间记录的前半部分还是后半部分,然后在新的查找范围内进行同样的查找,如此重复下去,直到在表中找到关键字与给定值相等的记录,或者确定表中没有这样的记录。 编写程序构造一个有序表La,从键盘接收一个关键字key,用二分查找法在La 中查找key,若找到则提示查找成功并输出key所在的位置,否则提示没有找到信息。 -Binary search source code
cPPAlgorithms
- 对于数据结构和算法中涉及到的内容,进行总结,形成了这本文档中涉及到的经典算法。-Related to the contents of the data structures and algorithms, to sum up, the formation of this document relates to the classical algorithm.
det
- C++实现求矩阵行列式,手动输入维数和矩阵-C++ implementation requirements matrix determinant
ch09_04
- 该程序是在Visual C++环境下编写的给数字排序的程序,简单易懂。-The program is in Visual C++ environment, the number prepared to sort of process, easy to understand.
Datastructure
- C++实现的各种数据结构,直接导入就可以使用各种数据结构,包括图、矩阵、list-C++ implementation of the various data structures can be used directly into a variety of data structures, including maps, matrix, list, etc.
pornt
- ACM中南大学找出最大的正方形,希望对大家的学习有帮助()
krmsentation
- 混沌时间序列分析与预测工具箱,包括了混沌时间序列分析的很多方法和预测方法,()
chongyans
- 1. 本程序在Visual C++环境中运行,执行文件为:ZYSBB.cpp 2. 程序运行后,显示学生信息,然后提示用户输入变量的个数,接着输入逻辑表达式(变量按A,B,C…顺序输入大写英文字母)。 3. 若所键入的是重言式或是矛盾式,则显示“表达式是重言式”或“表达式是矛盾式”;否则显示“表达式既不是重言式,也不是矛盾式” 4. 接着显示两个菜单项以供用户选择:*人机交互输入(E/e) 显示真值表(Z/z)* 按E/e则与用户交互输入,根据设定的变量值,求出逻辑表达式的值;按
