搜索资源列表
vbpageprint
- VB多页面缩放打印,自动识别数据库路径,根据字宽设置基本列宽,根据纸张大小和字高设置每页打印行数,换页重复打印表头,对学习不错的Vb源代码。-VB multi page zoom printing, automatic identification database path, according to the word width setting column width, according to the paper size and type high settings page numb
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
array
- 关于数组的几道练习题,详细分析和源代码,都在word里-A few exercises on the array, a detailed analysis and source code are in the word