10 2006 档案

摘要:获得汉字字符串的首个拼音字母的缩写 标题可能不太清楚,实现的功能如下:我爱中国-WAZG 1。汉字字符与英文字母之间区别 阅读全文
posted @ 2006-10-30 16:16 Robin Zhang 阅读(7520) 评论(13) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using System.Drawing;namespace SlashScreenLib{ public class SlashScreenForm:Form { static SlashS... 阅读全文
posted @ 2006-10-29 16:23 Robin Zhang 阅读(1917) 评论(4) 推荐(0) 编辑
摘要:两个大数相加比较符合自然运算的算法 阅读全文
posted @ 2006-10-22 02:06 Robin Zhang 阅读(3865) 评论(6) 推荐(0) 编辑
摘要:值类型和引用类型在hashtable里面性能比较分析1 -GetHashCode() 阅读全文
posted @ 2006-10-20 09:38 Robin Zhang 阅读(1990) 评论(2) 推荐(0) 编辑
摘要:值类型和引用类型在hashtable里面存取的性能比较 阅读全文
posted @ 2006-10-18 17:46 Robin Zhang 阅读(2775) 评论(8) 推荐(0) 编辑
摘要:using System;using System.IO; namespace Gif.Components{ public class LZWEncoder { private static readonly int EOF = -1; private int imgW, imgH; private byte[] pixAry; private int initCodeSize; ... 阅读全文
posted @ 2006-10-17 17:58 Robin Zhang 阅读(10400) 评论(12) 推荐(1) 编辑
摘要:从gif动画图像中导出桢的方法实现 阅读全文
posted @ 2006-10-17 01:51 Robin Zhang 阅读(3160) 评论(9) 推荐(0) 编辑
摘要:快速将彩色照片变成黑白照片(仅适用于jpg格式) 阅读全文
posted @ 2006-10-13 23:28 Robin Zhang 阅读(10727) 评论(17) 推荐(0) 编辑
摘要:将彩色照片变成黑白照片 阅读全文
posted @ 2006-10-09 19:58 Robin Zhang 阅读(25993) 评论(27) 推荐(0) 编辑

点击右上角即可分享
微信分享提示