-
mpeg2dec说明:
四个项目:
libmpeg2:是解码的核心, 单独编译该项即可生成器调用库libmpeg2.lib,将其库及mpeg2.h 拷...
mpeg2dec说明:
四个项目:
libmpeg2:是解码的核心, 单独编译该项即可生成器调用库libmpeg2.lib,将其库及mpeg2.h 拷贝到其它工程里头,即可调用其解码库
libmpeg2convert:
是YUV与RGB之间的格式转换
libvo: 是解码后的播放
mpeg2dec:是解码的环境,相当于一个libmpeg2调用的一个例子-mpeg2dec Description: The four projects: libmpeg2: the decoder core, a separate generator to compile the library call libmpeg2.lib, its library and copied to other projects mpeg2.h inside, you can call the decoder library libmpeg2convert: is YUV and RGB format conversion between libvo: after the player is decoding mpeg2dec: the decoding of the environment, which is equivalent to a call of an example of libmpeg2
- 2022-02-09 16:32:10下载
- 积分:1
-
数据报表设计器示例程序
数据报表设计器示例程序-Data Report Designer sample program
- 2023-02-11 05:30:03下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
flex 实现的拍照程序 含flash原码
flex 实现的拍照程序 含flash原码-use flash to take photo software
- 2023-04-08 02:00:08下载
- 积分:1
-
无盘通用IP修改器 无盘爱好者的好工具
无盘通用IP修改器 无盘爱好者的好工具-diskless common IP changes for the good diskless lovers tools
- 2022-02-01 18:21:06下载
- 积分:1
-
时滞程序
时滞程序
- 2022-03-04 11:35:35下载
- 积分:1
-
一个漂亮的万花筒,对C++初学者很有帮助
一个漂亮的万花筒,对C++初学者很有帮助-a beautiful kaleidoscope of C beginners helpful
- 2023-04-03 01:15:03下载
- 积分:1
-
VB找图
VB实现简单快速的找图找色, 对初学找图找色的新手有较大的帮助。
- 2023-08-08 18:25:02下载
- 积分:1
-
具有基本的加、减、乘、除算术运算能力,可带有计算函数的扩充功能...
具有基本的加、减、乘、除算术运算能力,可带有计算函数的扩充功能-Have a basic add, subtract, multiply, with the exception of arithmetic ability to function can be calculated with the expansion of functions
- 2022-09-11 21:35:03下载
- 积分:1
-
中国文化源远流长,大国崛起,大国兴起,历历在目,古书文化尽在此书...
中国文化源远流长,大国崛起,大国兴起,历历在目,古书文化尽在此书-Chinese culture has a long history, the rise of great powers, the rise of great powers, vivid, Ancient cultures do in this book
- 2022-02-25 17:45:34下载
- 积分:1