搜索资源列表
q
- 一般常用的c++实例,希望能对大家有用,包括以下内容简单计算器、累加一行字符中的数字、求素数、打印菱形等-Commonly used c++ instance, we hope to be useful, including the following simple calculator, cumulative figures in his characters, find prime numbers, print diamond, etc.
BNUTBDJNBOOFR
- 【程序29】 题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数,如下解释:(这里是一种简单的算法,师专数002班赵鑫提供) 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h main( ) { long a,b,c,d,e,x scanf( ld ,&x) a=x/10000 分解出万位 b=x 10000
employee
- 打印员工工资表,使员工工资表可视化,基础方法-Print employee payroll based c++