搜索结果

找到约 133 项符合 print-pchk 的查询结果

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

一个用Java实现的打印程序示例,可以打印文本框里的文字,或整个显示框架,还可以打印预览,都是Java实现,运行命令java -jar print.jar。源文件都在包里。
https://www.eeworm.com/dl/633/102824.html
下载: 115
查看: 1072

Internet/网络编程 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, regard ...
https://www.eeworm.com/dl/620/145512.html
下载: 97
查看: 1080

语音压缩 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 selecte ...
https://www.eeworm.com/dl/627/149708.html
下载: 140
查看: 1068

汇编语言 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. &#8226 Assume a file with correct data (no garbage, characters, etc.). &#8226 you must check and provide appropriate execution for 2 extra cases, namel ...
https://www.eeworm.com/dl/644/153518.html
下载: 135
查看: 1157

数据结构 数字运算

数字运算,判断一个数是否接近素数 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 o ...
https://www.eeworm.com/dl/654/155654.html
下载: 115
查看: 1075

文件格式 linux操作系统下运行

linux操作系统下运行,print current directory s files
https://www.eeworm.com/dl/639/156987.html
下载: 150
查看: 1037

数据结构 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. ...
https://www.eeworm.com/dl/654/159576.html
下载: 69
查看: 1402

微处理器开发 transplant uc/os2 on coldfire5307 编译通过

transplant uc/os2 on coldfire5307 编译通过,并且还有验证程序,2个task :循环点led,和串口print字符串
https://www.eeworm.com/dl/655/166046.html
下载: 82
查看: 1039

微处理器开发 移植Nuclues_RTC到coldfire5307在diab下编译通过

移植Nuclues_RTC到coldfire5307在diab下编译通过,并且主程序为串口通信的print字符串
https://www.eeworm.com/dl/655/166051.html
下载: 48
查看: 1032

SQL Server 一个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
https://www.eeworm.com/dl/689/168146.html
下载: 154
查看: 1027