CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 编程文档 搜索资源 - create

搜索资源列表

  1. IVI 驱动的编写方法

    0下载:
  2. IVI 驱动的编写方法 C++编写 Getting Started with IVI Drivers: Your Guide to Using IVI with Visual C++. This guide introduces key concepts about IVI drivers and shows you how to create a short program to perform a measurement. The guide is part of the IVI Found
  3. 所属分类:编程文档

  1. Keil MDK RL-ARM 实时库用户指南

    3下载:
  2. Keil MDK RL-ARM 实时库用户指南 中文版 包括以下内容 RL-RTX 描述了RL-ARM实时操作系统的结构,包括任务优先级、上下文切换、单个CPU下如何管理多个任务以及在RL-RTX中用到的其他一些 RTOS特性。 RL-FlashFS 描述了 RL-ARM中Flash文件系统的结构,包括文件创建、保存、读取以及在标准的flash,RAM或是存储卡设备中修改文件。 RL-TCPnet 描述了RL-ARM中TCP/IP协议栈组的结构,包括多种TCP/IP特性,以及
  3. 所属分类:编程文档

    • 发布日期:2013-05-08
    • 文件大小:1627558
    • 提供者:ecooly
  1. C++类学习资料

    0下载:
  2. 1.编写一个类,声明一个数据成员和一个静态数据成员,其构造函数初始化数据成员,并把静态数据成员加1,其析构函数把静态数据成员减1。 (1) 编写一个应用程序,创建该类的3个对象,然后显示其数据成员和静态数据成员,再析构每个对象,并显示它们对静态数据成员的影响。 (2) 修改该类,增加静态成员函数并访问静态数据成员,并声明静态数据成员为保护成员。体会静态成员函数的使用,静态成员之间与非静态成员之间互访问题。 -1 write a class, declare a data mem
  3. 所属分类:编程文档

    • 发布日期:2017-03-30
    • 文件大小:3194
    • 提供者:wei
  1. ATL/Tutorials - Create a simple ATL transformation

    0下载:
  2. ATL.doc This tutorial shows you how to create your first simple transformation with ATL, through a well-known basic example: Families2Persons. Note: This tutorial is followed step by step in the ATL cheatsheet under eclipse : ATL Development >
  3. 所属分类:编程文档

    • 发布日期:2012-09-12
    • 文件大小:1681408
    • 提供者:ruiliangxiao
  1. XML_shi_yong_da_quan

    0下载:
  2. 本章将向读者介绍XML的基本知识以及概略地解释什么是XML以及如何使用XML。还要向读者说明如何将各种不同的XML表达式组合在一起,XML文档是如何创建的并如何向人们发送这种文档。 本章的主要内容包括: • 什么是XML • 为什么开发人员对XML感到激动 • XML文档的“生命” • 相关的技术 -This chapter will introduce readers to the basics of XML, a
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1620052
    • 提供者:柳暗花明
  1. LZm

    0下载:
  2. To create a dictionary of Lampel Ziv Alogirtm from a given binary stream
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:1246
    • 提供者:Archana
  1. BeginnngiPhonedevelopmentchineseversion

    0下载:
  2. 本书将带你走上创建iPhone应用程序的大道。我们的目标是让你通过初步学习,理解iPhone 应用程序的运行方式和构建方式。-This book will bring you to the broad way that you create the iphone applications yourself. Our objective is understanding the methods of iPhone applications operations and construction.
  3. 所属分类:Communication

    • 发布日期:2017-06-12
    • 文件大小:19963024
    • 提供者:张伟
  1. API

    0下载:
  2. 通过 Google 静态地图 API,您不需要使用 Javascr ipt 或加载任何动态页面,便可将 Google 地图图像嵌入到自己的网页中。Google 静态地图服务会根据通过标准 HTTP 请求发送的网址参数来创建您的地图,并将地图以您可以在网页上显示的图像形式返回。-Through the Google Static Maps API, you do not need to use Javascr ipt or any dynamic page loading, it will be
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:486586
    • 提供者:朱信
  1. rjwxdpt

    0下载:
  2. 软件无线电技术是用于卫星导航和第三代移动通信(3G) 数据处理和计算的最优解决方案。运用基于FPGA的So PC 嵌入式设计方法构造软件无线电系统,提高了对动态实时信号的处理能力。设计完成无线通信体系结构,以及ADC 模数转换,数字下变频,CPU 中央处理器,DSP 运算单元,PCI 桥以及数据控制等模块的详细组成。相对于目前常规系统,该系统在功耗和体积方面可节省30 以上,对高速数据流的处理和计算能力有显著提高,可以应用于Cellular/ PCS 基站,GPS 抗干扰接收机,相控阵接收机,频
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:515813
    • 提供者:x
  1. protoname

    0下载:
  2. to create agent in c
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:1795
    • 提供者:Nirmala
  1. VCdll

    0下载:
  2. 虽然能用DLL实现的功能都可以用COM来替代,但DLL的优点确实不少,它更容易创建。本文将讨论如何利用VC MFC来创建不同类型的DLL,以及如何使用他们-Although the DLL can be used to achieve the functions can be used to replace COM, but the DLL is indeed a lot of advantages, it is more easy to create. This article will di
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:28552
    • 提供者:samari
  1. How_To_Create_MMS_Services_v4_0_en2

    0下载:
  2. Nokia 的技术文档,指导如何在手机中创建彩信服务。虽然是nokia的,但是有一定的知道意义-Nokia' s technical documentation, guidance on how to create multimedia services in mobile phones. Although the nokia, but there is some sense that
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:768972
    • 提供者:Bridge
  1. CortexM3

    0下载:
  2. Cortex-M3的相关技术文档 1_ARM_Cortex-M3挑战8位微控制器经济 2_创建出色的32位微控制器应用的四步骤 3_针对ARM_Cortex_M3平台的代码移植 4_从ADS到RealView_MDK 5_在Cortex-M3处理器上运行ARM7TDMI处理器软件-Cortex-M3-related technical documentation 1_ARM_Cortex-M3 8-bit microcontroller economic chall
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3330547
    • 提供者:小浩
  1. IntraWebManual

    0下载:
  2. IntraWeb is a revolutionary new way to create web-based applications. Built upon Web Solution Builder and earlier versions of IntraWeb, IntraWeb extends the technology of both of these, providing an excellent tool for creating Internet, Intranet
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:116247
    • 提供者:
  1. manchester_code

    0下载:
  2. this file is to create a Miller code
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:7170
    • 提供者:rafik
  1. Create-Simulation-DLL-for-LabVIEW

    0下载:
  2. 关于利用lABVIEW的SIT工具箱在RTW中获得一个SIMULINK模型的DLL文件的方法-On the use of SIT toolbox RTW lABVIEW get a SIMULINK model of the DLL file method
  3. 所属分类:Communication

    • 发布日期:2016-01-27
    • 文件大小:103424
    • 提供者:陆文旭
  1. Cooperative-Diversity-in-Wireless-Networks-Phd.ra

    0下载:
  2. To e ectively combat multipath fading across multiple protocol layers in wireless networks, this dissertation develops energy-ecient algorithms that employ certain kinds of cooperation among terminals, and illustrates how one might incorporate t
  3. 所属分类:Communication

    • 发布日期:2017-03-22
    • 文件大小:817947
    • 提供者:陈鹏
  1. Modern-network-design

    0下载:
  2. 使用opnet软件建立网络的简单例子,适合初学者使用,步骤很详细-Opnet software to create a simple example of the network, suitable for beginners to use, very detailed steps
  3. 所属分类:Communication

    • 发布日期:2017-05-12
    • 文件大小:2958598
    • 提供者:大熊
  1. Sockets-notes

    0下载:
  2. Network Programming Topics in this section include: • What a socket is • What you can do with a socket • The difference between TCP/IP, UDP/IP and Multicast sockets • How servers and clients communicate over sockets &#
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:212905
    • 提供者:Artcore
  1. CCNA

    0下载:
  2. 讲述了网络的配置、路由协议的配置、删除配置及重新加载路由器、IP 路由的创建-About the network configuration, routing protocol configuration, delete configuration and reload router, IP routing to create
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:63525
    • 提供者:Sally
« 12 3 4 »
搜珍网 www.dssz.com