starzyc 的 站内主页
2006
01-29
	
            
    01-29
    				编写一个函数,令其在屏幕左边显示一个星形的实心正方形,该正方形边长是在整数参数side中指定的。例如,如果side是4,函数就会显示:
****
****
****
****....                               
				                				
                Read More >
                
    
    2006
01-28
	
            
    01-28
    				不使用任何数据库函数
编写一个函数integerpower(base,exponent)
要求:
函数返回整数值,base是整数,exponent是非零正数
函数返回base的exponent次方
用FOR或WHILE语句控制循环结构....                               
				                				
                Read More >