SMTP協議的標準文檔,IETF的RFC中文版
上傳時間: 2013-12-22
上傳用戶:thesk123
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science so it s intended mainly for students who want to know about some advanced programming techniques in C. The Code was compiled with MSVC++ 6.0 but it should compile with any ANSI-compliant compiler.
標簽: double-linked list Addressbook implemen
上傳時間: 2014-01-24
上傳用戶:asddsd
The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-bit compliant.
標簽: intercepting operations non-SCSI support
上傳時間: 2014-01-03
上傳用戶:ls530720646
zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
標簽: data compression general purpose
上傳時間: 2013-12-09
上傳用戶:894898248
只包括兩個核心文件sha1.cpp及sha1.h 計算數據的sha1摘要。簡單,好用。 由于bit endian及little endian的原因,有些計算sha1摘要的算法計算出來的結果與正確結果有差異。此源碼經過測試,與RFC里列出的測試結果匹配。
上傳時間: 2015-04-09
上傳用戶:dongqiangqiang
JBoss, one of the leading java Open Source groups, integrates and develops these services for a full J2EE-based implementation. JBoss provides JBossServer, the basic EJB container, and Java Manage Preface 18 Great Events of the Twentieth Centuryment Extension (JMX) infrastructure. It also provides JBossMQ, for JMS messaging, JBossTX, for JTA/JTS transactions, JBossCMP for CMP persistence, JBossSX for JAAS based security, and JBossCX for JCA connectivity. Support for web components, such as servlets and JSP pages, is providedby an abstract integration layer. Implementations of the integration service are provided for third party servlet engines like Tomcat and Jetty. JBoss enables you to mix and match these components through JMX by replacing any component you want with a JMX compliant implementation for the same APIs.
標簽: integrates develops services leading
上傳時間: 2014-11-03
上傳用戶:wsf950131
The Point-to-Point Protocol (PPP) for the Transmission of Multi-protocol Datagrams over Point-to-Point Links Status of this Memo This RFC specifies an IAB standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "IAB Official Protocol Standards" for the standardization state and status of this protocol. Distribution of this memo is unlimited.
標簽: Point-to-Point Multi-protocol Transmission Datagrams
上傳時間: 2014-01-22
上傳用戶:cazjing
這是一個代理服務器程序,它使用多線程,Semaphore, blocking-socket, an RFC in hand。其中有一個內嵌的Web服務器,使用一個自定義的計數器agCount.dll。內嵌Web服務器使用虛擬域名www.personalproxy.com。
上傳時間: 2015-05-19
上傳用戶:z1191176801
一個 Delphi 版本的 SIP 協議棧,實現了 SIP相關的很多 RFC 規范
上傳時間: 2014-08-08
上傳用戶:zhliu007
關于FPGA流水線設計的論文 This work investigates the use of very deep pipelines for implementing circuits in FPGAs, where each pipeline stage is limited to a single FPGA logic element (LE). The architecture and VHDL design of a parameterized integer array multiplier is presented and also an IEEE 754 compliant 32-bit floating-point multiplier. We show how to write VHDL cells that implement such approach, and how the array multiplier architecture was adapted. Synthesis and simulation were performed for Altera Apex20KE devices, although the VHDL code should be portable to other devices. For this family, a 16 bit integer multiplier achieves a frequency of 266MHz, while the floating point unit reaches 235MHz, performing 235 MFLOPS in an FPGA. Additional cells are inserted to synchronize data, what imposes significant area penalties. This and other considerations to apply the technique in real designs are also addressed.
標簽: investigates implementing pipelines circuits
上傳時間: 2015-07-26
上傳用戶:CHINA526