亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Sockets

  • 本書通過大量實例深入淺出地介紹了Visual C++ 6.0網絡及Internet開發技術。全書共8章

    本書通過大量實例深入淺出地介紹了Visual C++ 6.0網絡及Internet開發技術。全書共8章,主要內容包括:Internet應用程序開發基礎、WinInet類編程、WinInet客戶應用程序開發、WinInet API編程、WinInet API客戶應用開發、Windows Sockets類編程、Windows Sockets應用程序開發和電子郵件程序設計。 全書對每種編程技術都給出了具有代表性的應用實例,而且將Visual C++ 6.0的Internet特性和技術難點融入到具體的實例中,使讀者通過實例的學習,能夠迅速掌握網絡及Internet開發技術。本書所附的光盤中含有全部實例的源代碼。 本書內容全面、深入,適合中高級編程技術開發人員,以及大專院校師生學習參考,也適合各類培訓班學員學習Visual C++、網絡及Internet開發技術。

    標簽: Internet Visual 6.0 網絡

    上傳時間: 2014-01-23

    上傳用戶:ayfeixiao

  • 基于網絡的視頻監控系統 隨著時代的發展

    基于網絡的視頻監控系統 隨著時代的發展,人們對安全防范也越來越重視,而數字化視頻監控系統在音視頻錄像、報警錄像聯動、硬盤存儲、多畫面顯示等方面都有突出表現,因此在安防領域逐漸占有了一席之地。本文提出的基于網絡的視頻監控系統實現了對數字硬盤錄像機的控制功能,其遠程客戶端軟件可以同時播放四路具有高達Dl分辨率的圖像數據。 第一章論述了視頻監控系統和數據壓縮技術的發展動態。 第二章對客戶端軟件的開發環境及平臺進行了選擇,并就其中使用的關鍵技術:windows Sockets編程技術、windows多線程技術、windows圖像顯示技術、MPEG-4編解碼與數據傳術技術、流媒體技術做了簡介。 第三章詳細論述了客戶端軟件的設計及實現。包括客戶端軟件的整體設計和各模塊的設計實現,最后給出了實現結果。 第四章是論述了實時流媒體播放器的設計和實現,包括主要模塊設計實現 (網絡接收模塊、解碼模塊、顯示模塊、操作控制模塊)、其他模塊設計實現(顯卡能力探測模塊、表面管理模塊)、性能優化(緩沖、共享內存、線程模型)。 第五章對系統進行了總結,并為系統進一步發展提出了展望和規劃。

    標簽: 網絡 發展 視頻監控系統

    上傳時間: 2013-12-25

    上傳用戶:lingzhichao

  • 本書適應了Windows、Internet及計算機網絡普及的潮流

    本書適應了Windows、Internet及計算機網絡普及的潮流,介紹了一套在Windows下網絡編程的規范-Windows Sockets。這套規范是Windows下得到廣泛應用的、開放的、支持多種協議的網絡編程接口。從1991年的1.0版到1995年的2.0.8版,經過不斷完善并在Intel、Microsoft、Sun、SGI、Informix、Novell等公司的全力支持下,已成為Windows網絡編程的事實上的標準。為使讀者能夠充分理解和應用這套規范,本書不但對Windows Sockets 1.1及2.0規范作了較為詳盡的介紹,還結合了作者的實際工作,給出了具有實際應用價值的程序實例。書中的內容包括:Windows Sockets規范1.1版及2.0.8版介紹;Windows Sockets網絡編程指導和具體應用實例;Windows Sockets規范1.1版及2.0.8版庫函數參考等。 本書體系完整,文字流暢,可供從事網絡應用開發的工程技術人員和大專院校師生參考。

    標簽: Internet Windows 計算機網絡

    上傳時間: 2013-12-08

    上傳用戶:coeus

  • 一個完整的email客戶端代碼 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Co

    一個完整的email客戶端代碼 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Copyright 2001 by Jeff Heaton SendMail is an example of client Sockets. This program presents a simple dialog box that prompts the user for information about how to send a mail.

    標簽: Aggregators Programming Example Chapter

    上傳時間: 2015-10-04

    上傳用戶:葉山豪

  • 為了方便網絡編程

    為了方便網絡編程,90年代初,由Microsoft聯合了其他幾家公司共同制定了一套WINDOWS下的網絡編程接口,即Windows Sockets規范,它不是一種網絡協議,而是一套開放的、支持多種協議的Windows下的網絡編程接口。本篇論文主要是介紹了在TCP/IP基礎上利用winsock2對網卡進行編程,以達到網絡流量監測的目的。論文首先介紹了TCP/IP協議,旨在介紹IP,TCP,UDP等比較重要的協議。主要是介紹IP頭,TCP頭,UDP頭的特點,以便從IP頭中可以獲取源地址,目的地址,協議類型等信息。在隨后的章節中提出了Socket的概念,Socket實際上提供了一個通信端口使所有擁有Socket的端口的計算機之間能夠相互通信,在本論文中主要說明了socket的建立,監聽和撤銷的過程。具體到程序實現中,對網卡混雜模式的設置是通過原始套接字(raw socket)來實現的。為了讓原始套接字能接受所有的數據,還需要通過將SOCK_RAW設置成SIO_RCVALL。對數據包的獲取通過recv()函數來完成。最后要完成的工作就是對所捕獲的IP數據包進行分析以提取出我們所需要的信息。在論文的最后是旨在說明進一步工作的展開. 關鍵詞:網絡流量測量 TCP/IP協議 WINSOCK編程

    標簽: 網絡編程

    上傳時間: 2013-12-13

    上傳用戶:windwolf2000

  • Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to cap

    Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to capture and monitor internet packets using either raw Sockets or the WinPcap device driver. Hardware permitting, ethernet packets may be captured and interpreted, and statistics maintained about the traffic. Uses of packet monitoring include totalling internet traffic by IP address and service, monitoring external or internal IP addresses and services accessed, network diagnostics, and many other applications. The component includes two demonstration applications, one that displays raw packets, the other that totals internet traffic. The components include various filters to reduce the number of packets that need to be processed, by allowing specific IP addresses to be ignored, LAN mask to ignore local traffic, and ignore non-IP traffic such as ARP.

    標簽: Components Monitoring components Internet

    上傳時間: 2015-10-30

    上傳用戶:水中浮云

  • In addition to all the people who contributed to the first edition, we would like to thank the follo

    In addition to all the people who contributed to the first edition, we would like to thank the following individuals for their generous help in writing this edition. Very special thanks go to Jory Prather for verifying the code samples as well as fixing them for consistency. Thanks to Dave Thaler, Brian Zill, and Rich Draves for clarifying our IPv6 questions, Mohammad Alam and Rajesh Peddibhotla for help with reliable multicasting, and Jeff Venable for his contributions on the Network Location Awareness functionality. Thanks to Vadim Eydelman for his Winsock expertise. And finally we would like to thank the .NET Application Frameworks team (Lance Olson, Mauro Ottaviani, and Ron Alberda) for their help with our questions about .NET Sockets.

    標簽: the contributed addition to

    上傳時間: 2015-12-17

    上傳用戶:dongqiangqiang

  • 本書適應了 Windows 、 Internet 及計算機網絡普及的潮流

    本書適應了 Windows 、 Internet 及計算機網絡普及的潮流,介紹了一套在 Windows下網絡編程的規范-Windows Sockets。這套規范是Windows下得到廣泛 應用的、開放的、支持多種協議的網絡編程接口。從 1991 年的 1.0 版到 1995 年的 2.0.8版,經過不斷完善并在Intel、Microsoft 、Sun、SGI、Informix、Novell等 公司的全力支持下,已成為Windows網絡編程的事實上的標準。為使讀者能夠充分 理解和應用這套規范,本書不但對Windows Sockets 1.1及2.0規范作了較為詳盡的 介紹,還結合了作者的實際工作,給出了具有實際應用價值的程序實例。書中的內 容包括:Windows Sockets規范1.1版及2.0.8版介紹;Windows Sockets網絡編程指 導和具體應用實例;Windows Sockets規范1.1版及2.0.8版庫函數參考等。 本書體系完整,文字流暢,可供從事網絡應用開發的工程技術人員和大專院校 師生參考。

    標簽: Internet Windows 計算機網絡

    上傳時間: 2014-02-22

    上傳用戶:SimonQQ

  • A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual

    A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock Sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indicators, and reading and writing to the Registry

    標簽: CInternetSession CFtpConnection Demonstrates Windows

    上傳時間: 2014-01-04

    上傳用戶:FreeSky

  • C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ St

    C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ Standard Library. Includes network protocols (Sockets, HTTP, FTP, SMTP, POP3, etc.) and an XML parser. Licensed under Boost license.

    標簽: network-centric applications integrated libraries

    上傳時間: 2016-02-05

    上傳用戶:chenxichenyue

主站蜘蛛池模板: 怀远县| 铜川市| 普宁市| 遂川县| 屏山县| 名山县| 多伦县| 连州市| 明星| 新兴县| 五常市| 资兴市| 黄浦区| 息烽县| 琼结县| 福海县| 沅江市| 临武县| 民丰县| 揭阳市| 龙山县| 清丰县| 洱源县| 德化县| 博兴县| 安化县| 桃源县| 彩票| 彰武县| 祥云县| 临夏县| 东宁县| 抚州市| 苏尼特左旗| 鄂州市| 崇阳县| 石城县| 阿拉尔市| 东乌| 绥中县| 荔波县|