Allan
菜鸟也是有梦想的...

导航

 

2011年7月26日

摘要: 工作已有一段时间了,突然想起了之前的一道面试题,题目意思大概是这样的,有一份工资,根据人民币面额统计各个面额的数量。下面是我写的一个实例:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace process{ class AsynchronousExample { List statisticeArray = new List(); int[] arr = {1, 2, 5, 10, 20, 50, 100}; int time = 7; /// /// 计算出每单 阅读全文
posted @ 2011-07-26 23:55 AllanGuan 阅读(169) 评论(0) 推荐(0) 编辑