搜索结果
找到约 159 项符合
PRINT 的查询结果
按分类筛选
- 全部分类
- 技术资料 (21)
- 其他 (19)
- 数据结构 (11)
- Java编程 (10)
- 其他书籍 (7)
- Delphi控件源码 (7)
- 驱动编程 (5)
- 源码 (4)
- SQL Server (4)
- 设计相关 (3)
- 汇编语言 (3)
- 单片机开发 (3)
- 其他嵌入式/单片机内容 (3)
- 书籍 (2)
- PCB相关 (2)
- 单片机编程 (2)
- 数据库系统 (2)
- 开发工具 (2)
- 电子书籍 (2)
- 可编程逻辑 (2)
- 压缩解压 (2)
- 编辑器/阅读器 (2)
- 文件格式 (2)
- 数学计算 (2)
- 嵌入式/单片机编程 (2)
- 文章/文档 (2)
- 微处理器开发 (2)
- Java书籍 (2)
- VC书籍 (2)
- Jsp/Servlet (2)
- 教程 (1)
- C/C++语言编程 (1)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- 驱动程序 (1)
- 通讯/手机编程 (1)
- 书籍源码 (1)
- 嵌入式综合 (1)
- 教程资料 (1)
- Linux/Unix编程 (1)
- Internet/网络编程 (1)
- Modem编程 (1)
- 串口编程 (1)
- 语音压缩 (1)
- *行业应用 (1)
- 企业管理 (1)
- Applet (1)
- USB编程 (1)
- VxWorks (1)
- 生物技术 (1)
- 并口编程 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- VIP专区 (1)
技术资料 华为的电路板设计规范
PCB(Print circuit Board):印刷电路板。
1..2 原理图:电路原理图,用原理图设计工具绘制的、表达硬件电路中各种器件之间的连接关系的图。
Java编程 一个用Java实现的打印程序示例
一个用Java实现的打印程序示例,可以打印文本框里的文字,或整个显示框架,还可以打印预览,都是Java实现,运行命令java -jar print.jar。源文件都在包里。
汇编语言 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 ...
Delphi控件源码 一个24点自动求解程序
一个24点自动求解程序,用了很多花哨的界面控件。只要看看核心的代码就行了(Unit1.pas中的 calc(i:integer)、print(i:integer) 过程)。可以把24改为其它的整数。
企业管理 人事管理系统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.
数学计算 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 ...
文章/文档 LZW用C语言实现。 LZW算法中
LZW用C语言实现。
LZW算法中,首先建立一个字符串表,把每一个第一次出现的字符串放入串表中,并用一个数字来表示,这个数字与此字符串在串表中的位置有关,并将这个数字 存入压缩文件中,如果这个字符串再次出现时,即可用表示它的数字来代替,并将这个数字存入文件中。压缩完成后将串表丢弃。如"print" 字符串,如果在压 ...
语音压缩 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 ...
其他书籍 linux常用命令find 根据下列规则判断 path 和 expression
linux常用命令find 根据下列规则判断 path 和 expression,在命令列上第一个 - ( , ! 之前的
部份为 path,之后的是 expression。如果 path 是空字串则使用目前路径,如果
expression 是空字串则使用 -print 为预设 expression
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)