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

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

網(wǎng)(wǎng)絡(luò)結(jié)構(gòu)

  • Apprehend Screen Capture Component Version 4.2 A non-visible component to capture images. Freeware w

    Apprehend Screen Capture Component Version 4.2 A non-visible component to capture images. Freeware with source. Includes Four Demos with source and EXE s. 3,550 KB. 10/09/2005

    標(biāo)簽: non-visible Apprehend Component component

    上傳時間: 2015-12-23

    上傳用戶:佳期如夢

  • 給定一個集裝箱

    給定一個集裝箱,其長為L,寬為W和高為H,現(xiàn)有一批圓柱形木材,每根木材的長均為L,但是半徑不同,設(shè)第i根木材半徑為ri。問如何裝箱,使得集裝箱的空間利用率最高?

    標(biāo)簽: 集裝箱

    上傳時間: 2014-01-20

    上傳用戶:ljt101007

  • Artificial Intelligence Neural Networks Algorithms Applications and Programming Techniques Addison W

    Artificial Intelligence Neural Networks Algorithms Applications and Programming Techniques Addison Wesley,

    標(biāo)簽: Applications Intelligence Programming Artificial

    上傳時間: 2014-01-15

    上傳用戶:yoleeson

  • bp神經(jīng)網(wǎng)絡(luò)算法是解決最優(yōu)化問題的先進算法之一

    bp神經(jīng)網(wǎng)絡(luò)算法是解決最優(yōu)化問題的先進算法之一,本論文討論了神經(jīng)網(wǎng)絡(luò)中使用最為廣泛的前饋神經(jīng)網(wǎng)絡(luò)。其網(wǎng)絡(luò)權(quán)值學(xué)習(xí)算法中影響最大的就是誤差反向傳播算法(back-propagation簡稱BP算法)。BP算法存在局部極小點,收斂速度慢等缺點。基于優(yōu)化理論的Levenberg-Marquardt算法忽略了二階項。該文討論當(dāng)誤差不為零或者不為線性函數(shù)即二階項S(W)不能忽略時的Hesse矩陣的近似計算,進而訓(xùn)練網(wǎng)絡(luò)。

    標(biāo)簽: 神經(jīng)網(wǎng)絡(luò)算法 算法

    上傳時間: 2015-12-31

    上傳用戶:wendy15

  • 使用Flash提供的Web Service的能力

    使用Flash提供的Web Service的能力,利用這個能力與SOAP Server連接並做資料的存取。而這篇文章將以一個極簡單的範(fàn)例來說明如何透過Flash取得想要的資料。關(guān)於SOAP Server的製作請參考之前撰寫的"Pyhon的SOAP Library"這篇文章,這篇文章有教大家如何使用python這個程式語言實作一個RPC Server,提供其他程式作遠(yuǎn)端呼叫。我提供RPC Server的製作,而我會使用python來架構(gòu)RPC Server,使用python內(nèi)建的函式庫來實作該Server。 需要工具; 1. Flash 8.0 2. Python 2.3 以上

    標(biāo)簽: Service Flash Web

    上傳時間: 2014-01-25

    上傳用戶:cc1915

  • 13th Israeli Symposium of AI, CV, and NN, Tel Aviv University, Tel Aviv, Israel, Feb. 2-4, 1997 D. D

    13th Israeli Symposium of AI, CV, and NN, Tel Aviv University, Tel Aviv, Israel, Feb. 2-4, 1997 D. Dori, D. Hubunk and Liu W, “Improving the Arc Detection

    標(biāo)簽: D. Aviv University Symposium

    上傳時間: 2013-12-23

    上傳用戶:水口鴻勝電器

  • /*** *** *** *** *** *** *** *** *** *** *** *** * File: whyt1_lib.c * * Library for accessing W

    /*** *** *** *** *** *** *** *** *** *** *** *** * File: whyt1_lib.c * * Library for accessing WHYT1 devices. * The code accesses hardware using WinDriver s WDC library. * Code was generated by DriverWizard v9.01. *

    標(biāo)簽: accessing Library File whyt

    上傳時間: 2013-12-12

    上傳用戶:qiao8960

  • *--- --- --- --聲明--- --- --- -----*/ /* VC6.0下運行通過 此程序為本人苦心所做

    *--- --- --- --聲明--- --- --- -----*/ /* VC6.0下運行通過 此程序為本人苦心所做,請您在閱讀的時候,尊重本人的 勞動。可以修改,但當(dāng)做的每一處矯正或改進時,請將改進 方案,及修改部分發(fā)給本人 (修改部分請注名明:修改字樣) Email: jink2005@sina.com QQ: 272576320 ——初稿完成:06-5-27 jink2005 補充: 程序存在問題: (1) follow集不能處理:U->xVyVz的情況 (2) 因本人偷懶,本程序為加入文法判斷,故 輸入的文法必須為LL(1)文法 (3) 您可以幫忙擴充:消除左遞歸,提取公因子等函數(shù) (4) …… */ /*-----------------------------------------------*/ /*參考書《計算機編譯原理——編譯程序構(gòu)造實踐》 LL(1)語法分析,例1: ERTWF# +*()i# 文法G[E]:(按此格式輸入) 1 E -> TR 2 R -> +TR 3 R -> 4 T -> FW 5 W -> * FW 6 W -> 7 F -> (E) 8 F -> i 分析例句:i*(i)# , i+i# 例2: 編譯書5.6例題1 SHMA# adbe# S->aH H->aMd H->d M->Ab M-> A->aM A->e 分析例句:aaabd# */

    標(biāo)簽: 6.0 VC 運行 程序

    上傳時間: 2016-02-08

    上傳用戶:ayfeixiao

  • auxilary files for the Crypt Breakers Workbench (cbw). CBW is a multi-window integrated workbench o

    auxilary files for the Crypt Breakers Workbench (cbw). CBW is a multi-window integrated workbench of tools that help a cryptanalist read files encrypted with the BSD4.2 crypt command. Anyone may copy, modify, use, or redistribute this system. It was originally written by Robert W. Baldwin at MIT

    標(biāo)簽: multi-window integrated Workbench workbench

    上傳時間: 2013-12-10

    上傳用戶:cjl42111

  • This document is an operation guide for the MPC8XXFADS board. It contains operational, functional a

    This document is an operation guide for the MPC8XXFADS board. It contains operational, functional and general information about the FADS. The MPC8XXFADS is meant to serve as a platform for s/ w and h/w development around the MPC8XX family processors. Using its on-board resources and its associated debugger, a developer is able to download his code, run it, set breakpoints, display memory and registers and connect his own proprietary h/w via the expansion connectors, to be incorporated to a desired system with the MPC8XX processor.

    標(biāo)簽: operational MPC8XXFADS functional operation

    上傳時間: 2014-03-10

    上傳用戶:zsjinju

主站蜘蛛池模板: 大洼县| 包头市| 三门峡市| 沙洋县| 金门县| 北流市| 临澧县| 延川县| 伊川县| 中卫市| 鄂州市| 沐川县| 黄大仙区| 龙州县| 汉中市| 余江县| 焉耆| 关岭| 曲沃县| 前郭尔| 太白县| 平邑县| 淳安县| 郑州市| 临沭县| 金华市| 汝南县| 绍兴市| 沅江市| 安远县| 固原市| 襄汾县| 舞阳县| 富民县| 乐至县| 江达县| 郸城县| 盖州市| 安丘市| 巴林右旗| 大冶市|