10 2006 档案
摘要:获得汉字字符串的首个拼音字母的缩写
标题可能不太清楚,实现的功能如下:我爱中国-WAZG
1。汉字字符与英文字母之间区别
阅读全文
摘要:using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using System.Drawing;namespace SlashScreenLib{ public class SlashScreenForm:Form { static SlashS...
阅读全文
摘要:两个大数相加比较符合自然运算的算法
阅读全文
摘要:值类型和引用类型在hashtable里面性能比较分析1 -GetHashCode()
阅读全文
摘要:值类型和引用类型在hashtable里面存取的性能比较
阅读全文
摘要: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; ...
阅读全文
摘要:从gif动画图像中导出桢的方法实现
阅读全文
摘要:快速将彩色照片变成黑白照片(仅适用于jpg格式)
阅读全文