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

搜索资源列表

  1. IEC104Slave

    0下载:
  2. IEC 870-5-104 Slave example (EXE)
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:773.92kb
    • 提供者:toschkin
  1. 51_programmer

    0下载:
  2. 51和avr编程器的USB驱动及烧写软件-51 and avr programmer software, USB drive and Shao Xie
  3. 所属分类:Communication

    • 发布日期:2017-06-11
    • 文件大小:17.7mb
    • 提供者:刘居
  1. shuaipiaojizidon

    0下载:
  2. 自动换IP刷投票,是一款不错的小型软件 可以自动在网上投票。挺不错的-Brush automatically vote for IP, is a good small software can automatically vote online. Very good
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:525.93kb
    • 提供者:aa
  1. ARoadMapThroughNachos

    0下载:
  2. Nachos i nstructional software that allows students to examine modify and exe cute operating system software Nachos provides a skeletal operating system that sup ports threads userlevel processes virtual memory and interruptdriven input o
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:277.79kb
    • 提供者:longjiu
  1. MTK6227DriverForXPVista

    0下载:
  2. Please run InstallDriver.exe first, then plug in USB. InstallDriver.exe will install these drivers for Windows 98SE/ME/2000/XP/Vista: Windows 98/ME/2000/XP/Vista: MTK62XX USB Com Port Driver Windows 98: Mass Storage Driver
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:123.69kb
    • 提供者:karr
  1. KYLCOM

    0下载:
  2. 串口测试软件,很好用,可以编辑信道,写入参数,测试无线电台的好工具-Serial port test software is useful, you can edit the channel, write parameters, test a good tool for radio stations
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:409.49kb
    • 提供者:
  1. generatedexe

    0下载:
  2. MATLAB生成exe产生的问题,MATLAB generated exe problem arising-MATLAB generated exe problem arising
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:1.93kb
    • 提供者:Matthew
  1. 103--protocol

    1下载:
  2. 103规约,比较全 规约草案 103规约完IEC60870-5-103规约基本要点全版 ProtocolTester.exe 许继103通信规约TCP-many about IEC 103 protocol
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3.53mb
    • 提供者:高广宇
  1. SimpliciTI-IAR-1.2.0

    0下载:
  2. SimpliciTI™ -1.2.0.exe for CC11xx, CC25xx and CC2430 Texas Instruments (TI) latest low-power RF protocol- SimpliciTI-SimpliciTI™ -1.2.0.exe for CC11xx, CC25xx and CC2430 Texas Instruments (TI) latest low-power RF protocol- SimpliciTI
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:9.14mb
    • 提供者:Vlad
  1. PAS900B

    0下载:
  2. 关于通讯的一个小程序,希望和大家交流心得,有不妥之处希望大家指正,谢谢。- PL/M-86 COMPILER PAS_MOD 11/02/ 2 11:11:51 PAGE 1 DOS 5.0 (038-N) PL/M-86 V2.7 COMPILATION OF MODULE PAS_MOD OBJECT MODULE PLACED I
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:9.01kb
    • 提供者:水采田
  1. smxp

    0下载:
  2. This same trick works in CMD.EXE (the command processor in Windows NT 4 and later) as well (not sure about OS/2 though)... ...but with some restrictions! REM is a true command that may be used anywhere within a command line. Though I doub
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:36.01kb
    • 提供者:rasul
  1. MagicJack_Utilities_v1.6

    0下载:
  2. Get SIP Credentials, Instructions: 1. Unzip the folder and put it where ever you like on your system. 2. Once done, you can run MagicJackSuite.exe and go from there. 3. Update the config from the GUI
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3.35mb
    • 提供者:Eu
  1. runes-of-magic

    0下载:
  2. music server files runes of magic enablet from download exe portyan
  3. 所属分类:Communication

    • 发布日期:2017-06-11
    • 文件大小:17.7mb
    • 提供者:YURANNN
  1. 111

    0下载:
  2. EXE程序制作成可安装文件流程文档。对于VC6.0生成的程序比较适合。-EXE program made ​ ​ into installable file process documentation. For VC6.0 generated program is more suitable.
  3. 所属分类:Communication

    • 发布日期:2017-05-06
    • 文件大小:1.01mb
    • 提供者:王孟贤
  1. MFC-handle-conversion

    0下载:
  2. 一般我们使用的框架是VC提供的Wizard生成的MFC App Wizard(exe)框架,无论是多文档还是单文档,都存在指针获取和操作 问题。 下面这节内容主要是一般的框架,然后再讲多线程中的指针使用。使用到的类需要包含响应的头文件。 首先一般获得本类(视,文档,对话框都支持)实例指针 this,用this的目的,主要可以通过类中的函数向其他类或者函数中发指针,以便于在非本类中操作和使用本类中的功能。 这其中的关键在于理解 m_pMainWnd, AfxGetApp(),AfxGetMai
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:13.05kb
    • 提供者:kongzhizhu
  1. Mt4 Srv文件读取助手.exe

    1下载:
  2. Mt4 Srv文件读取助手,读取srv文件的信息,可以查询ip地址和端口信息,可以查看到多个ip包括dc服务ip
  3. 所属分类:编程文档

    • 发布日期:2021-10-10
    • 文件大小:9.52mb
    • 提供者:eahome
搜珍网 www.dssz.com