资源列表
Tautology-course-design
- 重言式课程设计 1.一个逻辑表达式如果对于其变元的任一种取值都为真,则称为重言式;反之,如果对于其变元的任一种取值都为假,则称为矛盾式;然而,更多的情况下既非重言式,也非矛盾式。本演示程序通过真值表判别一个逻辑表达式属于上述哪一类。 2.在本演示程序中,逻辑表达式从终端输入,长度不超过一行。逻辑运算符包括“|”,“&”和“~”,分别表示或、与和非,运算优先程度递增,但可由括号改变,即括号内的运算符优先。逻辑变元为大写字母。表达式中任何地方都可以含有多个空格符。 3.若是重言式或矛盾
ASCII-(Byte)
- ASCII Character Code
ButtomUpHeap
- 数据结构中一个堆排序的程序,自底向上构造堆-The data structure a heap sort process, bottom-up heap construction
Huffman
- huffman霍夫曼的编码还有解码 ,很好的编码,是可以运行出来-huffman decoding Huffman encoding as well, good coding, can run out
fortranbasicprogramframe
- 基本的fortran程序框架。这些都是平常用的一些简单的程序结构,可以供大家入门练习看看。-Basically frame of some ordinary program,frequently used.
eight_queens_problem(win_program)
- C#实现的八皇后问题(windows程序) 采用递归回溯算法,是理解回溯算法的好帮手-C# to achieve the eight queens problem (windows program) using a recursive backtracking algorithm ,is a good helper to understand backtracking algorithm
cyuyan
- C语言课程设计,是学生作业管理系统,里面含有完全代码以及任务说明书,是C语言课程设计的不二首选。-C language curriculum design, student work management system, which contains a complete code and mission statement, is a C language curriculum design a prime choice.
jinzhi
- 这个代码是关于数据结构中的进制转换的实现代码,适合初学数据结构的同学们拿去参考。-This code is the data structure on the implementation of the code base for the conversion, the data structure suitable for beginner students who take it for reference.
pinghengerchashu
- 用二叉链表作存储结构 (1)以回车(‘\n’)为输入结束标志,输入数列L,分别生成一棵二叉排序树T和平衡的二叉排序树BT ; (2)对二叉排序树T作中序遍历,输出结果; (3)输入元素x,查找二叉排序树T:若存在含x的结点,则删除该 结点,并作中序遍历(执行操作2);否则输出相关信息; (4)分别计算T、BT的查找成功的平均查找长度,输出结果; -List for storage with the two fork structures (a) to carriage re
ansys-APDL-programme
- ansys apdl programme ,集合了大部分ansys APDL的源程序,有各个模块的数值分析-ansys apdl programme,it contains many parts of numerical analysis
suanfa1
- 运用链表实现的电话本,可以实现插入,删除,查找等的操作-The phone book using List
AdjacencyMultilist
- 这是个图的深度和广度遍历算法,主要是巩固数据结构的内容,对人启发非常大-This is a graph traversal algorithm for the depth and breadth of the main contents of the consolidation of data structure, inspired by a very large human