搜索资源列表
1
- 1)掌握线性表数据结构的基本概念和抽象数据类型描述; 2)熟练掌握线性表数据结构的顺序和链式存储存表示; 3)熟练掌握线性表顺序顺序存储结构的基本操作算法实现; 4)熟练掌握线性表的链式存储结构的基本操作算法实现 5)掌握线性表在实际问题中的应用和基本编程技巧
10
- 掌握栈与队列的数据类型描述及特点; 2)掌握栈的顺序和链式存储存表示与基本算法的实现; 3)掌握队列的链式存储表示与基本操作算法实现 4) 掌握栈与队列在实际问题中的应用和基本编程技巧 5)按照实验题目要求,独立完成实际程序的编写编写、调试和运行,并通过用例数的运行过程抓获相关屏面验证程序设计的正确性;
驱动开发
- 驱动开发环境搭建vs6.0+ddk 2600+windows xp+Driver Studio 3.2 2010-07-07 09:35 驱动开发环境之Windows XP DDK2600,VC++ 6.0, Driver Studio 3.2 神秘的驱动开发,神秘的WINDOWS内核,是什么把这些搞得这么神秘呢? 搭Windows驱动开发平台. 要安装的东西都有这些:在Windows XP的基础上,先装上VC++6.0,再装DDK2600(也就是DDK的XP版),最后装 Driver Stud
parkingmanagement
- 数据结构课程设计,用顺序栈和链式队列实现的,程序很容易理解,编程风格很好-it is a data structure program design work , using sequence stack and link queue ,it is simple and easy understood. very good work
LinkList
- 关于线性表的链式存储结构的基本编程操作代码,利用它可以完成一些简单的程序编写-LinkList
Chainstore
- 这只是一个很简单的数据结构的编程,——链式存储-This is a very simple data structure programming,- chain stores
VC_Programming_how_explicitly_link_DLL_example_cod
- VC编程实现如何显式链接DLL实例代码VC Programming how to explicitly link DLL example code-VC Programming how to explicitly link DLL example code
VC_programming_examples_how_code_mplicitly_linked_
- VC编程实现如何隐式链接DLL实例代码VC programming examples of how the code implicitly linked D-VC programming examples of how the code implicitly linked DLL
C_examples_return_value_chain_commissioned
- C#编程链式委托的返回值实例C programming examples of the return value chain commissioned-C programming examples of the return value chain commissioned
C_programming_chain_ommissioned_achieve_code
- C编程链式委托实现代码C programming chain commissioned to achieve code-C programming chain commissioned to achieve code
06
- 关于二叉树的链式存储及其运算(二叉排序树)的程序,将二叉树与链式存储相结合,方便将来编程使用。-On the binary tree and chain store operations (binary sort tree) program that will combine binary tree with the chain store, easy to use in future programming.
a-binary-tree
- 在采用链式存储结构的二叉树上,以bt指向根结点,p指向任一给定的结点,编程实现求出从根结点到给定结点之间的路径。主要是对二叉树的存储结构及其在二叉链表树上的各种操作加深理解。-The introduction of chain stores on the binary tree structure to point to the root bt, p point to any given node, programming derived from the root to the given p
data-structure--C
- C编程实现栈、队列、二叉树的顺序存储和链式存储-C programming sequence of stacks, queues, binary tree to store and chain store
Pascals-triangle-based-on-List
- 基于VC6.0环境下的C++编程,用循环链式队列的数据结构,实现杨辉三角的计算-Based on VC6.0 environment C++ programming with cycle chain queue data structure, to achieve the calculation of Pascal' s Triangle
zz2
- (1)顺序存储结构的实现。 列如,已知: f(x)=8x^6+5x^5-10x^4+32x^2-x+10,g(x)=7x^5+10x^4-20x^3-10x^2+x, 求和结果:f(x)+g(x)=8x^6+12x^5-20x^3+22x^2+10。 顺序表数据类型定义如下: #define MAXLEN 100 typedef struct { int data[MAXLEN] int last }SeqList (2)链式存储结构
3.4
- 设计线性表链式存储结构的基本操作函数,并编程实现之 。利用上题的链式表,编程下列功能:一元多项式的相加。-The use of the title of the chain table, programming the following features: one yuan polynomial are added.
hoodcodegood
- 简单的DLL程序代码,包含显式和隐式链接DLL的代码 不错的(Simple DLL code, contain explicit and implicit link DLL code is good)
链式编程
- 链式编程的实现方法,如何实现链式编程。快速了解实现链式编程的方法(Chain programming method, how to achieve Chain programming. Fast understanding of chain programming method)
blit
- 用C语言编写的约瑟夫环等问题,用链式存储实现!()