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

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

JDON-Framework

  • FIR濾波器的C++實現 Below are program source listings for FIR.h and FIR.cpp, the header file and class fil

    FIR濾波器的C++實現 Below are program source listings for FIR.h and FIR.cpp, the header file and class file for implementing arbitrary causal FIR filters in the Synthesis Tool Kit (STK) framework

    標簽: FIR and listings program

    上傳時間: 2013-12-11

    上傳用戶:heart520beat

  • MFCLite 3

    MFCLite 3,一個具體而微(仿 MFC)的 application framework 侯捷

    標簽: MFCLite

    上傳時間: 2016-09-22

    上傳用戶:tianjinfan

  • 使用C#程式語言開發

    使用C#程式語言開發,並執行於.NET Framework下;是研習「蟻拓尋優法」不可或缺的軟體工具。系統使用ACO (Ant Colony Optimization)演算公式模擬螞蟻的覓食行徑抉擇。使用者可以設定費洛蒙和食物氣味強度等相關參數以及動態設定障礙物的位置和形狀,研習螞蟻覓食的最短路徑形成過程。研習各種參數設定對螞蟻覓食行為的影響,了解費落蒙機制對蟻拓尋優化法的影響。本系統可支援柔性計算教學,研習蟻拓優化法中人工螞蟻的隨機搜尋模式和啟發式法則設計原理。

    標簽: 程式

    上傳時間: 2013-12-24

    上傳用戶:anng

  • 1.把"Web"文件夾內的文件拷貝到某個文件夾 2.在IIS中新建站點

    1.把"Web"文件夾內的文件拷貝到某個文件夾 2.在IIS中新建站點,指向該文件夾,如果新建虛擬路徑,會導致一些圖片的不正常顯示. 3."Database"文件夾內有數據庫文件hyb2bTest_Data.MDF,在Sql Server企業管理器中選擇"附加數據庫" 4.需要修改根目錄web.config文件 <add key="DBServer" value="."/>,改成當前數據庫地址 <add key="DBUser" value="sa"/>,改成當前數據庫用戶名 <add key="DBPwd" value="sa"/>,改成當前數據庫密碼 <add key="DBName" value="hyb2btest"/>,改成當前數據庫名稱 <add key="SQLConnString" value="server=. database=hyb2btest user id=sa pwd=sa Min Pool Size=10"/>,分別也換成當前數據庫的地址,用戶名、密碼以及數據庫名稱。 5.后臺登錄地址: 當前路徑+manage/index.aspx 帳戶:admin 密碼:admin 環境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 電話:13061363607 MSN :huayousoft@hotmail.com

    標簽: Web IIS 中新 站點

    上傳時間: 2014-01-27

    上傳用戶:zhliu007

  • Mac Osx下腳本開發實例

    Mac Osx下腳本開發實例,基于cocoa framework,xcode

    標簽: Mac Osx 腳本 開發實例

    上傳時間: 2016-10-14

    上傳用戶:小寶愛考拉

  • Recent advances in experimental methods have resulted in the generation of enormous volumes of data

    Recent advances in experimental methods have resulted in the generation of enormous volumes of data across the life sciences. Hence clustering and classification techniques that were once predominantly the domain of ecologists are now being used more widely. This book provides an overview of these important data analysis methods, from long-established statistical methods to more recent machine learning techniques. It aims to provide a framework that will enable the reader to recognise the assumptions and constraints that are implicit in all such techniques. Important generic issues are discussed first and then the major families of algorithms are described. Throughout the focus is on explanation and understanding and readers are directed to other resources that provide additional mathematical rigour when it is required. Examples taken from across the whole of biology, including bioinformatics, are provided throughout the book to illustrate the key concepts and each technique’s potential.

    標簽: experimental generation advances enormous

    上傳時間: 2016-10-23

    上傳用戶:wkchong

  • The widespread use of embedded systems mandates the development of industrial software design method

    The widespread use of embedded systems mandates the development of industrial software design methods, i.e. computer-aided design and engineering of embedded applications using formal models (frameworks) and standardized prefabricated components, much in the same way as in other mature areas of engineering such as mechanical engineering and electronics. These guidelines have been used to develop Component-based Design of Software for Embedded Systems (COMDES). The paper gives an overview of the COMDES framework, followed by a presentation of a generic component types, such as function blocks, activities and function units. The execution of function units is discussed in the context of a newly developed execution model, i.e. timed-multitasking, which has been extended to distributed embedded systems.

    標簽: development widespread industrial embedded

    上傳時間: 2014-01-23

    上傳用戶:z754970244

  • 網格agent平臺(GAP ,Grid AgentsPlatform)開發包

    網格agent平臺(GAP ,Grid AgentsPlatform)開發包,建造和模擬網格環境下的移動agent.類似JADE(Java Agent DEvelopment Framework).此平臺建立在Gridsim基礎上,可編程實現模擬Computing Elements, Storage Elements, Virtual Organisations, 等

    標簽: AgentsPlatform agent Grid GAP

    上傳時間: 2013-12-09

    上傳用戶:gundan

  • December 19, 2006 - Ant 1.7.0 Available Apache Ant 1.7.0 is now available for download. Ant 1.7

    December 19, 2006 - Ant 1.7.0 Available Apache Ant 1.7.0 is now available for download. Ant 1.7 introduces a resource framework. Some of the core ant tasks such as <copy/> are now able to process not only file system resources but also zip entries, tar entries, paths, ... Resource collections group resources, and can be further combined with operators such as union and intersection. This can be extended by custom resources and custom tasks using resources. Ant 1.7 starts outsourcing of optional tasks to Antlibs. The .NET antlib in preparation will replace the .NET optional tasks which ship in Ant. Support for the version control system Subversion will be only provided as an antlib to be released shortly. Ant 1.7 fixes also a large number of bugs. Ant 1.7 has some initial support for Java6 features.

    標簽: Ant Available available December

    上傳時間: 2014-01-06

    上傳用戶:daoxiang126

  • Semantic analysis of multimedia content is an on going research area that has gained a lot of atten

    Semantic analysis of multimedia content is an on going research area that has gained a lot of attention over the last few years. Additionally, machine learning techniques are widely used for multimedia analysis with great success. This work presents a combined approach to semantic adaptation of neural network classifiers in multimedia framework. It is based on a fuzzy reasoning engine which is able to evaluate the outputs and the confidence levels of the neural network classifier, using a knowledge base. Improved image segmentation results are obtained, which are used for adaptation of the network classifier, further increasing its ability to provide accurate classification of the specific content.

    標簽: multimedia Semantic analysis research

    上傳時間: 2016-11-24

    上傳用戶:蟲蟲蟲蟲蟲蟲

主站蜘蛛池模板: 德化县| 上虞市| 万全县| 万州区| 辽中县| 井陉县| 新野县| 石城县| 临洮县| 天祝| 高淳县| 杭锦后旗| 依安县| 昌乐县| 新龙县| 济宁市| 寻甸| 奉节县| 汝阳县| 建德市| 仲巴县| 荆门市| 肇庆市| 江西省| 论坛| 营山县| 息烽县| 达孜县| 通河县| 甘孜| 舞钢市| 佛教| 鸡东县| 平顶山市| 邹城市| 登封市| 隆安县| 中方县| 涞源县| 兴宁市| 博白县|