虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Oct-SalesTraining-print

  • 一个用Java实现的打印程序示例

    一个用Java实现的打印程序示例,可以打印文本框里的文字,或整个显示框架,还可以打印预览,都是Java实现,运行命令java -jar print.jar。源文件都在包里。

    标签: Java 打印 程序

    上传时间: 2014-01-09

    上传用户:tuilp1a

  • PrintNow is a 32-bit application that runs only under Windows 95 or Windows NT 4.0. It allows your

    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 a

    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 pri

    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操作系统下运行

    linux操作系统下运行,print current directory s files

    标签: linux 操作系统 运行

    上传时间: 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

    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 编译通过

    transplant uc/os2 on coldfire5307 编译通过,并且还有验证程序,2个task :循环点led,和串口print字符串

    标签: transplant coldfire 5307 os

    上传时间: 2014-01-16

    上传用户:稀世之宝039

  • 移植Nuclues_RTC到coldfire5307在diab下编译通过

    移植Nuclues_RTC到coldfire5307在diab下编译通过,并且主程序为串口通信的print字符串

    标签: Nuclues_RTC coldfire 5307 diab

    上传时间: 2013-12-17

    上传用户:shanml

  • 一个vb开发,可以动态生成SQL的"拼装类". 例如: sql.strsql="select ? from ? " sql.setFieldEx "field1" sql.setFieldE

    一个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