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

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

V-BY-<b>ONE</b>

  • MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999 %needs optimization toolbox %Modified b

    MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999 %needs optimization toolbox %Modified by Bruce Land %--Data via globals to anaylsis programs %--3D plotting with color coded groups %--Mapping of MDS space to spike train temporal profiles as described in %Aronov, et.al. "Neural coding of spatial phase in V1 of the Macaque" in %press J. Neurophysiology

    標簽: MULTIDIMENSIONAL optimization Modified Steyvers

    上傳時間: 2015-08-26

    上傳用戶:kytqcool

  • 本文開發了一套基于J2EE技術的新兵思想評估系統。該系統基于多層B/S軟件架構

    本文開發了一套基于J2EE技術的新兵思想評估系統。該系統基于多層B/S軟件架構,提高了系統的穩定性、靈活性及安全性;通過使用UML的系統分析,MVC、DAO等設計模式及面向對象(VC++)的設計和開發,采用Spring、Hibernate、WebWork等框架技術,提高了開發的效率,為相關系統的設計開發探索了一條新思路。

    標簽: J2EE 評估系統 多層

    上傳時間: 2013-12-24

    上傳用戶:gxf2016

  • This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS

    This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.

    標簽: project implement developed Database

    上傳時間: 2013-12-25

    上傳用戶:semi1981

  • 高斯亞當消去法 GAUSSJ(A[],N,B[])用這個子過程實現高斯亞當消去法

    高斯亞當消去法 GAUSSJ(A[],N,B[])用這個子過程實現高斯亞當消去法

    標簽: GAUSSJ 高斯 子過程

    上傳時間: 2015-08-29

    上傳用戶:541657925

  • 生產排程計劃的一份源碼.JAVA.B/S結構的。希望對一部分人有幫助

    生產排程計劃的一份源碼.JAVA.B/S結構的。希望對一部分人有幫助

    標簽: JAVA 源碼

    上傳時間: 2015-08-30

    上傳用戶:小草123

  • BackProp算法:經典的B-P算法.

    BackProp算法:經典的B-P算法.

    標簽: BackProp B-P 算法

    上傳時間: 2014-11-22

    上傳用戶:xc216

  • by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See

    by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) the text of Learning Perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced Perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon

    標簽: L. published Schwartz Edition

    上傳時間: 2014-11-29

    上傳用戶:kr770906

  • by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See

    by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) Learning Perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced Perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon

    標簽: L. published Schwartz Edition

    上傳時間: 2015-09-03

    上傳用戶:lifangyuan12

  • 1.24位真彩色->256色灰度圖。 2.預處理:中值濾波。 3.二值化:用一個初始閾值T對圖像A進行二值化得到二值化圖像B。 初始閾值T的確定方法是:選擇閾值T=Gmax-(Gmax-G

    1.24位真彩色->256色灰度圖。 2.預處理:中值濾波。 3.二值化:用一個初始閾值T對圖像A進行二值化得到二值化圖像B。 初始閾值T的確定方法是:選擇閾值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分別是最高、最低灰度值。 該閾值對不同牌照有一定的適應性,能夠保證背景基本被置為0,以突出牌照區域。 4.削弱背景干擾。對圖像B做簡單的相鄰像素灰度值相減,得到新的圖像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左邊緣直接賦值,不會影響整體效果。 5.用自定義模板進行中值濾波 區域灰度基本被賦值為0。考慮到文字是由許多短豎線組成,而背景噪聲有一大部分是孤立噪聲,用模板(1,1,1,1,1)T對G進行中值濾波,能夠得到除掉了大部分干擾的圖像C。 6.牌照搜索:利用水平投影法檢測車牌水平位置,利用垂直投影法檢測車牌垂直位置。 7.區域裁剪,截取車牌圖像。

    標簽: Gmax-G 1.24 Gmax 閾值

    上傳時間: 2014-01-08

    上傳用戶:songrui

  • 《三江學院師資管理系統》 核心模塊功能簡介 《三江學院師資管理系統》是基于B/S架構的Web應用程序

    《三江學院師資管理系統》 核心模塊功能簡介 《三江學院師資管理系統》是基于B/S架構的Web應用程序,校園網上任何合法用戶可以直接訪問。一期工程實現了該系統的核心功能模塊,包括安全認證、教師信息維護、學科信息維護、部分報表打印等功能,該系統已投入試運行。目前該系統安裝在計算機系應用軟件開發組服務器上,內網IP地址為192.168.xxx.xxx。需要訪問師資系統的用戶請在瀏覽器地址欄輸入

    標簽: Web 管理系統 核心 架構

    上傳時間: 2014-01-09

    上傳用戶:獨孤求源

主站蜘蛛池模板: 大连市| 原阳县| 琼结县| 房产| 阿克苏市| 宁城县| 工布江达县| 偃师市| 化德县| 泰和县| 翁牛特旗| 资溪县| 洞头县| 洪洞县| 高雄县| 嘉定区| 游戏| 宣武区| 高邮市| 永胜县| 民和| 山西省| 全南县| 石屏县| 镇宁| 临颍县| 永修县| 民县| 含山县| 安西县| 靖西县| 苍山县| 丰城市| 海丰县| 图们市| 东至县| 黄石市| 云霄县| 同心县| 武乡县| 资中县|