-
一本关于linux内核的英文书籍 本人觉得比较好 有兴趣的可以看看哦...
一本关于linux内核的英文书籍 本人觉得比较好 有兴趣的可以看看哦-Linux kernel on an English book I think is better can be interested to see Oh
- 2022-02-01 04:10:13下载
- 积分:1
-
Software Testing, Second Edition provides practical insight into the world of so...
Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 2000 to include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.
- 2022-03-22 01:57:49下载
- 积分:1
-
软件工程案例分析 包括需求分析,可行性分析等
软件工程案例分析 包括需求分析,可行性分析等-case analysis software engineering, including requirements analysis, feasibility analysis, etc.
- 2022-05-20 16:16:22下载
- 积分:1
-
property management (Initial user name : Wang. Password : aaa)
小区物业管理(系统初始用户名:王云。密码:aaa)-property management (Initial user name : Wang. Password : aaa)
- 2022-04-07 22:07:46下载
- 积分:1
-
清华大学数学建模讲义,对于喜欢数学的人非常有用。利用数学模型解决实际问题。
清华大学数学建模讲义,对于喜欢数学的人非常有用。利用数学模型解决实际问题。-Tsinghua University, mathematical modeling notes, for those who like mathematics very useful. The use of mathematical models to solve practical problems.
- 2022-07-25 04:57:34下载
- 积分:1
-
图书管理案例 有详细的用例图,时序图
图书管理案例 有详细的用例图,时序图-Management Case Book a detailed use case diagram, sequence diagram, etc.
- 2022-02-20 19:58:17下载
- 积分:1
-
RX8 BODY RX8 BODY RX8 BODY RX8 BODY RX8 BODY RX8 BODY RX8 BODY RX8 BODY RX8 BODY
RX8 BODY RX8 BODY RX8 BODY RX8 BODY RX8 BODY -RX8 BODY RX8 BODY RX8 BODY RX8 BODY RX8 BODY RX8 BODY RX8 BODY RX8 BODY RX8 BODY
- 2022-02-02 06:16:39下载
- 积分: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
-
超市管理系统.rar
超市管理系统基于MFC对话框建立的一个管理系统,其中包括 以下功能:1.前台销售结帐。 2.基本信息管理。3.基本信息查询。4.日结查询。5.超市小票打印。
使用本系统,请按照以下流程操作:
1.首先在后台管理中的“基础信息”中添加商品、员工及供应商信息。
2.通过“仓库管理”/“入库登记”命令,添加商品入库信息。
3.商品入库后,即可通过前台执行销售操作。
4.销售后,在后台可执行销售查询、销售退货及退货查询等操作。
5.通过财务管理中可查看日销售额及月销售额。
- 2022-07-10 19:00:45下载
- 积分:1
-
使用 MFCC 和矢量量化的语音识别
现在的方式天在语音识别中噪声条件下的实际时间是重大挑战。这么多的算法是为像 LPC、 小波、 大田等 HMM 语音识别中实现的。
- 2022-02-11 10:55:21下载
- 积分:1