搜索结果

找到约 92 项符合 Node 的查询结果

汇编语言 1、 有n个学生

1、 有n个学生,每个学生有m门成绩,每个学生的m门成绩用一单链表实现,n个学生所对应n个单链表的头指针用一指针数组统一存放。 1) 建立该存贮结构。 2) 查找第i个学生的某门课成绩。 链表中结点结构: struct node {char *nam;/*nam为课程名*/   float sco;/*sco为该门课程的成绩*/ struct node *link;/*link为指向 ...
https://www.eeworm.com/dl/644/396045.html
下载: 27
查看: 1018

其他 A heap is a binary tree satisfying the following conditions: &#1048708 This tree is completely bal

A heap is a binary tree satisfying the following conditions: &#1048708 This tree is completely balanced. &#1048708 If the height of this binary tree is h, then leaves can be at level h or level h-1. &#1048708 All leaves at level h are as far to the left as possible. &#1048708 The data associated wit ...
https://www.eeworm.com/dl/534/406525.html
下载: 46
查看: 1035

数据结构 伸展树

伸展树,基本数据结构,The tree is drawn in such a way that both of the edges down from a node are the same length. This length is the minimum such that the two subtrees are separated by at least two blanks.
https://www.eeworm.com/dl/654/436746.html
下载: 81
查看: 1026

通讯编程文档 ETSI TS 125 433 V7.9.0(2008-07) Universal Mobile Telecommunications system (UMTS) UTRAN Iub inter

ETSI TS 125 433 V7.9.0(2008-07) Universal Mobile Telecommunications system (UMTS) UTRAN Iub interface Node B Application Part (NBAP) signalling
https://www.eeworm.com/dl/646/438999.html
下载: 153
查看: 1044

其他 This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which

This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) between cores of intra-compute or head node.
https://www.eeworm.com/dl/534/443279.html
下载: 155
查看: 1114

人工智能/神经网络 Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely ba

Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a nod ...
https://www.eeworm.com/dl/650/444456.html
下载: 33
查看: 1082

数据结构 链式队列

链式队列,应该是正确的,包含node的头文件和cpp
https://www.eeworm.com/dl/654/459412.html
下载: 132
查看: 1017

数据结构 链式栈

链式栈,应该是正确的,包含node的头文件和cpp
https://www.eeworm.com/dl/654/459414.html
下载: 192
查看: 1025

其他书籍 With the Wireless module, OPNET can model both terrestrial and satellite radio systems. In this tut

With the Wireless module, OPNET can model both terrestrial and satellite radio systems. In this tutorial, you will use Modeler and Wireless modeling to create a radio network you will also observe variations in the quality of received signal that results from radio noise at the receiving node in a ...
https://www.eeworm.com/dl/542/474437.html
下载: 144
查看: 1052

JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
https://www.eeworm.com/dl/685/482771.html
下载: 199
查看: 1065