本程序需在DOS下運行。每運行一次可執行程序random.exe,即可顯示任意兩個 16進制數的加法或減法表達式及其運算結果。在減法運算中,如果被減數小于減數,顯示 “Divide Overflow”的提示信息。
上傳時間: 2014-01-14
上傳用戶:love1314
A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each public function defined. This package is based on Dr. Vlado Keselj s Perl package Text::Ngrams which is available in CPAN.
標簽: includes correspo N-grams Package
上傳時間: 2015-06-12
上傳用戶:wfl_yy
本程序需在DOS下運行。每運行一次可執行程序random.exe,即可顯示任意兩個 16進制數的加法或減法表達式及其運算結果。在減法運算中,如果被減數小于減數,顯示 “Divide Overflow”的提示信息。
上傳時間: 2015-06-27
上傳用戶:talenthn
IDL開發源碼,可以使用text文檔文件進行編寫,運行要在IDL環境中。作用:添加影像
上傳時間: 2013-12-18
上傳用戶:lingzhichao
The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 2004 The author of this text applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread control panel to AI-based searches and more.
標簽: McGraw-Hill 0072255129 The Herbert
上傳時間: 2015-07-18
上傳用戶:lx9076
1)Learn more about the capabilities in Quartus: 2)Learn to use different design entry techniques 2)Design entry methods available within Quartus Text editor,Block diagram/schematic file editor, Quartus interface with design entry/synthesis tools from Exemplar, Synopsys, Synplicity and Viewlogic
標簽: Learn capabilities techniques different
上傳時間: 2014-01-18
上傳用戶:yxgi5
Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分說明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"
標簽: International Copyright Borland S_IREAD
上傳時間: 2013-12-26
上傳用戶:llandlu
Here are some short instructions for use of mod-xslt. The stylesheet is specified using the Processing Instruction <?xml-stylesheet type="text/xsl" href="URL-OF-YOUR-STYLESHEET"?> or now new <?xslt-stylesheet agent="THE-USER-AGENT-STRING-OF-THE-BROWSER" href="URL-OF-YOUR-STYLESHEET"?> This now enables you to use different Stylesheets for different browsers. (For example Netscape & IE) (or Web & WAP for that matter)
標簽: instructions stylesheet specified mod-xslt
上傳時間: 2014-01-14
上傳用戶:as275944189
Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platform. The program allows the integration of bitmaps, icons and text strings into resource packages. Resourcer allows editing of name/string pairs, import of various kinds of data formats (bitmaps, icons, etc) and merging of resources from different sources.
標簽: Resourcer resources binaries formats
上傳時間: 2013-12-18
上傳用戶:s363994250
實現多個國家之間的數字,貨幣和百分比的換算,Swing組件JFrame,JRadioButton,JComboBox的使用 java.awt.event.* 包的使用java.text.* 包 的使用, NumberFormat類的使用。
上傳時間: 2015-08-13
上傳用戶:yuchunhai1990