摘要:
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
阅读(1919)评论(4)推荐(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
阅读(10423)评论(12)推荐(1)