搜索资源列表
Exp20UDPtranslit
- 有关在嵌入式编程方面对UDP上的应用! 能加深对UDP编程技术的理解!-embedded in the programming aspects of the UDP application! UDP to better understand the programming technique!
MyUDPDemo
- WinCe UDP编程,可以实现无连接数据包通讯,EVC4.2下编译通过
part23
- 基于ARM嵌入式TCP/UDP通信编程。包括驱动
UDP
- Windows CE下UDP编程实例子,周立功的,值得参看!
ucos_UDP
- 嵌入编程实现嵌入式开发平台和计算机之间的UDP通信。开发环境是ADS或SDT。此源码包括了可直接使用的bin文件
udp
- evc写的UDP数据传输,对于网络编程朋友很有用哦!
EVC高级编程及应用开发.exe
- 《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
《evc高级编程及其应用开发》源代码-2676
- 〈EVC高级编程及其应用开发(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP编程、DLL编程以及COM编程。读者在具有一定C抖和WinCE知识的基础上,通过本书的学习,可以快速提高WinCE的编程能力和实际开发水平。-<EVC Pregoish(embedded Visual Cg)>
Unicode转GB2312 程序
- 用于GSM短信编程,UDP模式下中文编码的转换
socket_tcp_udp_vxworks
- 基于嵌入式实时操作系统vxworks的socket网络编程,初学必备!包含udp、tcp的客户机/服务器的代码实现,tcp服务器支持多任务并发处理连接请求;开发工具为tornado for pentium 在vxworks虚拟机上调试通过,含搭建虚拟机的详细步骤。-Vxworks embedded real-time operating system based on the socket network programming, beginners must have! Contains ud
udptalk
- TCP/IP提供了无连接的传输层协议:UDP(User Datagram Protocol,即用户数据报协 议)。UDP 与 TCP 有很大的区别,因为无连接的 socket 编程与面向连接的 socket 编程也有很 大的差异。由于不用建立连接,因此每个发送个接收的数据报都包含了发送方和接收方的地 址信息。 -TCP/IP provides a connectionless transport layer protocol: UDP (User Datagram Proto
UDP-For-CE
- wince网络编程开发中用到的UDP协议相关Socket函数类。比较完整,重点推荐。-wince Network Programming UDP protocols used in functions related to Socket class. More complete, Highlights.
arm9udpsourcecode
- arm9上udp源码的实现,编程语言是C语言.包括client和server 两端的代码.上课时老师给的.-udp source arm9 on the realization of a programming language is C language. including client and server ends of the code. class teacher to the.
arm7-cs8900-udp
- 基于ARM7的嵌入式系统与cs8900网卡的udp协议编程源代码-ARM7-based embedded systems and cs8900 udp protocol network card programming source code
wceui
- 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
UDP_test
- LINUX下的UDP编程。知道QQ吧。学好了它。你就可以玩转网聊精髓了。-UDP programming under LINUX. QQ know it. Learn it. You can talk about the essence of the Fun Net.
socket
- Linux下socket编程示例,包括TCP/UDP编程,循环服务器、并发服务器等-Linux socket programming examples, including TCP/UDP programming cycle servers, concurrent server, etc.
UDP
- LINUX下UDP编程,调试通过,可以正常接受和发送数据-LINUX under UDP programming, debugging, you can normally receive and send data
MPPTQW
- 实现网络TCP/udp编程,可以用于单片机开发HTTP网页-Implement TCP/udp network programming, can be used for single chip microcomputer development HTTP web page
ucos TCP/IP源码
- 基于ucos TCP/IP协议栈详解!提供tcp,udp编程API函数。