-
软件测试的入门书籍,非常适合初学者!我看后觉得非常有用...
软件测试的入门书籍,非常适合初学者!我看后觉得非常有用-Introduction to software testing books, is very suitable for beginners! I do find it very useful after
- 2023-01-31 11:40:04下载
- 积分:1
-
YL2410使用手册
优龙公司 arm9 手册
YL2410使用手册
优龙公司 arm9 手册
-Excellent user manual YL2410 Liuzhou company ARM9 Manual
- 2022-04-29 05:17:52下载
- 积分:1
-
华为公司的软件编程规范,包括以下内容:
1.排版
2.注释
3.标识符命名
4.可读性
5.变量、结构
6.函数、过程
7.可测性...
华为公司的软件编程规范,包括以下内容:
1.排版
2.注释
3.标识符命名
4.可读性
5.变量、结构
6.函数、过程
7.可测性
8.程序效率
9.质量保证
10.代码编辑、编译、审查
11.代码测试、维护
12.宏-Huawei software programming norms, including the following : 1. typesetting 2. Note 3. 4 named identifier. 5 readability. variable structure 6. function, 7 process. Testability 8. 9 efficient procedures. Quality Assurance 10. code editing, translating and reviewing 11. code tests safeguard 12. Acer
- 2022-02-11 12:45:21下载
- 积分:1
-
富士通手动高级
Fujitsu C manual advanced-Fujitsu advanced C manual
- 2022-11-23 16:20:03下载
- 积分: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
-
通过一学期软件工程课程的学习,我对软件的开发和维护有了全面的了解。...
通过一学期软件工程课程的学习,我对软件的开发和维护有了全面的了解。-through a semester of software engineering courses of study, I have the right software development and maintenance with a comprehensive understanding.
- 2022-03-12 23:07:17下载
- 积分:1
-
调用用友软件的进销存数据库用于酒店布草管理
调用用友软件的进销存数据库用于酒店布草管理-Invoicing database called UFIDA
- 2022-07-09 10:41:00下载
- 积分:1
-
VisualC++ 6数据库,功能非常强大,非常强大
visualc++6.0数据库,很厉害,很强大-visualc++ 6.0 database, very powerful, very powerful
- 2023-03-08 05:15:06下载
- 积分:1
-
C++写的POS前台程序,自写菜单、网格、数据、通讯等,在大型商场已应用,dos平台下的稳定程序。...
C++写的POS前台程序,自写菜单、网格、数据、通讯等,在大型商场已应用,dos平台下的稳定程序。-C written procedures POS prospects, since writing the menu, grid, data, telecommunications, in large shopping malls have application platform dos stability under the procedure.
- 2022-09-16 02:30:04下载
- 积分:1
-
在网络知识产权的网络中访问外部网络…
能够获取外网ip的delphi程序,内网ip ,外网ip等 -access to external networks of delphi ip procedures within the network ip, ip and other external networks
- 2022-06-16 18:53:35下载
- 积分:1