This example project shows how to use the Idle Power-Saving Mode of the 8051Fx.
標簽: Power-Saving the example project
上傳時間: 2015-05-04
上傳用戶:weixiao99
This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port. To run this program... Build the project (Project Menu, Build Target) Start the debugger (Debug Menu, Start/Stop Debug Session) View the Serial Window (View Menu, Serial Window #1) View the A/D converter peripheral (Peripheral Menu, A/D Converter) Run the program (Debug Menu, Go) A debug script (debug.ini) creates buttons that set different analog values in A/D channels. As the program runs, you will see the A/D input and output change. Other buttons create signals that generate sine wave or sawtooth patterns as analog inputs. µ Vision3 users may enable the built-in Logic Analyzer to view, measure and compare these input signals graphically.
標簽: microcontroll Converter configure following
上傳時間: 2014-12-01
上傳用戶:獨孤求源
How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical table displayed within a scroll pane
標簽: documentation the reference display
上傳時間: 2013-12-23
上傳用戶:ayfeixiao
The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (which the model considers to be at index 4) so it s displayed as the first column — at view index 0. Since prepareRenderer gives us the view index, we need to translate the view index to a model index so we can be sure we re dealing with the intended column
標簽: convertColumnIndexToModel straightforward perhaps fairly
上傳時間: 2013-12-10
上傳用戶:it男一枚
Shows how to use all list selection modes, using a list selection listener that s shared between a table and list.
標簽: selection list listener between
上傳時間: 2015-05-04
上傳用戶:jichenxi0730
代碼為《Visual Basic數據庫實例導航》一書中第7章,賓館信息管理系統的源代碼,使用了VB和SQL Server2000. 簡單好用. 代碼具體使用說明: 1.將項目目錄拷貝到硬盤上,然后可以用Visual Basic打開程序。 2.在項目目錄里面的sql目錄里,將后綴.sql的文件打開后,拷貝到SQL Server 2000的查詢分析器里。然后執行將產生需要的數據庫結構。
上傳時間: 2014-01-17
上傳用戶:13188549192
代碼為《Visual Basic數據庫實例導航》一書中第6章物資管理系統的源代碼,使用VB和SQL Server 2000。簡單好用。 代碼的具體使用說明: 1.將項目目錄拷貝到硬盤上,然后可以用Visual Basic打開程序。 2.在項目目錄里面的sql目錄里,將后綴.sql的文件打開后,拷貝到SQL Server 2000的查詢分析器里。然后執行將產生需要的數據庫結構。
上傳時間: 2014-09-02
上傳用戶:dancnc
代碼為《Visual Basic數據庫實例導航》一書中第8章圖書館管理系統的源代碼,使用VB和SQL Server 2000。簡單好用。 代碼的具體使用說明: 1.將項目目錄拷貝到硬盤上,然后可以用Visual Basic打開程序。 2.在項目目錄里面的sql目錄里,將后綴.sql的文件打開后,拷貝到SQL Server 2000的查詢分析器里。然后執行將產生需要的數據庫結構。
上傳時間: 2014-11-22
上傳用戶:hphh
代碼為《Visual Basic數據庫實例導航》一書中第9章貿易公司管理系統的源代碼,使用VB和SQL Server 2000。簡單好用。 代碼的具體使用說明: 1.將項目目錄拷貝到硬盤上,然后可以用Visual Basic打開程序。 2.在項目目錄里面的sql目錄里,將后綴.sql的文件打開后,拷貝到SQL Server 2000的查詢分析器里。然后執行將產生需要的數據庫結構。
上傳時間: 2013-12-24
上傳用戶:獨孤求源
代碼為《Visual Basic數據庫實例導航》一書中第10章(最后一章)航空公司管理系統的源代碼,使用VB和SQL Server 2000。簡單好用。 代碼的具體使用說明: 1.將項目目錄拷貝到硬盤上,然后可以用Visual Basic打開程序。 2.在項目目錄里面的sql目錄里,將后綴.sql的文件打開后,拷貝到SQL Server 2000的查詢分析器里。然后執行將產生需要的數據庫結構。
上傳時間: 2013-12-23
上傳用戶:change0329