數(shù)碼管顯示與鍵盤管理芯片ZLG7289 的標準80C51 驅動程序(C51) Copyright (c) 2005,廣州周立功單片機發(fā)展有限公司 All rights reserved. 本程序僅供學習參考,不提供任何可靠性方面的擔保;請勿用于商業(yè)目的。
上傳時間: 2014-07-26
上傳用戶:66666
The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods (Metropolis, Gibbs, Wolff, Swendsen-Wang). Use "help inference" from Matlab to see all options for usage. 2. gbp_preprocess.m and gbp.m These 2 interfaces split Generalized Belief Propagation into the pre-process stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use only one of them, or changing some parameters in between. Use "help gbp_preprocess" and "help gbp" from Matlab. 3. simulatedAnnealing.m An interface to the simulated-annealing c-code. This code uses Metropolis sampling method, the same one used for inference. Use "help simulatedAnnealing" from Matlab.
標簽: Matlab-interfaces inference interface the
上傳時間: 2016-08-27
上傳用戶:gxrui1991
國外的人才求職招聘最新版,找了很久的,還在調試中,舊版本說明如下PHP寫的一個人力資源管理系統(tǒng)的源碼:系統(tǒng)采用模塊話的設計,此文件解壓到php的環(huán)境下,直接訪問就可以,需要建立一個mysql數(shù)據(jù)庫數(shù)據(jù)庫名為orangeHRM,并建立一個用戶。然后直接訪問http://localhost/orangehrm就ok!-PHP write a human resources management system of Source : System is modular case design, This document to extract php environment, we can directly access, need to establish a database mysql database called orangeHRM, and the establishment of a user. Then directly on the visit http://localhost/orangehrm ok!
標簽:
上傳時間: 2016-09-04
上傳用戶:youmo81
旺宏Flash Memory MX29LV320 driver. This program can for embedded system that using MX29LV320 (4MBytes) flash memory. User can porting to any RTOS by himself.
標簽: 320 embedded 4MBytes program
上傳時間: 2016-09-26
上傳用戶:liglechongchong
java應用開發(fā)指南完整版,. It explains how to use JBuilder’s IDE to manage projects and files, visually design a user interface, and compile, debug, and run your programs. It also shows you how to create a JavaBean component using BeansExpress. The User’s Guide contains the following chapters:
標簽: java 應用開發(fā)指南
上傳時間: 2014-12-22
上傳用戶:chenbhdt
Linhan整理,編寫。版權所有者為Linhan。 Linhan不保證所整理的內容正確. 您可以免費的使用、分發(fā)本手冊。但未經(jīng)Linhan的授權許可不得擅自進行篡改、反編譯,及將其全部或部分用于商業(yè)用途。 本手冊受著作權法和國際公約的保護,作者保留對本手冊及本聲明的最終修改權。 本手冊的內容參考網(wǎng)絡文檔制作,原著作權歸原作者所有。 本手冊使用Mainsoft(R)的HTML Help格式制作。 如果你對本手冊 有好的建議和意見,請與Linhan聯(lián)系,讓我們共同來完善。 版本更新(UPDATE) 本手冊當前版本時間為2005年7月23日。手冊中的內容在此日期后發(fā)生的變動或更新將在本手冊的更新版本中出現(xiàn)。 您也可以給我寫電子郵件咨詢。 關于Linhan(About Linhan) 有任何問題請QQ上與我聯(lián)系: 3335231 Linhan 制作·保留所有權利 © 2005 - 2008 copyright All rights reserved .
標簽: Linhan
上傳時間: 2013-12-11
上傳用戶:蟲蟲蟲蟲蟲蟲
THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Factory Works 18 Sample Code 18 The Two Derived Classes 19 Building the Factory 20 Factory Patterns in Math Computation 22 When to Use a Factory Pattern 24 Thought Questions 25 The Abstract Factory Pattern 26 A GardenMaker Factory 26 How the User Interface Works 28 Consequences of Abstract Factory 30 Thought Questions 30 The Singleton Pattern 31 Throwing the Exception 32 Creating an Instance of the Class 32 Static Classes as Singleton Patterns 33 Creating Singleton Using a Static Method 34
標簽: Creational COMPANION PATTERNS Patterns
上傳時間: 2013-12-20
上傳用戶:xwd2010
This program would work fine only with a specific flash tool through PC printer port under EPP mode.Program is capable of identifying flash chip manufacturer, device type, capacity,... It also allows user to dump flash data, edit/revise the content of flash chip on the Screen, and re-write them back to the chip.
標簽: specific program printer through
上傳時間: 2014-01-16
上傳用戶:ywqaxiwang
1.把"Web"文件夾內的文件拷貝到某個文件夾 2.在IIS中新建站點,指向該文件夾,如果新建虛擬路徑,會導致一些圖片的不正常顯示. 3."Database"文件夾內有數(shù)據(jù)庫文件hyb2bTest_Data.MDF,在Sql Server企業(yè)管理器中選擇"附加數(shù)據(jù)庫" 4.需要修改根目錄web.config文件 <add key="DBServer" value="."/>,改成當前數(shù)據(jù)庫地址 <add key="DBUser" value="sa"/>,改成當前數(shù)據(jù)庫用戶名 <add key="DBPwd" value="sa"/>,改成當前數(shù)據(jù)庫密碼 <add key="DBName" value="hyb2btest"/>,改成當前數(shù)據(jù)庫名稱 <add key="SQLConnString" value="server=. database=hyb2btest user id=sa pwd=sa Min Pool Size=10"/>,分別也換成當前數(shù)據(jù)庫的地址,用戶名、密碼以及數(shù)據(jù)庫名稱。 5.后臺登錄地址: 當前路徑+manage/index.aspx 帳戶:admin 密碼:admin 環(huán)境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 電話:13061363607 MSN :huayousoft@hotmail.com
上傳時間: 2014-01-27
上傳用戶:zhliu007
Joomla收費插件。建立商業(yè)登記,商品,廣告,房地產(chǎn),文件目錄 Mosets Tree is the only directory component for Joomla! that allows you to run large directory website with customizable templates, user ratings, Search Engine Friendly URLs and more. Fast, Simple and Flexible. Price: $110 USD
上傳時間: 2016-10-20
上傳用戶:釣鰲牧馬