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

搜索资源列表

  1. GPS11

    0下载:
  2. 实用全球定位系统(GPS)定位程序设计工具书。它包括了GPS应用和开发中全部 常用的内容。 全书共分十章,它们是:绪论、数据采集和格式转换、卫星位置计算、绝对 定位、相对定位、差分GPS定位、动态定位、辅助计算工具、GPS+GLONASS组合以及菜单 ... -practical Global Positioning System (GPS) locator design tool. It includes a GPS application and development of all c
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3.45kb
    • 提供者:崔苗
  1. GPSLib

    0下载:
  2. 在你的应用程序中添加对GPS(全球定位系统)的支持,提供的DLL可被其它开发软件所利用-in your application to add GPS (Global Positioning System) support, the other DLL can be used to develop software
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:78.42kb
    • 提供者:李法明
  1. 123IPaddress

    0下载:
  2. 全球IP地址分配总汇,供研究网络ip使用-Global IP address allocation pool for the use of research network ip
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:60.01kb
    • 提供者:sq
  1. FPGA-global-clk-design-

    0下载:
  2. FPGA的全局时钟应该是从晶振分出来的,最原始的频率。其他需要的各种频率都是在这个基础上利用PLL或者其他分频手段得到的;因为全局时钟需要驱动很多模块,所以全局时钟引脚需要有很大的驱动能力,FPGA一般都有一些专门的引脚用于作为全局时钟用,他们的驱动能力比较强-FPGA' s global clock should be divided out from the crystal, the frequency of the most original. Other needs of the
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:2.38kb
    • 提供者:lhr
  1. dds

    1下载:
  2. matlab下实现的DDS发生器,可观察其发生信号的波形,频谱。 运行前请先输入 global theta theta=0 -matlab implementation of the DDS generator, may happen to observe the signal waveform, spectrum. Please enter a pre-operational global theta theta = 0
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:9.7kb
    • 提供者:yanli
  1. 0201-821

    0下载:
  2. General packet radio service (GPRS) is a packet oriented mobile data service available to users of the 2G cellular communication systems global system for mobile communications (GSM), as well as in the 3G systems. In the 2G systems, GPRS provides dat
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:54.7kb
    • 提供者:Simi
  1. ns2-simple2

    0下载:
  2. Create a simulator object set ns [new Simulator] #Define different colors for data flows (for NAM) $ns color 1 Blue $ns color 2 Red #Open the NAM trace file set nf [open out.nam w] $ns namtrace-all $nf #Define a finish proced
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:969byte
    • 提供者:Ranjeet
  1. gps

    0下载:
  2. GPS全球定位系统开发,gps定位系统开发-GPS Global Positioning System, gps positioning systems development
  3. 所属分类:Communication

    • 发布日期:2014-06-24
    • 文件大小:17.15mb
    • 提供者:gusong
  1. E1-2-exe

    0下载:
  2. VC 与 PLC 通讯实例1 VC 与 PLC 通讯实例1-环球时报英文版 A website by Global Times newspaper of People s Daily China news, business news, world news, military news, China science, China education
  3. 所属分类:Communication

    • 发布日期:2017-03-25
    • 文件大小:526.24kb
    • 提供者:duhong
  1. E1-3-exe

    0下载:
  2. VB 与 西门子PLC 通讯实例 2 VB 与 西门子PLC 通讯实例 2 -环球时报英文版 A website by Global Times newspaper of People s Daily China news, business news, world news, military news, China science, China education
  3. 所属分类:Communication

    • 发布日期:2017-03-22
    • 文件大小:781.52kb
    • 提供者:duhong
  1. Bulk-SMS-Mobile-phone-demo

    0下载:
  2. Technically sound sms transferring software facilitates user to send promotional messages over global mobile phone networks without requiring any technical assistance. Visit company website www.smssoftware.org for downloading time saving SMS Software
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:3.66mb
    • 提供者:SMS SoftwarE
  1. SerialPort

    1下载:
  2. * Function: 串口的打开、关闭、数据发送 以及 自动接收 (1)采用【事件驱动】的方式,即当缓冲区接收到数据的时候,【自动执行接收数据】,有效的节省系统资源,提高执行效率。 原理:建立一个事件线程,它监视串口的事件和错误信息。当有事件或错误发生时,它主动向【主线程】发送一个Windows消息。主线程在消息相应函数中处理已发生的事件或错误。 (2)采用“异步方式”读串口,耗时的读数据在单独的线程中进行。 (3)编程步骤:定义全局变量、创建串口、开启事件线程、发送数据、自定
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6.74kb
    • 提供者:Sun Jin
  1. DLL-Injection-methods

    0下载:
  2. DLL注入的方法及通讯(LoadLibrary 全局钩子、呼出 全局钩子、消息 任意窗口置顶[应用实例])-DLL injection methods and communication (LoadLibrary global hooks, exhaled global hooks, arbitrary message window set-top [applications])
  3. 所属分类:Communication

    • 发布日期:2017-06-17
    • 文件大小:25.08mb
    • 提供者:OllyICE
  1. gpslib

    0下载:
  2. 一个早期的vc++ GPS定位类库及测试程序,方便在你的应用程序中添加对GPS(全球定位系统)的支持-An early vc++ GPS library and testing procedures, convenient to add in your application to GPS (Global Positioning System) support
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:85.99kb
    • 提供者:anug
  1. ScanQR

    0下载:
  2. 全局热键读取QR码 全局热键控制发送信号到串口,串口有信息则输出到当前光标处-Global hotkeys to read QR codes Global hotkey control sends a signal to the serial port, serial port has information output to the current cursor position
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:13.16kb
    • 提供者:
搜珍网 www.dssz.com