搜索结果
找到约 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)
其他书籍 linux常用命令find 根据下列规则判断 path 和 expression
linux常用命令find 根据下列规则判断 path 和 expression,在命令列上第一个 - ( , ! 之前的
部份为 path,之后的是 expression。如果 path 是空字串则使用目前路径,如果
expression 是空字串则使用 -print 为预设 expression
电子书籍 很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEB
很全的中断手册。
INT 00 - CPU-generated - DIVIDE ERROR
INT 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS
INT 02 - external hardware - NON-MASKABLE INTERRUPT
INT 03 - CPU-generated - BREAKPOINT
INT 04 - CPU-generated - INTO DETECTED OVERFLOW
INT 05 - PRINT SCREEN CPU-generated (801 ...
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)
其他 This document contains a worksheet for entering the installation information required by AquaLogic
This document contains a worksheet for entering the installation information required by
AquaLogic Interaction 6.1, running on Windows. Print this document and use it to gather the host
computer, portal, database, and additional information that you need to install and configure all
of the various A ...
其他书籍 Linux Server Hacks, Volume Two By Brian K. Jones, William von Hagen ............................
Linux Server Hacks, Volume Two
By Brian K. Jones, William von Hagen
...............................................
Publisher: O Reilly
Pub Date: December 2005
Print ISBN-10: 0-596-10082-5
Print ISBN-13: 978-0-59-610082-7
Pages: 478
汇编语言 基于XSBOOK数据库
基于XSBOOK数据库,创建多语句表值型函数,该函数要能按院系返回包含(书名,作者,出版社,借阅次数)列的表,利用该函数获取计算机专业借阅图书信息,且按借阅的次数降序排列,从而了解计算机专业对哪些图书比较感兴趣,利用PRINT语句按降序输出计算机专业感兴趣图书的列表。 ...
数据结构 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *
编程题(15_01.c)
结构
struct student
{
long num
char name[20]
int score
struct student *next
}
链表练习:
(1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中
的学号、成绩由键盘输入,一共n个节点。
(2).编写函数void print(struct student *head),输出 ...
数学计算 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 ...
压缩解压 赫夫曼编译码器: 用哈夫曼编码进行通信可以大大提高信道利用率
赫夫曼编译码器:
用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编 ...
数值算法/人工智能 北京大学ACM比赛题目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input
北京大学ACM比赛题目
Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digits, or punctuation) appears in the all-upper ...