11 2009 档案
摘要:Vcastr 2.2 flv 网络播放器 参数设置 参数名称参数说明默认值vcastr_file方法2传递影片flv文件地址参数,多个使用|分开空vcastr_title影片标题参数,多个使用|分开,与方法2配合使用空vcastr_xml方法3 传递影片flv文件地址参数,样板参考 http://www.ruochi.com/product/vcastr2/vcastr.xml vcastr.xm...
阅读全文
摘要:网略上广泛流传的三线性插值算法(效果并不是很好),代码如下:using System;using System.Drawing;using System.IO;using System.Drawing.Imaging;using System.Drawing.Drawing2D;namespace Ants.Tools{ public class Image { public int Width { get; set; } public int Height { get; set; } private Image() { } public Image(int width, int height
阅读全文