CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - node

搜索资源列表

  1. dynamic

    0下载:
  2. 操作系统的动态分区存储管理模拟程序。程序将分区说明表分散为可用队列与已用队列,每次插入进程或撤销进程只需将结点移至另一队列即可,当然此过程还涉及拆分分区,合并分区以及更新分区号-Dynamic partitioning operating system storage management simulation program. Procedure will Zoning Table scattered available queue queue and has spent each inser
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2466
    • 提供者:李志龙
  1. Tree_Drag

    0下载:
  2. 实现树的拖动,从一个节点到令一节点, 可以自动的判断是否可以添加或介绍,是学习树拖拽的好参考-Drag the realization of the tree from one node to make a node, you can automatically determine whether you can add or introduction, is to learn from the tree drag the good reference
  3. 所属分类:TreeView

    • 发布日期:2017-04-03
    • 文件大小:40838
    • 提供者:王吉桥
  1. s3c2410adc.tar

    0下载:
  2. 基于s3c2410芯片的数据采集系统 目标环境:S3C2410芯片、经裁剪后的linux2.6内核、sqlite数据库、cgi库 项目描述:节点端采集数据,并通过网络把数据传给服务器端。 服务器接收数据,并把数据保存在数据库中。 服务器可以通过CGI程序远程控制节点发送数据的时间间隔。 该系统还有配套的数据库本地查询系统和基于CGI的网络查询系统。-S3C2410 chip-based data acquisition system target environment: S
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-23
    • 文件大小:7460358
    • 提供者:hh
  1. zhsy

    0下载:
  2. //定义栈的存储结构 typedef struct StackNode { ElemType data //存放数据 struct StackNode * next //指向下一个结点 }StackNode typedef struct { StackNode * top // 栈顶指针 }LinkStack 实现下列操作: void InitStack(LinkStack &S) // 栈的初始化 void
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:1902
    • 提供者:lixian
  1. dijkstra-java

    0下载:
  2. Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:920
    • 提供者:kivilin
  1. dijkstra-c++

    0下载:
  2. Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 c#实现算法-Dijkstra algorithm is a typical example of the most short-circuit algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:1939
    • 提供者:kivilin
  1. worm.tcl

    1下载:
  2. ns2中,实现的基于传染病模型的蠕虫实现。该实现中有一个抽象节点,代表了20万个节点,然后有一个501个节点的具体网络。在抽象望中,只要能反应传播特征即可,具体网络中的扩散,更直观。-ns2, the realization of the infectious disease model based on the realization of the worm. The realization of the abstract, there is a node, representing the
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-27
    • 文件大小:2765
    • 提供者:王佳
  1. lianbiao

    0下载:
  2. 用java实现数据结构的链表结构,包括插入删除结点等功能。-Java data structure used to achieve the structure of the list, including the insertion node delete functions.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:2031
    • 提供者:wangqian
  1. 3

    0下载:
  2. 本程序实现计算任意长整数的加法运算,大致过程为显示提示信息-->用户输入—>显示结果。 程序中字符集限定为’1’ ’2’ ‘3’ ‘4’ ‘5’ ‘6’ ‘7’ ‘8’ ’9’ ‘0’ ’,’ ‘ ’ ,长整数的长度不予限制。 利用双向循环链表实现长整数的存储,每个结点含一个整型变量。任何整型变量的范围是-(215—1)~(215—1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-This procedure to achieve t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:351020
    • 提供者:斜阳
  1. cor_wr

    2下载:
  2. 该LISP可以实现批量读取AUTOCAD中多段线各结点坐标,并输出到文件中。-LISP can be achieved in the bulk AUTOCAD read multi-segment line in the node coordinates, and output to file.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:1017
    • 提供者:LEONARD
  1. c8051f040exampleforcan

    0下载:
  2. CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message wh
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:12247
    • 提供者:shendongping
  1. frame

    0下载:
  2. jaxt是用java实现P2P平台的技术,用jaxt实现的PEER结点,以用来实现通信-jaxt is a java platform for the realization of P2P technology, jaxt achieved by PEER node to be used to achieve communication
  3. 所属分类:P2P

    • 发布日期:2017-04-04
    • 文件大小:3017
    • 提供者:fdfdfdf
  1. Datastructsaa

    0下载:
  2. #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:2088
    • 提供者:周小强
  1. wenzhouxueyuan

    0下载:
  2. #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:34264
    • 提供者:周小强
  1. BST_path

    0下载:
  2. 二叉搜索树求每个结点到根节点的路径 非递归的先序,中序,后序遍历-Binary search tree for each node to the root path of the first non-recursive sequence, in order, after the traversal
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:399715
    • 提供者:pany
  1. dierzhangxianxinbiao

    0下载:
  2. 若结构是非空有限集,则有且仅有一个开始结点和一个终端结点,并且所有结点都最多只有一个直接前趋和一个直接后继。 →可表示为:(a1 , a2 , ……, an) -If the structure of non-empty finite set, there are only a beginning and node and a terminal node, and all nodes are at most before becoming a direct and a direct follow
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:45054
    • 提供者:周小强
  1. dierzhangxianxinbiaosan

    0下载:
  2. 循环单链表是单链表的另一种形式,其结构特点是链表中的最后一个结点的指针域不再是结束标记,而是指向整个链表的第一个结点,从而使链表形成一个环。 问:带头结点的循环单链表的插入、删除算法如何写?-List is a single cycle of a single list of another form, its structure is characterized by a list of the last node pointer domain is no longer a closing
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:24224
    • 提供者:周小强
  1. AVT

    0下载:
  2. 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 通过本课程设计教学所要求达到的目的是:充分理解和掌握二叉树、平衡二叉树的相关概念和知识。掌握平衡二叉树的生成、结点删除、插入等操作过程,并编程实现从键盘上输入一系列数据(整型),建立一棵平衡二叉树,任意插入或删除一个结点后仍然要求构成平衡二叉树,并按中序遍历输出这棵平衡二叉树。 -Balanced binary tree data s
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:203573
    • 提供者:张欣
  1. tree

    2下载:
  2. 查找序列以带头结点的单链表表示,各结点中设一个访问频度,初始值为 0,每次查找成功后该结点频度值增加 1。试给出算法,在每次查找后查找序列均按访问频度从大到小排列。 -Find a sequence of nodes in order to take the lead in a single list that each node in a visit to the frequency, the initial value of 0, after the success of each to
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:15452
    • 提供者:zxm
  1. Shape

    0下载:
  2. 读取Shapefile文件,包括读取各个节点的坐标-Shapefile to read documents, including reading the coordinates of each node
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:16374
    • 提供者:周晓罗
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com