文件名称:1
介绍说明--下载内容均来自于网络,请自行研究使用
本程序由三部分组成:输入员工的信息(年工作时间和工种系数);计算员工年工作量;输出员工年工作量。
在输入员工的信息年工作时间部分,将十进制数ASCII码转换成二进制数。同时由于可能存在小数和,而小数的位数一般为1位,为了便于计算,将每个数都乘10,对于工种系数则由于它要保留到小数点后两位,所以将它们都乘以100,从而去掉小数和,做整数计算。-This procedure consists of three parts: input employee information (annual work hours and job factor) computing staff on workload output in the workload of staff.
Enter the information in the staff section on working hours will be converted to decimal ASCII binary code. Same time, because there may be decimal, and, while the decimal digits is generally one, in order to facilitate the calculation, multiply each number is 10, for jobs to be retained because of its coefficient to two decimal places, so will they all multiplied by 100 to remove the decimal and do integer calculations.
在输入员工的信息年工作时间部分,将十进制数ASCII码转换成二进制数。同时由于可能存在小数和,而小数的位数一般为1位,为了便于计算,将每个数都乘10,对于工种系数则由于它要保留到小数点后两位,所以将它们都乘以100,从而去掉小数和,做整数计算。-This procedure consists of three parts: input employee information (annual work hours and job factor) computing staff on workload output in the workload of staff.
Enter the information in the staff section on working hours will be converted to decimal ASCII binary code. Same time, because there may be decimal, and, while the decimal digits is generally one, in order to facilitate the calculation, multiply each number is 10, for jobs to be retained because of its coefficient to two decimal places, so will they all multiplied by 100 to remove the decimal and do integer calculations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1.asm