搜索资源列表
GenericSerializeDemo
- Template functions for serializing arbitrary linked nodes. 串行化连接节点的模板函数(源码)(25KB) -Template functions for serializing arbit rary linked nodes. Serial connections of the template function (FOSS) (25KB)
hengjia
- 平面、空间桁架的计算程序:1、是计算在载荷作用下的平面桁架位移以及杆件的轴力。轴力符号规定,受拉为正,受压为负。另外还哼计算支座反力。 2、对桁架的节点编号,采取先编可动节点,接着再编固定节点。 3、计算多工况问题-Plane, the calculation of space truss: 1, is included in the load displacement of the plane truss, as well as the axial force rod. Symbol prov
CP1002
- 超宽带定位与测距中每对节点之间的准确距离-Ultra-wideband positioning and location of each of the exact distance between nodes
Binaryoperation
- 1.创建以二叉链表作存储结构的二叉树; 2.按前序遍历二叉树; 3.按中序遍历二叉树; 4.按后序遍历二叉树; 5.计算二叉树的单枝结点数; 6.按层次遍历二叉树。 -1. Create a list binary tree structure for storage 2. According to pre-order tree traversal 3. According to the binary tree traversal 4. After the tree
zigbee_coordinator
- zigbee中心节点源代码,能和子节点通信和数据处理-zigbee central node source code, and sub-nodes to communication and data processing
astar
- program for astar algoritham to find cheapest path between two nodes
RoutinginZigBee
- An IEEE 802.15.4-based Wireless Sensor Network is considered, and the relationship between the IEEE 802.15.4 topology formation mechanism and possible routing strategies at the network layer is studied. Two alternative routing schemes proposed in t
cbr-help
- a pdf file showing the movement of nodes in wireless environment ....helpful for generating CBR traffic in NS2 tool
erchashu
- 采用二叉链表作为存储结构,完成二叉树的建立、前序、中序、后序和按层遍历的操作,并求出二叉树的高度、所有叶子及树结点总数的算法,输出二叉树的广义表表示-List using the binary storage structures, the establishment of complete binary tree, the former order, in order, the order and by level traversal of the operation, and calcula
2
- 有两个按元素值递增次序排列的线性表,均以单链表形式存储。请编写算法将这两个单链表归并为一个按元素值递减次序排列的单链表,并要求利用原来两个单链表的结点存放归并后的单链表-There are two elements of value according to the ascending order of the linear form, are stored as single linked list. Please write algorithms merge the two into a s
Intermediate_Nodes
- The program takes the intermediate stoichiometric matrix of a chemical reaction mechanism as the input and gives the intermediate nodes in terms of all the possible combinations of p-(q-1) reaction steps. This program is complimentary to the "Reactio
jiedianshumv
- 隐单元节点数可变的BP网络训练 通过训练时间来比较隐单元数改变对网络影响-Variable nodes hidden units trained by BP network training time to compare the number of hidden units of change on the network
unstructure-grid-3d
- 用于分析处理三维非结构网格单元、界面与节点间的联系-For analytical processing three-dimensional unstructured grid unit, the interface between nodes contact
Untitled
- 用前推回代法计算潮流 是关于配电网40个节点的潮流计算matlab程序-Before use to push back on behalf of the trend of the calculation the trend on the distribution network of 40 nodes matlab program
linear-list
- 在带头结点的单链表h中第i个数据元素之前插入一个数据元素x ,首先需要在单链表中寻找到第i-1个结点并用指针p指示,然后申请一个由指针s 指示的结点空间,并置x为其数据域值,最后修改第i-1个结点,并使x结点的指针指向第i个结点,要在带头结点的单链表h中删除第i个结点,首先要计数寻找到第i个结点并使指针p指向其前驱第i-1个结点,然后删除第i个结点并释放被删除结点空间。-Take the lead junction point of the singly-linked list h prior
tree
- 二叉树,可实现增加节点,减少节点,删除等多种功能-Binary tree can add nodes to reduce the node, delete
homework02-LinkedQueue
- ConcurrentLinkedQueue是Queue的一个线程安全实现。 它是一个基于链接节点的无界线程安全队列。此队列按照 FIFO(先进先出)原则对元素进行排序。队列的头部 是队列中时间最长的元素。 队列的尾部 是队列中时间最短的元素。新的元素插入到队列的尾部,队列获取操作从队列头部获得元素。 当多个线程共享访问一个公共 collection 时,ConcurrentLinkedQueue 是一个恰当的选择。此队列不允许使用 null 元素。 -ConcurrentLink
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
tree.cpp
- Creating trees, inserting nodes and traversing
linklist
- 链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。 相比于线性表顺序结构,链表比较方便插入和删除操作。-A linked list is a physical storage unit discontinuous, non-sequential storage structure, t