a Java program that reads a file containing instructions written in self-defined file (TPL in this case), and executes those instructions. This program should take the name of the TPL file as a command line parameter, and write its output to the console.
標簽: file instructions self-defined containing
上傳時間: 2015-01-11
上傳用戶:曹云鵬
8051微控制器上的 DES encryption/decryption used in IC smart cards. Software hasn t been validated and lacks in-line documentation.
標簽: encryption decryption validated Software
上傳時間: 2015-01-13
上傳用戶:wangdean1101
項目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一個串行端口記錄工具。它監聽指定的串行端口并記錄所有通過這個端口的兩個方向的數據。 來源:http://freshmeat.net slsnif是一個串行端口日志工具。它監聽特殊的串口,記錄所有通過這具串口的兩個方向的數據。 類別: Development Status: 5 - Production/StableEnvironment: Console (Text Based)Intended Audience: DevelopersLicense: GNU General Public License (GPL)Operating System: LinuxProgramming Language: CTopic: Communications, Debuggers
標簽: serial port specified logging
上傳時間: 2014-01-17
上傳用戶:許小華
項目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一個串行端口記錄工具。它監聽指定的串行端口并記錄所有通過這個端口的兩個方向的數據。 來源:http://freshmeat.net slsnif是一個串行端口日志工具。它監聽特殊的串口,記錄所有通過這具串口的兩個方向的數據。 類別: Development Status: 5 - Production/StableEnvironment: Console (Text Based)Intended Audience: DevelopersLicense: GNU General Public License (GPL)Operating System: LinuxProgramming Language: CTopic: Communications, Debuggers
標簽: serial port specified logging
上傳時間: 2013-12-12
上傳用戶:silenthink
Tug of War(A tug of war is to be arranged at the local office picnic. For the tug of war, the picnickers must be divided into two teams. Each person must be on one team or the other the number of people on the two teams must not differ by more than 1 the total weight of the people on each team should be as nearly equal as possible. The first line of input contains n the number of people at the picnic. n lines follow. The first line gives the weight of person 1 the second the weight of person 2 and so on. Each weight is an integer between 1 and 450. There are at most 100 people at the picnic. Your output will be a single line containing 2 numbers: the total weight of the people on one team, and the total weight of the people on the other team. If these numbers differ, give the lesser first. )
上傳時間: 2014-01-07
上傳用戶:離殤
RemoteWAP is a Remote Administration Tool for any Operating System that can support the Java Virtual Machine. It has been designed for anyone who wishes to have complete control of there OS anywhere by using a WAP enabled Mobile Phone. RemoteWAP is developed using Java and WML for the client mobile phone front-end pages. RemoteWAP has a Java Swing-GUI to allow for easy control. Future releases will have a Command line Interface for quick use
標簽: Administration RemoteWAP Operating Virtual
上傳時間: 2015-02-01
上傳用戶:exxxds
3. 設計一個接口Shape,接口中包含方法:Draw和Resize。定義一些具體類,如:Point、line、Circle、Rectangle等,每個類都實現接口Shape。Draw方法繪制圖形,Resize方法改變圖形大小。用Java實現這些接口和類,并用測試類測試它們。 注意:不需要真正繪制圖形,如line的Draw方法只需輸出下面文本即可: “直線的起點是(x1,y1,),終點是(x2,y2)”
上傳時間: 2015-02-09
上傳用戶:frank1234
系統可用編輯器1. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Available Command line Flag Options 5. Contents of the Extracted Files 6. Installing the Software in Interactive Mode 7. Installing the Software in Silent Mode 8. Installing the INF Files Prior to OS Installation 8A. Installing the Windows* XP INF Files Prior to OS Installation
標簽: Distribution Requirements Overview Contents
上傳時間: 2015-02-23
上傳用戶:wab1981
在 VC 環境下編譯驅動程序(MinDriver)的示例 編譯方法: -------------------------------------------------------- 1. 利用 VC 打開工作區文件MinDriverInVc.dsw 2.“Project”菜單->“Settings”菜單,彈出Project Settings對話框 3. 將 Build Command line 的最后兩個參數“d: ” 和 “D:\tony\Xfilter_Disk\DdkSource\MinDriverInVc\MinDriver” 修改為正確的路徑(源代碼所在的盤符和路徑) 4. 按 Build 按鈕編譯驅動程序
上傳時間: 2014-01-15
上傳用戶:bruce
A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtraction, multiplication, and division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is.
標簽: bit collection including addition
上傳時間: 2015-05-17
上傳用戶:cursor