搜索结果
找到约 124 项符合
books 的查询结果
按分类筛选
- 全部分类
- 书籍 (28)
- 其他书籍 (16)
- Java书籍 (14)
- VC书籍 (9)
- Java编程 (7)
- 电子书籍 (6)
- 技术书籍 (4)
- 单片机编程 (3)
- SQL Server (3)
- 软件工程 (3)
- J2ME (3)
- 其他数据库 (2)
- 数据结构 (2)
- uCOS编程 (1)
- 实用工具 (1)
- 模拟电子 (1)
- 教育系统应用 (1)
- Internet/网络编程 (1)
- 书籍源码 (1)
- 中间件编程 (1)
- 嵌入式Linux (1)
- 软件设计/软件工程 (1)
- 单片机开发 (1)
- 金融证券系统 (1)
- VxWorks (1)
- 其他 (1)
- Delphi/CppBuilder (1)
- 其他行业 (1)
- 数学计算 (1)
- *行业应用 (1)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- 微处理器开发 (1)
- 人工智能/神经网络 (1)
- 嵌入式/单片机编程 (1)
- 其他嵌入式/单片机内容 (1)
- 技术资料 (1)
SQL Server 1.写出建立BORROW表的SQL语句
1.写出建立BORROW表的SQL语句,要求定义主码完整性约束和引用完整性约束。
2.找出借书超过5本的读者,输出借书卡号及所借图书册数。
3.查询借阅了"水浒"一书的读者,输出姓名及班级。
4.查询过期未还图书,输出借阅者(卡号)、书号及还书日期。
5.查询书名包括"网络"关键词的图书,输出书号、书名、作者。
&#61558 6. ...
其他书籍 Perl and XML XML is a text-based markup language that has taken the programming world by storm. Mor
Perl and XML
XML is a text-based markup language that has taken the programming world by storm. More
powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and
resilient. XML is the perfect tool for formatting documents with even the smallest bit of
complexity, from We ...
Java编程 the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change
the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawals and change password must use JDBC interface and database links, I encountered a lot of problems, but ...
Java编程 )。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, chan
)。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawals and change password must use JDBC interface and database links, I encountered a lot of problems, ...
金融证券系统 )。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, chan
)。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawals and change password must use JDBC interface and database links, I encountered a lot of problems, ...
Java书籍 Start it with this document[13 pages only] if you want to develop some good web application using Ja
Start it with this document[13 pages only] if you want to develop some good web application using Java instead of reading large books.
This document prepared by myself. Clearly explains what is JDBC. and how you can connect to a particular database through JSP and Servlets. Examples are given.
VC书籍 Each exploration in this book is a mixture of text and interactive exercises. The exercises are unl
Each exploration in this book is a mixture of text and interactive exercises. The exercises are
unlike anything you鈥檝e seen in other books. Instead of multiple choice, fill-in-the-blank, or
simple Q&A exercises, lessons are interactive explorations of key C++ features.
其他书籍 The world s bestselling computer security book--fully expanded and updated is one of the most succes
The world s bestselling computer security book--fully expanded and updated is one of the most successful security books ever written. Leverage the valuable insights Hacking Exposed 6 provides to help yourself, your company to fight cyber-crime.
数学计算 This is a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the non
This is a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books.
In the code,I prove the agreement of the code with other methods