搜索资源列表
chaoliu
- 这是一个用VB编程的电力系统潮流程序。节点少了点,可改一改-This is a VB programming with the trend of power system procedures.少了点node can simply
c2
- 1、 有n个学生,每个学生有m门成绩,每个学生的m门成绩用一单链表实现,n个学生所对应n个单链表的头指针用一指针数组统一存放。 1) 建立该存贮结构。 2) 查找第i个学生的某门课成绩。 链表中结点结构: struct node {char *nam;/*nam为课程名*/ float sco;/*sco为该门课程的成绩*/ struct node *link;/*link为指向下一课程结点的指针*/ -1, there are n students, e
ERCHASHU
- 关于二叉树的一些基本操作,包括查找,添加,删除结点-About some of the basic binary tree operations, including search, add, delete node and so on
InTheNegativeCoordinatesCenter
- 曲线任意里程中边桩坐标正反算(VB6.0)函数,曲线任意里程中边桩坐标正反算(VB6.0)函数(5节点法提供测试程序代码)-In the curve random course side the pile coordinates pro and con calculated (VB6.0) function (5 node-pair methods provide test order code)
node
- 这都是关于链表的操作汇总,创建链表,将链表的连接方向置反,插入、删除节点,排序等的一些基本操作。-this IS a collection of chain, which contains some based operations
work
- 簡單的點對點距離總和求解,第一次po文請大家多多指教。也許有錯誤也請包含-simple compute for node to node
AUTO
- Processor: ATMEL AT89C2051 1-Wire thermometer 4 node & display -Processor: ATMEL AT89C2051 1-Wire thermometer 4 node & display
RS232CAN
- CAN总线系统上位机与下位智能节点之间通讯的协议转换-PC CAN-bus system intelligent node and the next bit of communication protocol conversion between
jddn
- 节点导纳 Matlab程序,调用数据文件即可-Node admittance Matlab program, call the data file can be
cxsj
- Fortran77 语言有限元平面三节点计算程序,大小10kb-Flat three-node finite element computer program
nl
- 潮流计算的牛顿-拉夫逊方法,对任何节点适用,有不足的地方大家指出-Power flow calculation of the Newton- Raphson method, applicable to any node
AFMR
- MA 在迁移的过程中,动态决定节点是否需要进行数据融合 运算,以进一步降低MA 的能量消耗。-MA in the course of migration, determine the need for data fusion node operators to further reduce the energy consumption of MA.
5
- 若X和Y是用结点大小为1的单链表表示的串,设计算法找出X中第一个不在Y中出现的字符。-If X and Y is the size of a node, said the string of single linked list, the design algorithm to find X, Y does not appear in the first characters.
hafuman
- 哈夫曼编码为实现哈夫曼编码,先构造哈夫曼树。哈夫曼树的每个节点都存有该节点的信源符号,概率,双亲节点,左孩子节点和右孩子节点。每个节点的概率为该节点左孩子节点和右孩子节点的概率之和。每次选取概率最小的两个节点作为左右孩子节点,直到把所有的数据都整合到哈夫曼树中。每个原始数据都处于叶子节点的位置。-Huffman coding Huffman coding to achieve the first Huffman tree structure. Huffman tree for each node
jiedianxianshi
- 节点显示的汇编语言程序 -Node displays the node display assembly language assembly language
node
- 大一新生~利用类实现链表节点插入以及删除 并用于输入序号查数据或输入数据查序号-~ Freshmen class implements a linked list node using insert and delete and search for input data or input data serial number search
defp
- 多段线除重点,能够一次性删除整个图层中的多段线重复节点。-More paragraphs line except key, can delete the whole layer of disposable multistratum line repeat node
HuffmanTree
- 根据哈夫曼算法,建立哈夫曼树时,可以将哈夫曼树定义为一个结构型的一维数组HuffTree,保存哈夫曼树中各结点的信息,每个结点包括:权值、左孩子、右孩子、双亲-Huffman algorithm Huffman tree is created, the Huffman tree is defined as a structure of one-dimensional array HuffTree, save the information of Huffman tree nodes, each
three-node-model
- opnet网络仿真 三个节点基础模型 是最简单-opnet network simulation based model of three nodes is the most simple
FEM4
- 平面四节点有限元程序,希望学习的同学有个好的起点哟。-Planar four-node finite element program, the students want to learn there is a good starting point yo.