搜索资源列表
BinaryTree
- 对二叉树结构作了清晰而简易的演示,可以帮助要了解二叉树结构和基本算法的人加深认识。可用VC直接编译运行。-On the binary tree structure was clear and simple presentation can help to understand the binary tree structure and the people a better understanding of the basic algorithm. VC can be used directly
node
- c语言实现的简易链表结构, 可以简单的时间单链表,双链表,栈,队列,二叉树等结构,在代码中需要一个简单的链表结构时不用再重复实现了.-c language of the simple linked list structure, you can simply time single linked list, double linked lists, stacks, queues, binary trees and other structures in the code requires a s
ramsortcomparesourcecode
- 数据结构课程设计时完成的内排序效率比较的控制台程序,程序简易,包含了主要的内排序算法,排序后统计实际运行时间输出,其中包含的精确计时算法精度可以超过10ns 。-A console program for RAM sort , include main RAM sort algorithms, count their times and output. The high resolution timer can accurate to less than 10 ns.
yunsuandengshi
- 输入四则运算表达式,返回运算结果,它能处理dos窗口中输入的各种运算符,如同简易的计算器。-Enter the arithmetic expression and returns the results of operations, it can handle a variety of dos window, enter the operator, as a simple calculator.
N-Queen-problem
- 可以实现N皇后的问题 运用简易算法 大大降低了耗时-N-Queens problem can be achieved using simple algorithm greatly reduces the time-consuming
Backgammon
- 五子棋,是数据结构c语言版的五子棋的一个简易算法-Backgammon ,it can be used to enterain
caculator
- 一个简易的计算器,只要可以实现加减乘除四种简单算法,包括可以利用负数进行计算,颜色是自己设定的,界面一般-A simple calculator can add, subtract, multiply and divide four simple algorithms, including the ability to use a negative number to calculate the color is set, the interface in general
maxfieldsum
- 用分治法解决最大子段和问题,利用了递归和合并,使问题能够简易求解-Solve the problem with the largest sub-segment and divide and conquer method, the use of recursion and merge so that the problem can be solved simple
Simple-polynomial-calculator
- 简易的多项式加减乘除计算器,可以计算两个多项式的加减乘除,及多项式在某一点处的值-Simple polynomial arithmetic calculator, you can calculate the two polynomial arithmetic, and polynomial value at a point of
Program
- 利用表达式求解和栈的只是,设计一个简易的数学题库, 可供小学生作业,并能给出分数。 要求:建立试题库文件,随机产生 n 个题目;题目涉及加减乘除,带括弧的混合运算;随时可以退出;保留历史分数,能回顾历史,给出与历史分数比较后的评价。-Use solving expressions and stack just design a simple math exam, students for the job, and can give a score. Requirements: Creat
tongxnlu5
- 简易的通讯录,可实现查找联系人、新建联系人、修改联系人信息和删除联系人信息。-Simple address book, can be found to find contacts, new contacts, modify contact information and delete contact information.
双向链表
- 简易的双向链表,通过主程序的调用即可实现增 删 改 查的功能并输出数组(A simple two-way chain table, the function of adding, deletions and modification and output array can be realized through the call of the main program.)