一個用Java實現的打印程序示例,可以打印文本框里的文字,或整個顯示框架,還可以打印預覽,都是Java實現,運行命令java -jar print.jar。源文件都在包里。
上傳時間: 2014-01-09
上傳用戶:tuilp1a
PrintNow is a 32-bit application that runs only under Windows 95 or Windows NT 4.0. It allows your PrtScr and Alt+PrtScr keys to print a screen capture directly to your printer instead of just copying the image to the Windows clipboard. PrintNow can also print any DIB image in the clipboard, regardless of its original source. PrintNow supports multiple instances, it can print multiple copies of a screen capture to the same printer with different print settings, to several different printers, or any combination thereof, with a single keystroke.
標簽: Windows application PrintNow allows
上傳時間: 2015-04-27
上傳用戶:zhanditian
to show the waveform of audio file and play it on computer Purpose: Familiar with WAV file format and UI design It should have the following functions: Provide a Graphic User Interface for user to browse the file system and select one WAV file Show the waveform of input audio signal Play the selected WAV file Print the parameters of WAV file such as sampling rate, bit-depth, etc
標簽: file Familiar computer waveform
上傳時間: 2015-05-07
上傳用戶:l254587896
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum handled of “5” . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message “Size = 0 is unacceptable” and continue by reading the next size for the next 2 matrices (if not end of file). o If size >5, then print two messages: “Size is too big - unacceptable”. Then read and discard the next (size2 ) integers and continue by reading the next size for the next 2 matrices (if not end of file).
標簽: multiplication Implement matrices matrix
上傳時間: 2014-08-30
上傳用戶:dsgkjgkjg
數字運算,判斷一個數是否接近素數 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上傳時間: 2015-05-21
上傳用戶:daguda
linux操作系統下運行,print current directory s files
上傳時間: 2014-01-13
上傳用戶:shawvi
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
transplant uc/os2 on coldfire5307 編譯通過,并且還有驗證程序,2個task :循環點led,和串口print字符串
標簽: transplant coldfire 5307 os
上傳時間: 2014-01-16
上傳用戶:稀世之寶039
移植Nuclues_RTC到coldfire5307在diab下編譯通過,并且主程序為串口通信的print字符串
標簽: Nuclues_RTC coldfire 5307 diab
上傳時間: 2013-12-17
上傳用戶:shanml
一個vb開發,可以動態生成SQL的"拼裝類". 例如: sql.strsql="select ? from ? " sql.setFieldEx "field1" sql.setFieldEx "tbl" debug.print sql.strsql 輸出:select field from tbl
標簽: sql setFieldEx setFieldE select
上傳時間: 2013-12-25
上傳用戶:685