CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 技术管理 搜索资源 - structure

搜索资源列表

  1. 22_108

    0下载:
  2. 32位arm芯片选择,要:ARM 公司以及ARM 芯片的现状和发展,从应用的角度介绍了ARM 芯片的选择方法,并介绍了具有多芯核结 构的ARM 芯片。列举了目前的主要ARM 芯片供应商,其产品以及应用领域。举例说明了几种嵌入式产品最佳ARM 芯片选择方案。-32 chip arm choose to : ARM ARM chip companies and the status and development of applications from the point of view
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:4.08kb
    • 提供者:shen
  1. SIPVsH.323-Comparison

    0下载:
  2. voip的两个标准H323和SIP比较,从结构,性能,还有补充业务等方面.-voip H323 and SIP standards, structure, performance, supplementary services, etc..
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:10.03kb
    • 提供者:王国华
  1. WiMAXstructureandperformance

    0下载:
  2. wimax的体系结构分析、协议帧说明、格式、构架等-wimax analysis of the architecture, protocol frame that format, structure, etc.
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:216.94kb
    • 提供者:张洪欣
  1. differenct

    0下载:
  2. 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:14.6kb
    • 提供者:stevephen
  1. A47

    0下载:
  2. 利用DSP控制直流无刷电机 直流无刷电机实际属于永磁同步电机,一般转子为永磁 材料,随定子磁场同步转动。这种电机结构简单,而且由于 移去了物理电刷,使得电磁性能可靠,维护简单,从而被广 泛应用于办公自动化、家电等领域。-use DSP Brushless DC motor control brushless DC motor is actually permanent magnet synchronous motor, general of the permanent magnet
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:193.56kb
    • 提供者:李勇
  1. datastructureHelp

    0下载:
  2. 数据结构与算法综合资料库.CHM,学习数据结构与算法很好的参考资料-data structures and algorithms integrated database. CHM, learning algorithm and data structure good reference
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:1.59mb
    • 提供者:ygy
  1. snmpv3englishbook

    0下载:
  2. 这是一本很好的介绍snmpv的英文书,主要内容snmpv3的结构以及实现。-This is a good introductory book in English snmpv main content snmpv3 the structure and the achievement.
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:203.49kb
    • 提供者:hp
  1. memoryarray

    0下载:
  2. 此文档对数组结构在内存中是如何被分配空间做了非常详细的说明。对数组不太了解的人非常有帮助。-this document structure of the array in memory is being allocated space in a very detailed explanation. Array of people do not know much about the very helpful.
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:5.91kb
    • 提供者:杨春
  1. SoftwareDismiss

    0下载:
  2. 软件破解入门教程和解密手册,可用于研究别人软件的一般构造-crack portal software tutorials and manuals declassified, others can be used to study the general structure of software
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:1.32mb
    • 提供者:李亮
  1. physical_structure_of_CDROM

    0下载:
  2. It is he introduce about CD-ROM s physical structure. Maybe it give you some help, if you want to know something about CD-ROm.
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:69.11kb
    • 提供者:秦惜惜
  1. ADE

    0下载:
  2. Different methods for generating pyramid data structure have been analysed, these effects in image matching are compared, also a fast
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:350.14kb
    • 提供者:lichao
  1. Zhide

    0下载:
  2. 学生注册信息管理系统,通过C语言结构实现学生注册信息管理系统,包括学生的学好,专业,学院,年龄,性别,生日等信息,还有根据学生的姓名,学好查找学生,对学生的信息进行修改,删除,添加等操作!-student registration information management system, through C language structure to achieve student registration information management system, including s
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:陈志德
  1. 顺序表的应用

    0下载:
  2. 顺序表的应用 (1) 已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (2)编写一个函数将一个顺序表A(有n个元素,且任何元素均不为0)分拆成两个顺序表,使A中大于0的元素存放在B中,小于0的元素存放在C中。 (3)假设一个算术表达式中包含圆括号,方括号
  3. 所属分类:技术管理

    • 发布日期:2016-01-22
    • 文件大小:2kb
    • 提供者:jay
  1. Zada4a1

    0下载:
  2. A simple realization for stack with structure
  3. 所属分类:Project Manage

    • 发布日期:2017-04-10
    • 文件大小:581byte
    • 提供者:Joseph
  1. grating-sensor

    0下载:
  2. 介绍光栅传感器结构 莫尔条纹形成的原理 莫尔条纹技术特点 光栅光路 辨向原理-Moire fringe grating structure of the sensor introduced the principle of Moire fringe formation characteristics distinguish the principle of optical grating
  3. 所属分类:Project Manage

    • 发布日期:2017-05-04
    • 文件大小:1.03mb
    • 提供者:moon
  1. R_tree

    0下载:
  2. 在论述R树索引技术的相关概念、数据结构、算法描述及性能分析的基础上,提出了一种改进的R*树空间索引结构-R-tree Index in the paper related to the concept of technology, data structure, algorithm descr iption and performance analysis, based on an improved space for the R* Tree Index Structure
  3. 所属分类:Project Manage

    • 发布日期:2017-04-01
    • 文件大小:233.83kb
    • 提供者:lyd
  1. t2006

    0下载:
  2. 学生管理系统 内容丰富 计算机专业数据结构课程设计专用的 非常好 希望大家喜欢-students rich in content management system computer professional curriculum design data structure for the very good hope you like
  3. 所属分类:Project Manage

    • 发布日期:2017-11-19
    • 文件大小:76.75kb
    • 提供者:wdwer
  1. qzyyAT89C52

    0下载:
  2. AT89C52详细说明介绍了AT89C52芯片的内部结构-AT89C52 introduced in detail the internal structure of the chip AT89C52
  3. 所属分类:Project Manage

    • 发布日期:2017-04-08
    • 文件大小:294.42kb
    • 提供者:马占
  1. SSD-Structure-Introduction

    0下载:
  2. 介绍总结了固态硬盘的结构,以及各种损耗平衡的技术-Introduced Structure of SSD and some Wear-leveling algorithms
  3. 所属分类:Project Manage

    • 发布日期:2017-11-17
    • 文件大小:130.04kb
    • 提供者:zd
  1. Structure-and-strength-of-A380-

    0下载:
  2. A380飞机结构的先进材料与工艺,讲得还是比较详细的,有图有真相-Structure and strength of A380
  3. 所属分类:Project Manage

    • 发布日期:2017-04-26
    • 文件大小:112.06kb
    • 提供者:郝大宝
« 12 3 4 5 »
搜珍网 www.dssz.com