Welcome![Sign In][Sign Up]
Location:
Search - C rfc

Search list

[Ftp ClientTFTP 客户端(源码)(1[1].0)

Description: TFTP客户端,完全符合RFC-1350,源代码. 转载请注明作者 helloworld1@163.com 可以在VC,BC或其他C编译器下编译-TFTP client, in full compliance with RFC - 1350. the source code. reprinted with the author please helloworld1@163.com in VC, BC or other C compiler compiler
Platform: | Size: 3819 | Author: 李涛 | Hits:

[Communication-Mobileimap-2004g

Description: 这是用C编写IMAP源代码,C还有相关的RFC-This the preparation of IMAP with C source code, C still relevant RFC.
Platform: | Size: 1819000 | Author: xlz | Hits:

[Internet-NetworkRFC

Description: 里面含有RFC3550、 RFC3551,还有相关源程序-it contains RFC3550 and RFC3551 and the associated source
Platform: | Size: 1206272 | Author: 刘常锋 | Hits:

[OS programTFTP客户端

Description: TFTP客户端,完全符合RFC-1350,源代码.-TFTP client, in full compliance with RFC- 1350, the source code.
Platform: | Size: 20480 | Author: fpx | Hits:

[Ftp ClientTFTP 客户端(源码)(1[1].0)

Description: TFTP客户端,完全符合RFC-1350,源代码. 转载请注明作者 helloworld1@163.com 可以在VC,BC或其他C编译器下编译-TFTP client, in full compliance with RFC- 1350. the source code. reprinted with the author please helloworld1@163.com in VC, BC or other C compiler compiler
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Communication-Mobileimap-2004g

Description: 这是用C编写IMAP源代码,C还有相关的RFC-This the preparation of IMAP with C source code, C still relevant RFC.
Platform: | Size: 1818624 | Author: xlz | Hits:

[Communication-MobilePJSIP_test_example

Description: 使用开源SIP协议栈编写的一个小测试程序,包括UA和UAS两部分,完成最基本的publish会话。注:简单起见,publish没有设置消息体。 PJSIP,一个用C编写,功能强大的开源SIP协议栈,采用优秀的内存分配机制编写,运行速度快,支持IM、Presence、PIDF、rPIDF等最新RFC,可以用来实现各种SIP应用。 PJSIP下载见本站。-use revenue SIP Protocol Stack prepared a small test procedures, including the UA and UAS two parts, completed basic publish conversation. Note : the sake of simplicity, publish the news- is not provided. PJSIP, with a C, the powerful revenue SIP protocol stack, using excellent memory allocation mechanism for the preparation, fast operation and support IM, Presence, PIDF. rPIDF-date RFC, which can be used for various SIP application. PJSIP download see the site.
Platform: | Size: 6144 | Author: liujun | Hits:

[Email ClientPOPClient

Description: POP3 (RFC 1939) & MIME (RFC 2045) Compliant Client-POP3 (RFC 1939)
Platform: | Size: 134144 | Author: 黄仲元 | Hits:

[Other Web Codemyuploader-source-v181

Description: MyUploader 是一款使用 http 协议(RFC 1867)用于上传文件和文件夹到一个网络服务器的简单易用的收费 Java 程序.使用托拽操作,你可以在短时间之内上传数以百计的文件.在上传文件的过程当中提供一个可视化进度条. -MyUploader is a use http protocol (RFC 1867) used to upload files and folders to a web server, easy-to-use Java program fees. The use of occasional drag operation, you can upload in a short time and several hundred of documents. In the process of upload files to provide a visualization of the progress bar.
Platform: | Size: 749568 | Author: likeilike | Hits:

[OtherRFCinChinese

Description: 283个中文RFC文档,对于学习网络协议有帮助-283 Chinese RFC documents to learn network protocol for help
Platform: | Size: 2300928 | Author: spyman | Hits:

[Streaming Mpeg4RTSP

Description: Real Time Streaming Protocol (RTSP), developed by the IETF and created in 1998 as RFC 2326, is a protocol for use in streaming media systems which allows a client to remotely control a streaming media server
Platform: | Size: 9216 | Author: 北科 | Hits:

[Internet-NetworkMD5

Description: MD5 (Message-Digest algorithm 5) is a widely used, partially insecure[1] cryptographic hash function with a 128-bit hash value. As an Internet standard (RFC 1321), MD5 has been employed in a wide variety of security applications, and is also commonly used to check the integrity of files. An MD5 hash is typically expressed as a 32 digit hexadecimal number.
Platform: | Size: 3929088 | Author: chu | Hits:

[Otherdes

Description: MD5的全称是Message-digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一个128位的信息摘要。虽然这些算法的结构或多或少有些相似,但MD2的设计与MD4和MD5完全不同,那是因为MD2是为8位机器做过设计优化的,而MD4和MD5却是面向32位的电脑。这三个算法的描述和c语言源代码在Internet RFC 1321中有详细的描述(http://www.ietf.org/rfc/rfc1321.txt),这是一份最权威的文档,由Ronald L. Rivest在1992年8月向IETF提交。 -err
Platform: | Size: 3072 | Author: wangweiyang | Hits:

[TCP/IP stackGPRS_PPP

Description: 根据RFC文档自行设计的GPRS协议栈源代码,用串口调试-According to RFC documents designed GPRS protocol stack source code, using serial debugging
Platform: | Size: 5120 | Author: lllcqu | Hits:

[Ftp Clientftp.c

Description: Client application that uses "file transfer protocol" (ftp).service as described by RFC 959. -Client application that uses
Platform: | Size: 38912 | Author: 姓名 | Hits:

[OtherMd5Code

Description: C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare and achieve string summary document containing a summary of two functions. Which mainly contains three documents: Md5.cpp, Md5.h, Main.cpp. Md5.cpp which is the algorithm code, in most of the code from the rfc-1321-ri copy back Main.cpp is the main program.
Platform: | Size: 88064 | Author: xxxfree | Hits:

[Internet-Networksockssvc

Description: 歡迎 SocksSvc,集合的MFC類實現一個簡單的襪子服務器。 這個想法最初背後 SocksSvc了解SOCKS協議以及它是如何實現在Win32。 如需了解有關議定書的襪子你應該閱讀 RFC 1928(襪子 5),玫瑰花1929(用戶名/密碼身份驗證襪子 5)和襪子 4規格,您可以下載這些從 www.socks.permeo.com huān yíng SocksSvc, jí hé deMFC lèi shí xiàn yī gè jiǎn dān de wà zi fú wù qì。 zhè ge xiǎng fǎ zuì chū bèi hòu SocksSvc liǎo jiěSOCKS xié yì yǐ jí tā shì rú hé shí xiàn zàiWin32。 rú xū liǎo jiě yǒu guān yì dìng shū de wà zi nǐ yīng gāi yuè dú RFC 1928(wà zi 5), méi guī huā1929(yòng hù míng/mì mǎ shēn fèn yàn zhèng wà zi 5) hé wà zi 4guī gé, nín kě yǐ xià zài zhè xiē cóng www.socks.permeo.com 建議更好的譯法:-Welcome to SocksSvc, a collection of MFC classes to implement a simple Socks server. The idea behind SocksSvc was originally to learn about the Socks protocol and how it is implemented on Win32. For detailed information about the Socks Protocol you should read RFC 1928 (Socks 5), RFC 1929 (Username/Password authentication for Socks 5) and the Socks 4 specification, You can download these from www.socks.permeo.com
Platform: | Size: 50176 | Author: 睡魔 | Hits:

[Internet-NetworkHTTPClient

Description: HTTP 1.1(RFC 2616,2617 )协议的c语言实现-Partially Implements the client side of the HTTP 1.1 Protocol as Defined in RFC 2616,2617
Platform: | Size: 1927168 | Author: chen | Hits:

[WEB CodeRFC_WS

Description: C#创建WEB SERVICE调用SAP RFC(C# WEB SERVICE SAP RFC)
Platform: | Size: 76800 | Author: martinz | Hits:

[Internet-Networkjrtplib-3.11.1

Description: The library offers support for the Real-time Transport Protocol (RTP), defined in RFC 3550. It makes it very easy to send and receive RTP packets and the RTCP (RTP Control Protocol) functions are handled entirely internally. For more detailed information you should take a look at the documentation included in the package.
Platform: | Size: 371712 | Author: zj@jr | Hits:
« 12 3 4 »

CodeBus www.codebus.net