随笔分类 -  算法

生成验证码
摘要:using System;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;using System.Web;using System.Web.UI; namespace ShangGu.Web{ /// /// CheckCode 的摘要说明。 ///... 阅读全文

posted @ 2005-11-03 13:03 井泉 阅读(240) 评论(0) 推荐(0)

人民币大写转化函数(C#版) 二十四画生的Blog
摘要:using System; namespace Test { /**//// /// Rmb 的摘要说明。 /// public class Rmb { /**//// /// 转换人民币大小金额 /// /// 金额 /// 返回大写形式 public... 阅读全文

posted @ 2005-11-03 12:01 井泉 阅读(485) 评论(0) 推荐(0)

导航