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

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

Web-server

  • 本程序包適用于客戶端是WINDOWS操作平臺

    本程序包適用于客戶端是WINDOWS操作平臺,WEB SERVER可以為TOMCAT/WEBLOGIC等使用。能進行遠程掃描,圖像能保存進DB中。

    標簽: WINDOWS 程序 操作平臺

    上傳時間: 2016-10-02

    上傳用戶:qweqweqwe

  • 是“MATLAB混合編程與工程應用”一書的源碼

    是“MATLAB混合編程與工程應用”一書的源碼,該書高潔和孫新德編著 清華大學出版社出版 2008年5月 本書以MATLAB最新版本R2006a為藍本,系統介紹了MATLAB混合編程的最新技術。全書共分11章,第1和第2章概述了 MATLAB混合編程的發展狀況及基本方法,第3至10章分別介紹了幾種典型的混合編程方法,包括使用MEX、MATLAB Engine、MATLAB ACTIVEX、Mideva、MATLAB Builder for .NET、MATLAB Web Server進行混合編程,以及MATLAB和Visual Basic、Excel等混合編程。第11章以數字水印技術為例介紹了MATLAB混合編程在工程中的典型應用。 本書按照混合編程常用方法進行編寫,第3至10章的每章都為一個獨立單元,讀者可以任選其中一章或幾章進行學習,每章重點闡述一種混合編程方法的實質和要點,實例描述貫穿始終。 本書不僅具有理論深度與廣度,而且注重實用,實例豐富,特別是通過作者在數字水印方面的研究成果,提供了理論分析與應用案例。 本書可以作為高等院校計算機及信息相關專業的教材或參考書,也可供廣大科技工作者參考。

    標簽: MATLAB 混合編程 工程 源碼

    上傳時間: 2014-01-13

    上傳用戶:

  • gm8120上用的mini http,可以試試

    gm8120上用的mini http,可以試試,能做WEB SERVER

    標簽: 8120 mini http gm

    上傳時間: 2013-12-02

    上傳用戶:luke5347

  • lighttpd源碼包及其依賴包

    lighttpd源碼包及其依賴包,包括安裝教程。網上很辛苦收集的,lighttpd是一個很好的輕量級web server。特別適用于嵌入式系統。

    標簽: lighttpd 源碼

    上傳時間: 2016-11-27

    上傳用戶:笨小孩

  • Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work

    Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the C++ Standards Committee s Library Technical Report (TR1) as a step toward becoming part of a future C++ Standard. More Boost libraries are proposed for the upcoming TR2. Boost works on almost any modern operating system, including UNIX and Windows variants. Follow the Getting Started Guide to download and install Boost. Popular Linux and Unix distributions such as Fedora, Debian, and NetBSD include pre-built Boost packages. Boost may also already be available on your organization s internal web server.

    標簽: libraries peer-reviewed emphasize provides

    上傳時間: 2016-12-05

    上傳用戶:semi1981

  • uIP0.9在ARM上的移植

    uIP0.9在ARM上的移植,ADS編譯器,硬件平臺EasyArm2200。實現了自帶web server,內含一個簡單的移植說明。

    標簽: uIP 0.9 ARM 移植

    上傳時間: 2016-12-29

    上傳用戶:cc1915

  • ECC 是下一代用于移動或無線環境的公鑰加密技術。ECC 基于一套用于執行非對稱加密的密鑰生成、加密和解密算法。 ECC 包含以下重要功能: 較之傳統的密碼系統(如 RSA)

    ECC 是下一代用于移動或無線環境的公鑰加密技術。ECC 基于一套用于執行非對稱加密的密鑰生成、加密和解密算法。 ECC 包含以下重要功能: 較之傳統的密碼系統(如 RSA),ECC 可以使用較小的密鑰大小提供同等的安全性,這可以加速計算、降低功耗和內存并節省帶寬。 ECC 在橢圓曲線上進行運算。您必須選擇曲線和密鑰長度。曲線由 NIST、ANSI 和 SECG 等多個組織標準化并命名。由于這些標準包含密鑰長度,因此您只需選擇其中一個預定義的曲線名稱。Web Server 7.0 支持當前指定的所有曲線。

    標簽: ECC RSA 加密 移動

    上傳時間: 2017-05-29

    上傳用戶:lizhizheng88

  • 采用ajax技術

    采用ajax技術,實現嵌入式web server

    標簽: ajax

    上傳時間: 2014-01-09

    上傳用戶:rocketrevenge

  • Browser-based (HTTP) file uploading is a great way to transfer arbitrary files from a client machine

    Browser-based (HTTP) file uploading is a great way to transfer arbitrary files from a client machine to the Web server which adds another dimension to Web-based applications.

    標簽: Browser-based arbitrary uploading transfer

    上傳時間: 2017-08-21

    上傳用戶:13188549192

  • The Java Platform, Enterprise Edition 5 (Java EE 5) has two different but complementary technologie

    The Java Platform, Enterprise Edition 5 (Java EE 5) has two different but complementary technologies for producing dynamic web content in the presentation tier—namely Java Servlet and JavaServer Pages (JSP). Java Servlet, the first of these technologies to appear, was initially described as extensions to a web server for producing dynamic web content. JSP, on the other hand, is a newer technology but is equally capable of generating the same dynamic content. However, the way in which a servlet and a JSP page produce their content is fundamentally different servlets embed content into logic, whereas JSP pages embed logic into content.

    標簽: Java complementary technologie Enterprise

    上傳時間: 2017-09-04

    上傳用戶:李彥東

主站蜘蛛池模板: 乐平市| 衡东县| 南充市| 顺平县| 保亭| 格尔木市| 报价| 三门县| 双辽市| 南陵县| 视频| 武夷山市| 林西县| 宜城市| 临汾市| 普兰县| 南宁市| 锦州市| 铁岭市| 高阳县| 东光县| 绥宁县| 黄石市| 太白县| 察雅县| 道真| 杂多县| 两当县| 盖州市| 罗甸县| 定日县| 龙江县| 安化县| 博野县| 澄江县| 平遥县| 台前县| 兴文县| 西林县| 陆河县| 札达县|