A collection of interface applications between various microprocessors/ controllers and the LTC1090 family of data acquisition systems. The note is divided into sections specific to each interface.
上傳時間: 2013-11-08
上傳用戶:sssnaxie
基本的編輯工具(GENERAL EDITING FACILITIES) 對象放置(Object Placement) ISIS支持多種類型的對象,每一類型對象的具體作用和功能將在下一章給出。雖然類型不同,但放置對象的基本步驟都是一樣的。 放置對象的步驟如下(To place an object:) 1.根據對象的類別在工具箱選擇相應模式的圖標(mode icon)。 2. Select the sub-mode icon for the specific type of object. 2、根據對象的具體類型選擇子模式圖標(sub-mode icon)。 3、如果對象類型是元件、端點、管腳、圖形、符號或標記,從選擇器里(selector)選擇你想要的對象的名字。對于元件、端點、管腳和符號,可能首先需要從庫中調出。 4、如果對象是有方向的,將會在預覽窗口顯示出來,你可以通過點擊旋轉和鏡象圖標來調整對象的朝向。 5、最后,指向編輯窗口并點擊鼠標左鍵放置對象。對于不同的對象,確切的步驟可能略有不同,但你會發現和其它的圖形編輯軟件是類似的,而且很直觀。 選中對象(Tagging an Object) 用鼠標指向對象并點擊右鍵可以選中該對象。該操作選中對象并使其高亮顯示,然后可以進行編輯。
上傳時間: 2013-11-09
上傳用戶:2525775
重寫了微軟提供SQLHelper(共用的數據庫調用接口) 1把SqlHelper的connectionString做成一個全局量,統一設置數據庫連接字符串 2增加了返回特定表名的DataSet的各接口。 可在項目的config文件設置數據庫連接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"] <!-- application specific settings --> <appSettings> <add key="ConnectionString" value="packet size=4096 user id=sa data source=localhost persist security info=True initial catalog=NorthWind password= "/> </appSettings> 當然可以把數據庫連接方法修改后直接用。
標簽: connectionString SQLHelper SqlHelper 微軟
上傳時間: 2013-12-12
上傳用戶:釣鰲牧馬
Lachesis an IRCRPG combat engine written in a combination of C and C++. The combat engine is being written for a specific RPG, but most of the project should be useful to IRCRPGs in general. It includes a native interface to the IRC protocol to allow it to act as an IRC bot, for such uses as dice rolling and acting as a remote-controlled client (RPG NPC perhaps).
標簽: combat engine combination Lachesis
上傳時間: 2014-01-26
上傳用戶:firstbyte
OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Architecture Neutral Format (ANF) output and comes with a couple of example back ends. Programmers are expected to write additional back ends for their specific needs.
標簽: interpreting extensions generates multipass
上傳時間: 2015-04-12
上傳用戶:大三三
機頂盒界面源代碼: ## Avoid the so-called SINGAPPL to be initialized at runtime ## Used when the tuner is controlled externally by I2C and ## the PIDs forced to some specific values.
標簽: initialized the so-called SINGAPPL
上傳時間: 2013-12-08
上傳用戶:lixinxiang
a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or external). It implements the vendor specific command bRequest = 0xA3. The address to download/upload to/from is specified in the wValue field of the SETUP packet and the length of the transfer in the wLength field. The actual upload/download data is transferred during the DATA stage of the SETUP transfer. This firmware will function on all EZ-USB chips (EZ-USB, EZ-USB FX, FX2, FX2LP, FX1).
標簽: downloading uploading firmware internal
上傳時間: 2013-12-25
上傳用戶:zhaiye
uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example
標簽: the provides required package
上傳時間: 2015-05-21
上傳用戶:ainimao
Metalworks is a simple Swing-based simulated e-mail application. It shows off several features of Swing, including JInternalFrame, JTabbedPane, JFileChooser, JEditorPane, and JRadioButtonMenuItem. Metalworks is optimized to work with the Java look and feel (codenamed "Metal") and shows use of several features, such as themes, that are specific to the Java look and feel.
標簽: Swing-based application Metalworks simulated
上傳時間: 2015-05-30
上傳用戶:lizhen9880
2^x mod n = 1 acm競賽題 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^? mod n = 1 otherwise. You should replace x and n with specific numbers. Sample Input 2 5 Sample Output 2^? mod 2 = 1 2^4 mod 5 = 1
標簽: mod satisfies minimum number
上傳時間: 2015-06-02
上傳用戶:qlpqlq