Location:
Search - vc2008 H
Search list
Description: visual C++界面库,用起来和VC界面类似。-visual C++ interface library, to use a similar interface and VC.
Platform: |
Size: 1739776 |
Author: person |
Hits:
Description: The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008,
set command line option /QxP or SSE3 in "Enable Enhanced Instruction Set" make it much more faster.
I am Jesse Stone from Taiwan. msn:fatalfeel@hotmail.com
reference from http://media.library.ku.edu.tr/theses/msctheses/A/akkus_istemi,The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008,
set command line option /QxP or SSE3 in "Enable Enhanced Instruction Set" make it much more faster.
I am Jesse Stone from Taiwan. msn:fatalfeel@hotmail.com
reference from http://media.library.ku.edu.tr/theses/msctheses/A/akkus_istemi
Platform: |
Size: 607232 |
Author: 小誠 |
Hits:
Description: The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008, set command line option /QxP or SSE3 in "Enable Enhanced Instruction Set" make it much more faster. I am Jesse Stone from Taiwan. msn:fatalfeel@hotmail.com reference from http://media.library.ku.edu.tr/theses/msctheses/A/akkus_istemi ,The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4, support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ Compiler 10.1 or 11.0 with VC2008, set command line option/QxP or SSE3 in
Platform: |
Size: 615424 |
Author: 小誠 |
Hits:
Description: The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008, set command line option /QxP or SSE3 in "Enable Enhanced Instruction Set" make it much more faster. I am Jesse Stone from Taiwan. msn:fatalfeel@hotmail.com reference from http://media.library.ku.edu.tr/theses/msctheses/A/akkus_istemi,The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4, support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ Compiler 10.1 or 11.0 with VC2008, set command line option/QxP or SSE3 in Enable Enhanced Instruction Set make it much more faster. I am Jesse Stone from Taiwan. msn: fatalfeel@hotmail.com reference from http://media.library.ku.edu.tr/ theses/msctheses/A/akkus_istemi
Platform: |
Size: 614400 |
Author: 小誠 |
Hits:
Description: 一個檢視HID mouse的源碼 , 用來獲取Button 與 X/Y event的一個範例-HID mouse a view of the source code, used to obtain Button and the X/Y event of an example
Platform: |
Size: 3409920 |
Author: HUNK999 |
Hits:
Description: 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。
整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。
解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。
支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。
编译平台:VC6.0,VC2005,VC2008.
-The decoding library to ffmpeg as a reference model for different grades of H.264 streams was amended to decode the core parts of the corresponding MMX optimization. The whole decoding process comprises three steps, according to the order simply call the header file describing the initialization, handling, release of these three functions can be. Decoded image data obtained as YUV, the project would convert YUV to RGB, direct display, eliminating the need for decoding, but also with tools such as open YUV file YUVViewer steps, more of the convenient. Support the various grades of H.264 stream decoding, the H.264 yards in exile in H264Test directory can be. Compile Platform: VC6.0, VC2005, VC2008.
Platform: |
Size: 6300672 |
Author: 致胜织梦 |
Hits:
Description: 自己写的串口通讯类CnComm使用笔记。-Write your own serial communications CnComm use notes.
Platform: |
Size: 25600 |
Author: 李展鹏 |
Hits:
Description: pca-sift算法的实现,采用vc2008开发环境,进行开发,独立运行-pca-sift algorithm, using vc2008 development environment to develop, operate independently
Platform: |
Size: 1269760 |
Author: jason li |
Hits:
Description: 让初学者从 Turbo C 2.0(以下简称 TC) 或 Borland C++ 3.1 开始学编程是个不错的建议,只是 TC 的环境实在太老了,复制粘贴都很不方便。有一个 Win-TC,简单用了一下,个人看法:不推荐使用。还不如 TC 好呢,因为它简化了所有调试,而调试是写程序相当重要的一部分。
不少老师直接拿 VC 来讲 C 语言的,因为 VC 的编辑和调试环境都很优秀,并且 VC2008 有适合教学的免费版本。只可惜在 VC 下只能做一些文字性的练习题,想画条直线画个圆都很难,还要注册窗口类、建消息循环等等,初学者会受严重打击的。许多老师让学生在 TC 下绘图,除了学生的兴趣和教学需要外,也是无奈。
还有就是计算机图形学,这门课程的重点是绘图算法,而不是 Windows 编程。所以,许多老师不得不用 TC 教学,因为 Windows 绘图太复杂了,会偏离教学的重点。
所以,我想给初学者一个更好的学习环境,就是 VC 方便的开发平台和 TC 简单的绘图功能,于是就有了这个库。如果您刚开始学 C 语言,或者您是一位教 C 语言的老师,再或者您在教/学计算机图形学,那么这个库一定会让您兴奋的。-use TC graphics.h in VC
Platform: |
Size: 228352 |
Author: 秦璞 |
Hits:
Description: QQ农场外挂 VC2008源代码 农场外挂源代码 农场源代码
-//验证QQ密码
bool WebQQFunction::LoginQQ(CString qqname, CString qqmm, CString qqxym, CString outstr)
{
CHttpConnection*pHttpConnect = Session.GetHttpConnection("ptlogin2.qq.com")
CString szFormData
CHttpFile* pFile
qqxym.MakeUpper()
szFormData.Format("u= s&p= s&verifycode= s",qqname,GetQQmd5pass(qqmm,qqxym),qqxym)
szFormData+="&aid=15000102&u1=http 3A 2F 2Fxiaoyou.qq.com 2Findex.php 3Fmod 3Dlogin&fp=&h=1&ptredirect=1&ptlang=0&from_ui=1&dumy=1"
if( pHttpConnect )
{
pFile = pHttpConnect->OpenRequest( CHttpConnection::HTTP_VERB_POST,"/login")
}
if (pFile)
{
// pFile->AddRequestHeaders("POST /login HTTP/1.1\n")
pFile->AddRequestHeaders("Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/msword,*/*\n")
pFile->AddRequestHeaders("Referer: http://ui.ptlogin2.qq.com/cgi-bin/login?appid=15000102\n")
Platform: |
Size: 268288 |
Author: 罗俊杰 |
Hits:
Description: 使用VC2008编写了一个视频捕捉/采集
图片的程序。-VC2008 prepared using a video capture/image capture program.
Platform: |
Size: 50339840 |
Author: 王贺敬 |
Hits:
Description: 此工程涉及到对话框自绘,按钮自绘以及图片显示,仅供参考(本工程使用VC2008 sp1实现,直接用VC2008编译会有错误,此时只要将工程中的CWinAppEx改成CWinApp,并且将
stdafx.h头文件中的文件包含指令#include <afxcontrolbars.h>删除即可)-This project involves the drawed dialog, drawed button and picture display, which can be referred.
Platform: |
Size: 49873920 |
Author: 张军 |
Hits:
Description: 本工程使用CPropertyPage属性页控件实现了常见的软件设置界面,具有很好的界面效果,以供参考。(本工程使用VC2008 sp1实现,直接用VC2008编译会有错误,此时只要将工程中的CWinAppEx改成CWinApp,并且将
stdafx.h头文件中的文件包含指令#include <afxcontrolbars.h>删除即可)-This project uses CPropertyPage control to achieve a common software setting interface, which can be referred.
Platform: |
Size: 17811456 |
Author: 张军 |
Hits:
Description: 低码流H.264视频编码器,此库需要VC2005 或 VC2008编译-Low stream H.264 video encoder, this library needs to VC2005 or VC2008 compiler
Platform: |
Size: 2340864 |
Author: 林生 |
Hits:
Description: 是一个类似graphics.h的BGI图形库,使用方法相当接近,所以学习过TC图形的话会很容易上手
本图形库基于EasyX上进行修改,兼容绝大多数EasyX的程序,目前支持VC6, VC2005, VC2008, VC2010, CFree等IDE
在graphics.h头文件的最顶处有相关的说明,并且附带较详细的pdf文档-Is a similar graphics.h of BGI graphics library, use the method is quite close, so studied graphic TC would be very easy to use
The graphics library based on EasyX modify compatible with most EasyX program currently supports VC6, VC2005, VC2008, VC2010, CFree such as IDE
There are related note at the top of the most graphics.h header files, and comes with a more detailed pdf document
Platform: |
Size: 1019904 |
Author: 张孟 |
Hits:
Description: vc2008工程, C++实现的DES加密和解密静态库,可以对文件加密和解密,也可以内存中加密和解密,及使用实例,测试通过。-请键入文字或网站地址,或者上传文档。
取消
Vc2008 gōngchéng, C++shíxiàn de DES jiāmì hé jiěmì jìngtài kù, kěyǐ duì wénjiàn jiāmì hé jiěmì, yě kěyǐ nèicún zhōng jiāmì hé jiěmì, jí shǐyòng shílì, cèshì tōngguò.vc2008 engineering, DES encryption and decryption static library implemented in C++, you can encrypt and decrypt files can also be encrypted and decrypted in memory, and use Demo, test ok.
Platform: |
Size: 79872 |
Author: 梁威 |
Hits: