搜索结果

找到约 159 项符合 PRINT 的查询结果

技术资料 华为的电路板设计规范

PCB(Print circuit Board):印刷电路板。 1..2 原理图:电路原理图,用原理图设计工具绘制的、表达硬件电路中各种器件之间的连接关系的图。
https://www.eeworm.com/dl/876107.html
下载: 6
查看: 6783

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

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

汇编语言 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
查看: 1189

Delphi控件源码 一个24点自动求解程序

一个24点自动求解程序,用了很多花哨的界面控件。只要看看核心的代码就行了(Unit1.pas中的 calc(i:integer)、print(i:integer) 过程)。可以把24改为其它的整数。
https://www.eeworm.com/dl/666/309736.html
下载: 110
查看: 1052

企业管理 人事管理系统VC++ 6.0开发。之中打印部分可能对您有值得参考的地方。其他的部分还不是很完善

人事管理系统VC++ 6.0开发。之中打印部分可能对您有值得参考的地方。其他的部分还不是很完善,谢谢参考。-VC 6.0. Among Print likely to be worthy of your reference. The other part is not perfect, thank you reference.
https://www.eeworm.com/dl/632/378714.html
下载: 23
查看: 1110

数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5 ...
https://www.eeworm.com/dl/641/284429.html
下载: 123
查看: 1119

文章/文档 LZW用C语言实现。 LZW算法中

LZW用C语言实现。 LZW算法中,首先建立一个字符串表,把每一个第一次出现的字符串放入串表中,并用一个数字来表示,这个数字与此字符串在串表中的位置有关,并将这个数字 存入压缩文件中,如果这个字符串再次出现时,即可用表示它的数字来代替,并将这个数字存入文件中。压缩完成后将串表丢弃。如"print" 字符串,如果在压 ...
https://www.eeworm.com/dl/652/312637.html
下载: 137
查看: 1101

语音压缩 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
查看: 1106

其他书籍 linux常用命令find 根据下列规则判断 path 和 expression

linux常用命令find 根据下列规则判断 path 和 expression,在命令列上第一个 - ( , ! 之前的 部份为 path,之后的是 expression。如果 path 是空字串则使用目前路径,如果 expression 是空字串则使用 -print 为预设 expression
https://www.eeworm.com/dl/542/245233.html
下载: 53
查看: 1093

Applet 分词程序//db.executeUpdate("UPDATE article SET tag= "+server.codestring(tempword)+" WHERE id="+id+"")

分词程序//db.executeUpdate("UPDATE article SET tag= "+server.codestring(tempword)+" WHERE id="+id+"") out.print("原题目:"+title+"<br>"+"分词结果:"+tempword+"<br>") //System.out.println("id:"+id+"---原题目:"+title) //System.out.println("分词结果:"+tempword)
https://www.eeworm.com/dl/634/247883.html
下载: 31
查看: 1070