搜索资源列表
I2C_example
- I2C读写时序C例程,已测试过,可以直接调用-I2C read and write sequential C routines have been tested, you can directly call
bisearch_sequential_Search
- data structure implementation:bisearch and sequential search on static table.
crystaldisplay
- 通过拔码开关控制FPGA在液晶显示器上实现汉字的显示,其中涉及到一些时序控制-FPGA switch control code by removing the liquid crystal display to achieve the display of Chinese characters, which involves a number of sequential control
VSPP2010_web-2010_CN
- VC/C++源码,随书源码,C语言《数据结构》全书全部源代码,随书源码下载,部分源码说明: c1-1.h 采用动态分配的顺序存储结构,Triplet类型是ElemType类型的指针,存放ElemType类型的地址; bo2-7.c 多项式(存储结构由c2-6.h定义)的基本操作及算法2.22、2.2... 运行环境:Windows/Visual C/C++ -The VC/C++ source, with the source book, C language data structur
sxcz
- 顺序查找的基本思想是:从表的一端开始,顺序扫描线性表,依次将扫描到的结点、关键字和给定值k相比较,若当扫描到的结点与k相等,则查找成功;若扫描结束后仍未找到等于k的结点,则查找失败。-The basic idea of sequential search: start from one end of the table, sequential scanning linear form, and in turn will scan to the node, keywor
linklist
- 链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。 相比于线性表顺序结构,链表比较方便插入和删除操作。-A linked list is a physical storage unit discontinuous, non-sequential storage structure, t
seqlist
- 结构线性表是一种常用的数据结构,以下介绍线性表及其顺序存储,并对栈和队列及它们的顺序实现给出了详细的设计描述。-Linear table structure is a common data structure, the following describes the linear form and stored in order, and stacks and queues and their sequential implementation gives a detailed design
yls
- 1. 题目 采用顺序存储结构定义实现抽象数据类型NUM。 有理数的抽象数据类型定义如下: ADT NUM { 数据对象: D = { <a1, a2> |a1, a2∈整数 } 数据关系: R = { <a1, a2> |a1是有理数的分子,a2是有理数的分母,且a2不等于0 } 基本操作: IniteIpt() 初始条件:输入2~4个数字。 操作结果:生成两个有理数。 plus(first, second)
chazhao-
- c语言写的数据结构查找算法,包括顺序查找,折半查找和分块查找-c language data structure lookup algorithms, including sequential search, binary search, block search.
shujudaxaio
- 数据大小的顺序排列,小修改可以选择排列方式,灵活的很方便-Sequential arrangement of data size, small changes can choose the arrangement, it is convenient and flexible
abandon-selection-sampling-method
- 采用舍选抽样和非序贯蒙特卡洛法算电力系统可靠性指标-Operators of power system reliability index uses Acceptance- rejection sampling and non-sequential Monte Carlo method
1
- /*设顺序表中的关键字是递增有序的,讲监视哨设在高下标端,设计算法实现简单顺序查找*/(A key sequence in the table / * is incremental and orderly, about surveillance posts in the standard end, design algorithm is simple sequential search.)
数据结构课设小题线性表的链式存储
- 链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。(Linked list is a discontinuous and non sequential storage structure on physical storage unit. The logical order of da
SGeMS-win32-beta-ar2tech-installer-NVIDIA
- 地质统计模拟软件。可用于克里金、序贯高斯、序贯指示模拟。(Geological statistics simulation software. It can be applied to Kriging, sequential Gauss and sequential indicator simulation.)
