搜索结果
找到约 133 项符合
print 的查询结果
按分类筛选
- 全部分类
- 其他 (19)
- 数据结构 (11)
- Java编程 (10)
- 其他书籍 (7)
- 驱动编程 (5)
- Delphi控件源码 (5)
- SQL Server (4)
- 汇编语言 (3)
- 设计相关 (3)
- 技术资料 (3)
- PCB相关 (2)
- 单片机编程 (2)
- 开发工具 (2)
- 可编程逻辑 (2)
- 微处理器开发 (2)
- VC书籍 (2)
- 单片机开发 (2)
- 电子书籍 (2)
- 其他嵌入式/单片机内容 (2)
- 嵌入式/单片机编程 (2)
- 压缩解压 (2)
- 文章/文档 (2)
- Jsp/Servlet (2)
- 数据库系统 (2)
- 编辑器/阅读器 (2)
- 数学计算 (2)
- 文件格式 (2)
- Java书籍 (2)
- 源码 (2)
- 书籍 (2)
- 嵌入式综合 (1)
- 教程资料 (1)
- Linux/Unix编程 (1)
- Internet/网络编程 (1)
- 语音压缩 (1)
- 生物技术 (1)
- VxWorks (1)
- 并口编程 (1)
- Applet (1)
- 串口编程 (1)
- 数值算法/人工智能 (1)
- 书籍源码 (1)
- 通讯/手机编程 (1)
- 企业管理 (1)
- DSP编程 (1)
- *行业应用 (1)
- 软件设计/软件工程 (1)
- Modem编程 (1)
- USB编程 (1)
- 系统设计方案 (1)
- JavaScript (1)
- C/C++语言编程 (1)
- VIP专区 (1)
Java编程 一个用Java实现的打印程序示例
一个用Java实现的打印程序示例,可以打印文本框里的文字,或整个显示框架,还可以打印预览,都是Java实现,运行命令java -jar print.jar。源文件都在包里。
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 ...
语音压缩 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 ...
汇编语言 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 ...
数据结构 数字运算
数字运算,判断一个数是否接近素数
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 ...
文件格式 linux操作系统下运行
linux操作系统下运行,print current directory s files
数据结构 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. ...
微处理器开发 transplant uc/os2 on coldfire5307 编译通过
transplant uc/os2 on coldfire5307 编译通过,并且还有验证程序,2个task :循环点led,和串口print字符串
微处理器开发 移植Nuclues_RTC到coldfire5307在diab下编译通过
移植Nuclues_RTC到coldfire5307在diab下编译通过,并且主程序为串口通信的print字符串
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