摘要: 1、int与byte[]之间的转换(类似的byte short,long型) /** * 将int数值转换为占四个字节的byte数组,本方法适用于(低位在前,高位在后)的顺序。 和bytesToInt()配套使用 * @param value * 要... 阅读全文
posted @ 2014-07-23 18:11 peidongbin 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1 namespace GraphicsConsoleApplication 2 { 3 class Program 4 { 5 static double[,] YUV2RGB_CONVERT_MATRIX = new double[3, 3] { { ... 阅读全文
posted @ 2014-07-23 09:15 peidongbin 阅读(2667) 评论(0) 推荐(0) 编辑