CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - execution

搜索资源列表

  1. Delphi实现串口通信的常用的方法

    0下载:
  2. Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便-with Delphi is a powerful, easy-to-use and faster code execution advantages of visu
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:5929
    • 提供者:黄区
  1. ACE-5.5.tar

    0下载:
  2. ACE自适配通信环境(ADAPTIVE Communication Environment)是可以自由使用、开放源码的面向对象(OO)框架(Framework),在其中实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可复用C++ Wrapper Facade(包装外观)和框架组件,可跨越多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,-Adaptive Comm
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:11247155
    • 提供者:everest
  1. Rea_Time_Multi_threadSerial_Communication_Technolo

    0下载:
  2. 本文结合汽车配件厂工厂制造执行系统(MES)的开发实践,介绍和讨论了一种基于多 线程串口通信的实时数据采集系统的设计和实现方法,讨论了在设计和实现该系统的时候必 须考虑和注意的要点,并对系统在实现中涉及的多线程处理技术、串行通信、数据库访问技 术和Socket 通信技术作了较为详尽的说明。-This paper introduces one of real time data collecting system which is designed and implemented
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:150172
    • 提供者:士大夫
  1. FFTalgorithmCprogram

    0下载:
  2. 序执行时要求输入序列的长度N_pre,N_pre 是最初输入序列的长度,任意长度都可以。N是指补零后的序列长度,满足2^L. 然后逐个输入各个元素的实部和虚部,补零部分不必输入。 显示FFT变换的结果。-Order execution when the input sequence length requirements N_pre, N_pre are the initial input sequence length, can be of any length. N refers
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-25
    • 文件大小:10568
    • 提供者:李昊然
  1. truetime-1.5

    0下载:
  2. This manual describes the use of the Matlab/Simulink-based [The Mathworks, 2001] simulator TRUETIME, which facilitates co-simulation of controller task execution in real-time kernels, network transmissions, and continuous plant dynamics. The si
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-09
    • 文件大小:2128557
    • 提供者:Ace
  1. J2ME_to_mobile_Vartan_Piroumian

    0下载:
  2. In Wireless J2ME Platform Programming, one of the leading wireless application consultants at Sun has written a step-by-step guide to successful wireless development with the J2ME platform. Vartan Piroumian illuminates every key feature of the
  3. 所属分类:J2ME

    • 发布日期:2017-05-10
    • 文件大小:2390625
    • 提供者:asqwerty2
  1. demo

    0下载:
  2. 可将电子天平上称量的数据读入系统,使用串口通信,曾经将其应用于制造执行系统中。-Electronic weighing scales can be read into the data system, the use of serial communication, have to apply it to manufacturing execution systems.
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:3944
    • 提供者:夜晓
  1. PTControl

    0下载:
  2. 通过串口控制二自由度云台,程序编译执行通过,可为串口控制关节运动提供参考。-Head through the serial port control of two degrees of freedom, the program execution through compile, can provide reference for serial control of joint movement.
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2283859
    • 提供者:jiangyong
  1. Android_SDKpermission-

    0下载:
  2. 程序执行需要读取到安全敏感项必需在androidmanifest.xml中声明相关权限请求-Program execution needs to read the safety-sensitive items must be declared in the relevant permission requests androidmanifest.xml
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:16815
    • 提供者:feiyu
  1. ofdm

    1下载:
  2. OFDM中平衰落信道下和AWGN信道下的SER符号误码率对比仿真,仿真显示完成进度和执行时间-OFDM flat fading channel and AWGN channel SER symbol error rate simulation, simulation show the completion schedule and execution time
  3. 所属分类:3G develop

    • 发布日期:2017-04-04
    • 文件大小:2380
    • 提供者:陈雷
  1. GSMDriver

    0下载:
  2. This SourceCode implements a driver for a GSM Module. Provides a serial delivery of orders and responses exchanged between the GSM module and the driver. This driver is inserted between the UART driver and the application layer, it is responsible
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:45771
    • 提供者:NEO
  1. AActivity_life

    0下载:
  2. 实现对android中Activity的生命周期的测试,当按menu键和back键会调用不同的执行方法。-The realization of Android in Activity life cycle test, when you press the menu key and back will invoke different execution method.
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:41881
    • 提供者:温杰锋
  1. fota.tar

    1下载:
  2. 基于android2.2的fota功能。 升 级 整 个 流 程 概 述 : 从 用 户 点 击 APK , 然 后 上 层 将 命 令 写 入 recovery/command,然后 kernel 检测到信号重启,将开机原因写入共享内存, 开机进入 appboot 检测到 arm9 传递过来的开机原因,然后进入 recovery 模式, 执行 sbin/recovery。进入 install_package 函数,然后建立管道执行升级包解 析出来的脚本, cache 分
  3. 所属分类:android开发

    • 发布日期:2013-11-09
    • 文件大小:55418
    • 提供者:1111
  1. DelphiSPCOMM

    0下载:
  2. Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便。 目前,利用 Delphi实现串口通信的常用的方法有 3种:一是利用控件,如 MSCOMM控件和 SPCOMM控件;二是使用 API函数;三是调用其他串
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:68275
    • 提供者:赵小亮
  1. GPSsample

    0下载:
  2. 接收GPS訊號 這個範例是讀取android程式執行時所在的GPS座標,並將之顯示於畫面上。 包括顯示經度和緯度-This example of the reception of the GPS signal is read android program execution where the GPS coordinates, and displayed on the screen. Includes a display of the longitude and latitude
  3. 所属分类:android

    • 发布日期:2017-11-22
    • 文件大小:41765
    • 提供者:Lin Ouyang
  1. VB-ERCX

    0下载:
  2. vb和Yamaha控制器ERCD进行通讯,可实现伺服ON,伺服OFF,指令执行,程序执行,等。-the vb Yamaha controller ERCD, communications, servo ON, servo OFF instruction execution, program execution, and so on.
  3. 所属分类:串口编程

    • 发布日期:2013-12-01
    • 文件大小:11245
    • 提供者:Kiong
  1. VB-TRCX

    0下载:
  2. vb与yamaha机器人控制器TRCX进行通讯。 实现程序执行和点位操作,可进行点动和FV上位机进行通讯。-vb with yamaha robot controller TRCX communicate. Program execution and point operation, jog and FV host computer to communicate.
  3. 所属分类:Com Port

    • 发布日期:2017-11-17
    • 文件大小:20009
    • 提供者:Kiong
  1. ARDroneSimulinkDevKit_V1

    1下载:
  2. 该开发套件包含模拟AR鹦鹉无人机2.0实时Wi-Fi控制的实例。 仿真模块基于系统对车辆模型派生的识别。在Wi-Fi控制块能够发送指令得到无人驾驶飞机的实时状态。 -The development kit consists of blocks and examples for the simulation and real-time Wi-Fi control of the Parrot AR Drone 2.0. The simulation blocks are base
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-23
    • 文件大小:317650
    • 提供者:林真天
  1. communication

    0下载:
  2. 串口API函数编写的发送和接收程序,能够编译执行-Serial API function to send and receive functions can be compiled execution!
  3. 所属分类:Com Port

    • 发布日期:2017-05-30
    • 文件大小:12729392
    • 提供者:伊莉莎
  1. matlab并行测试

    0下载:
  2. 测试并发执行效率的测试程序,通过修改参数可以观察任务数量、并行传输数据量、并行子任务计算量对整个并发提升效率的影响。(To test the efficiency of concurrent execution, we can observe the influence of the number of tasks, the amount of parallel data transferred and the amount of parallel subtask computation on
  3. 所属分类:通讯编程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:kevin_lee
« 12 »
搜珍网 www.dssz.com