This section describes the general options in the IAR Embedded Workbench® IDE. For information about how options can be set, the ARM® IAR Embedded Workbench® IDE User Guide.
標簽: information describes Workbench the
上傳時間: 2014-01-20
上傳用戶:csgcd001
This section describes the general options in the IAR Embedded Workbench® IDE. For information about how options can be set, the ARM® IAR Embedded Workbench® IDE User Guide.
標簽: information describes Workbench the
上傳時間: 2016-12-23
上傳用戶:xymbian
This section describes the general options in the IAR Embedded Workbench® IDE. For information about how options can be set, the ARM® IAR Embedded Workbench® IDE User Guide.
標簽: information describes Workbench the
上傳時間: 2013-12-11
上傳用戶:hustfanenze
This document is a "practical guide" to very quickly setup CVS/RCS source code control system. This document has custom shell scripts which are wrappers on top of CVS. These scripts provide an easy user interface for CVS. Several shell scripts are provided to make RCS more easy to use. The information in this document applies to Linux and as well as to all other flavors of Unix liks Solaris, HPUX, AIX, SCO, Sinix, BSD, SCO, etc.. and BeOS.
標簽: This practical document control
上傳時間: 2014-01-16
上傳用戶:gxmm
k-step ahead predictions determined by simulation of the % one-step ahead neural network predictor. For NNARMAX % models the residuals are set to zero when calculating the % predictions. The predictions are compared to the observed output. %
標簽: ahead predictions determined simulation
上傳時間: 2016-12-27
上傳用戶:busterman
% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % [W1,W2,critvec,iteration,lambda]=marq(NetDef,W1,W2,PHI,Y,trparms) % trains the network with the Levenberg-Marquardt method. % % The activation functions can be either linear or tanh. The % network architecture is defined by the matrix NetDef which % has two rows. The first row specifies the hidden layer and the % second row specifies the output layer.
標簽: Levenberg-Marquardt desired network neural
上傳時間: 2016-12-27
上傳用戶:jcljkh
1,新聞欄目二級分類,隨意修改,管理員分級管理 2,采用強大的HTML編輯器輸入新聞文章 3,不存在任何新聞內容不能分段,不出空格的問題 4,可以直接復制任何圖文信息,輸出和原來格式一模一樣 5,前臺使用JS隨意調用新聞 6,支持圖片新聞,無組件上傳圖片到數據庫,前臺JS調用 7,安裝使用方便,你只需把頭部文件top.asp換成你的就可以了
標簽:
上傳時間: 2014-11-29
上傳用戶:franktu
AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.
標簽: installation Windows Driver March
上傳時間: 2014-09-06
上傳用戶:yuzsu
開源備份軟件源碼 AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that allows the administrator to set up a single master backup server to back up multiple hosts over network to tape drives/changers or disks or optical media. Amanda uses native dump and/or GNU tar facilities and can back up a large number of workstations running multiple versions of Unix. Amanda uses Samba, Cygwin or a native Windows client to back up Microsoft Windows desktops and servers
標簽: Automatic Advanced Maryland Archiver
上傳時間: 2017-01-13
上傳用戶:xc216
struts validator驗證框架 1、配置: * 加入國際化配置在struts-config.xml文件中,如: <message-resources parameter="MessageResources" /> * 提供國際化資源文件 * 引入validator插件在struts-config.xml文件中,如: <plug-in className="org.apache.struts.validator.ValidatorPlugIn"> <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> </plug-in> * 提供validation.xml和validator_rules.xml文件,將此文件拷貝到WEB-INF下 2、validator服務器端驗證 * 配置validation.xml文件 3、validator客戶端驗證(javascript) ) * 配置validation.xml文件 * 在jsp頁面中包含< html:javascript> * 對需要驗證的表單定義onsubmit事件,其中事件名稱為validate+ActionForm的名稱,如:validateLoginForm
標簽: struts-config validator struts xml
上傳時間: 2017-01-24
上傳用戶:silenthink