-
The information contained in the main library management system requirements doc...
本资料主要包含图书管理系统需求文档与概要设计说明书两部分
同时还包括查询借书情况 查询用户信息 处理还书 处理借书 创建用户信息 删除用户信息 修改个人信息 修改用户信息 用户查询图书时序图(运用UML建模工具Visio绘制)-The information contained in the main library management system requirements document and a summary of the design specification of two parts at the same time also includes the query library deal with the situation of the user
- 2023-01-18 11:50:03下载
- 积分:1
-
经典的介绍UML的书籍。为chm格式英文版。
经典的介绍UML的书籍。为chm格式英文版。-UML introduced the classic books. Chm format for the English version.
- 2022-01-27 22:06:27下载
- 积分:1
-
旋转式粘度计是一种用于测量液体的粘性阻力与液体的绝对粘度,附有1...
旋转式粘度计是一种用于测量液体的粘性阻力与液体的绝对粘度,附有1-4号四种转子-Rotational viscometer is a viscous liquid used to measure resistance and the absolute viscosity of liquid, with a 1-4, four kinds of rotor
- 2022-04-15 04:06:37下载
- 积分:1
-
开发规范
VB开发规范,虽然现在VB用的不多了,但有些还是能借鉴的...
开发规范
VB开发规范,虽然现在VB用的不多了,但有些还是能借鉴的
-Development of standardized norms VB development, although it is now little used in VB, but some are able to draw on the
- 2022-03-21 09:53:51下载
- 积分:1
-
标题: [书籍] Clementine 使用培训(详细) 肖立宏
标题: [书籍] Clementine 使用培训(详细) 肖立宏-Title: [Books] Clementine use training (details)肖立宏
- 2023-06-13 18:40:04下载
- 积分:1
-
C#+XML查询修改删除导入导出操作界面颜色变化帮助文档
C#+XML查询修改删除导入导出操作界面颜色变化帮助文档-C#XML query modification to delete the color changes in import and export user interface help
- 2022-10-16 18:10:10下载
- 积分:1
-
c++程序设计相关代码
c++程序设计相关代码-c procedures related to the design code.
- 2022-04-24 20:25:45下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
本文简要介绍了SQL Server。在读这本书的一个角。
This document gives brief introduction on SQL server. On reading this book one can easily understand all the frequently used SQL queries like select, update, delete, create etc-This document gives brief introduction on SQL server. On reading this book one can easily understand all the frequently used SQL queries like select, update, delete, create etc..
- 2022-01-31 19:37:43下载
- 积分:1
-
sql 语法大全。对初学数据库的人非常有用。
sql 语法大全。对初学数据库的人非常有用。-sql Grammar Series. For beginners databases are very useful.
- 2022-12-17 21:45:03下载
- 积分:1