CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - evc tcp

搜索资源列表

  1. EVC_TCP

    0下载:
  2. evc下网络编程是有一定难度的,上面这个功能包含了两个程序演示了在嵌入式设备里面怎样通过TCP来进行网络数据交互和传输.-AES network programming under a certain degree of difficulty. above this function contains two procedures demonstrated in embedded devices inside TCP how to conduct interactive data network
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:167158
    • 提供者:checkyvc6
  1. EVC_MBMaster

    0下载:
  2. wince环境下的一个EVC的modbus协议通讯的例子程序,modbus tcp master-Jack environment of a EVC the Modbus protocol communications procedures example, Modbus master tcp
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:78403
    • 提供者:liyi
  1. EVCTALK

    0下载:
  2. 基于EVC的wince下的TCP消息收发程序,可以与PC机或装WINCE的系统进行TCP通讯,聊天。-based EVC wince under the TCP news TX procedures, with the PC or the installation of the system WINCE TCP communications and chat.
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:160312
    • 提供者:cliburn
  1. TCPClient

    0下载:
  2. EVC编写的TCP通讯程序客户端,可以绑定socket,发送并接收服务器端的数据。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:46609
    • 提供者:范蓓蕾
  1. TCPServer

    0下载:
  2. EVC环境下写的服务器端TCP通讯程序,能够监听socket通讯,给客户端发送数据。在PDA上运行。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:51183
    • 提供者:范蓓蕾
  1. TCPNetKit_with_sourceCode

    0下载:
  2. TCP网络调试程序与程序源码 可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 主要就是用了winsock的一些函数进行封装。 源码中包含了用VC与EVC编
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:114385
    • 提供者:robotlee2002
  1. tcp_server

    0下载:
  2. TCP服务器应用开发示例。 EVC 4.0 编译通过 ARMV4I 运行成功
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:67017
    • 提供者:tx
  1. TCP(CE)

    0下载:
  2. WINCE下可以正常使用的TCP及UDP两种传输方式的EVC原码
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:64884
    • 提供者:童敏
  1. EVC高级编程及应用开发.exe

    2下载:
  2. 《EVC高级编程及其应用开发》一书随书代码光盘,包括WINCE数据库编程,通信,UDP和PING,TCP,DLL,COM编程(下载后将文件后面的zip去掉直接解压)-"EVC senior programming and application development," a book with CD-ROM code books, including pulled database programming, communications, and PING UDP, TCP
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:5571880
    • 提供者:黄袁斌
  1. 《evc高级编程及其应用开发》源代码-2676

    0下载:
  2. 〈EVC高级编程及其应用开发(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP编程、DLL编程以及COM编程。读者在具有一定C抖和WinCE知识的基础上,通过本书的学习,可以快速提高WinCE的编程能力和实际开发水平。-<EVC Pregoish(embedded Visual Cg)>
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:5221491
    • 提供者:林夕书
  1. 带TCP/IP通信和串口通信的eVC程序

    0下载:
  2. 有TCP/IP的通信 有re232的通信 eVC4.0开发 代码经过调试,并被实际使用在某产品中
  3. 所属分类:Windows CE

    • 发布日期:2011-09-29
    • 文件大小:70220
    • 提供者:chenkai27
  1. TCPClient

    0下载:
  2. WinCE环境下的TCP/IP客服端的实现,使用EVC开发,通过调试。-WinCE environment TCP/IP side of the achievement of customer service, the use of EVC development, through debugging.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:119290
    • 提供者:liushuchun
  1. TCPClient

    0下载:
  2. evc下的tcp协议 -EVC tcp agreement under
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:119280
    • 提供者:Bruce
  1. TCPClient

    0下载:
  2. EVC下TCP客户端 源码 经测试可用的,完整源代码 模拟器下编译通过-evc tcp client pocket pc 2003 emulator built good
  3. 所属分类:Windows CE

    • 发布日期:2017-05-07
    • 文件大小:1321902
    • 提供者:lingyu
  1. TCPClient

    0下载:
  2. 一段非常好用的基于evc的tcp客户端程序,直接编译就可以使用,非常方便。-A very useful EVC based on the tcp client program, direct the compiler can use, very convenient.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-18
    • 文件大小:5111705
    • 提供者:tlsteven
  1. TCPServer

    0下载:
  2. 一段非常好用的基于evc的tcpip协议的服务器端程序,使用者可以直接应用到工程中去,不需要修改。-A very useful EVC based on the tcpip protocol server-side procedures, the user can be directly applied to the project go, do not need to modify.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:1312852
    • 提供者:tlsteven
  1. TCPClient

    0下载:
  2. EVC源代码,TCP编程应用,网络传输的实现实例程序 -TCP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:119227
    • 提供者:yw
  1. TCPServer

    0下载:
  2. EVC源代码,TCP server编程应用,网络传输的实现实例程序 -tcp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:123179
    • 提供者:yw
  1. tcpip

    0下载:
  2. wince下用evc编写的TCP通信程序,包括服务器端和客户端。-wince under the TCP communications with evc written procedures, including the server-side and client-side.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-29
    • 文件大小:96700
    • 提供者:祝力
  1. wceui

    0下载:
  2. WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP.-WinCE and EVC overview of graphics programming, dialog box controls, processes, threads, files and registry, WinCE based database programming, WinCE expanding database
  3. 所属分类:Windows CE

    • 发布日期:2017-06-09
    • 文件大小:16186368
    • 提供者:zhj
« 12 »
搜珍网 www.dssz.com