搜索资源列表
sjjgys
- 各种数据结构和算法演示(顺序表,链表,二叉树,图,动态查找,广义表,串,存储管理等)-various data structures and algorithms Demo (chronology, linked list, binary tree, graphics, dynamic search, generalized table, string, Storage Management)
2005060520531520905
- 2.1 利用单向循环链表存储结构模拟此过程,按照出列的顺序输 出各个人的编号。2.2 建立输入处理数据,输入m的初值,n的值 ,输入每个人的密码,建立单循环链表。2.3 建立一个输出函数,能正确的输出序列4.1 本演示程序中,利用单向循环链表存储结构存储约瑟夫环数据(即n个人的编号和密码)。4.2 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中需要输入的数据,运算结果显示在其后。4.3 程序执行的命令包括:① 构造单向循环链表;②查找满足
Cdatastructure
- 一个数据结构的演示程序,包含顺序表,广义表,顺序查找等
TaskLoop3
- 这是一个能实现“查找到所有任务栏上的程序然后定时[时间可以在配置文件里设置]按照顺序依次最大化”效果的程序。本程序属于演示程序,还不完善,但有一定的通用性。用VC++6和VC++2008都可以打开。
shunxuchazhao
- 本例演示的是一个最简单的查找方式:顺序查找。-Demonstrated in this case is to find one of the most simple way: the order of search.
StaticSearchTable
- 一个实现了三个查找功能的c语言源代码,分别是顺序查找,折半查找和二叉查找树上的查找。可用VC直接编译运行,对查找算法做了很好的演示。-A search function to achieve the three c-language source code, namely, sequential search, binary search and binary search tree to find. VC can be compiled to run directly on the searc
Search_Applet
- 折半查找、顺序查找的Appplet演示程序,可以实现可视化,查找数组用随机方式,长度为九的链表,也可自定义。-Binary search, in order to find the Appplet demo program, can achieve a visual search array, using random way, the length of nine list, also can be customized.
shunxuchazhao
- 本例演示的是一个最简单的查找方式:顺序查找。-Demonstrated in this case is to find one of the most simple way: the order of search.