-
Haskell 代码。
对于 YUV 420 的图象,比较两个图象文件的差别像素,以宏块的方式表现。
我本人主要将之用于 H264 编解码器的 d...
Haskell 代码。
对于 YUV 420 的图象,比较两个图象文件的差别像素,以宏块的方式表现。
我本人主要将之用于 H264 编解码器的 deblock 过程的测试辅助定位。
很容易扩展为 YUV422 或 444 格式的图象。
更详细用法见程序内的帮助。-Haskell code. YUV 420 for the images to compare the differences between image pixels, macro block to the performance. I will mainly use it H264 codecs deblock the process of positioning the auxiliary testing. Be easily extended to YUV422 format or 444 images. See more detail usage procedures help.
- 2023-02-20 13:45:04下载
- 积分:1
-
Is mainly a brief introduction to use VC++ to achieve some of the functions, the...
主要是简单介绍一些利用VC++实现的功能,窗口风格,二进制文件等-Is mainly a brief introduction to use VC++ to achieve some of the functions, the window style, binary files, etc.
- 2022-01-25 20:01:15下载
- 积分:1
-
pythoncook程序设计教程,不过是英文的。它和c++语言一样的强大,如果你对喜欢的话,互联网上有很多的资料。...
pythoncook程序设计教程,不过是英文的。它和c++语言一样的强大,如果你对喜欢的话,互联网上有很多的资料。-pythoncook Programming Guide, but is in English. It c++ Language as a powerful, if you like it, there are a lot of Internet information.
- 2022-08-02 15:55:04下载
- 积分:1
-
linux下QT编写的小游戏,适用于QT初学者对QT的基本编程的了解
linux下QT编写的小游戏,适用于QT初学者对QT的基本编程的了解-QT under linux written in a small game for QT on the QT for beginners to understand the basic programming
- 2022-12-11 05:30:03下载
- 积分:1
-
一种游戏节目virtuanes097
a kind of game programme virtuanes097
- 2022-09-18 17:20:03下载
- 积分:1
-
Delphi 设置打印纸大小
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:
procedure TForm1.SetPaperSize(cx, cy: Integer);
var
a,b,c: array[0..255]of char;
bb: Cardinal;
ee: PDEVMODE;
begin
printer.PrinterIndex := printer.PrinterIndex;
printer.GetPrinter(a,b,c,bb);
ee:= GlobalLock(bb);
ee^.dmPaperSize := DMPAPER_USER;
ee^.dmPaperLength := cy*10;
ee^.dmPaperWidth := cx*10;
ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or
DM_PAPERWIDTH or
DM_PAPERLENGTH;
ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;
ee^.dmDefaultSource :=DMBIN_MANUAL;
GlobalUnlock(bb);
printer.PrinterIndex := printer.PrinterIndex;
end;
- 2023-01-17 00:20:03下载
- 积分:1
-
VB给程序添加随系统启动(开机自动运行)功能
VB给程序添加随系统启动(开机自动运行)功能,跟随WINDOWS启动的控件,不多介绍了,相信大多数搞VB的都知道是什么意思,把你的程序添加到开机启动列表里,电脑一启动,就自动打开你的程序,或最小化的托盘图标处。
- 2022-01-23 10:47:39下载
- 积分:1
-
How to automate office
How to automate office
- 2022-07-22 09:51:09下载
- 积分:1
-
GPS常用专业术语编译
GPS常用专业术语编译-professional terminology commonly used GPS Compiler
- 2022-07-12 16:29:15下载
- 积分:1
-
哈希软算法,对任意大小文件or资料进行哈希
哈希软算法,对任意大小文件or资料进行哈希-hash software code
- 2022-03-25 03:59:37下载
- 积分:1