搜索资源列表
C++0.1
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.2
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.3
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.4
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.5
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
dos_stub
- Windows PE 文件在 DOS 下运行一般会显示:This program cannot be run in DOS mode. 这是PE文件头部的一个"dos stub"程序,这个就是"dos stub"的源码,我们可以修改它,用fasm.exe编译,在vc连接时,加上 /stub:stub.exe-Windows PE files will normally be run under DOS shows: This program cannot be run in DOS mode
4
- 雷霆战机(VC++)文件大小:961K 采用DirectX技术编写,学习的好例子。 -Thunder fighter (VC++) File Size: 961K prepared using DirectX technology, a good example of learning.
20069511494812
- ASMEdit,一个Win32汇编语言编辑器源代码,主要是看习惯了VC的代码界面,所以ASMEdit也按照VC对语法颜色的显示方案进行,看起来舒服些。同时加入编译功能。 -C# case development, containing MS SQL2000 database file MDF, after extracting an additional database can compile and run. For C# beginners is a good learning mat
VC_Call_ASM_lib
- 演示如何在vc6.0里使用masm汇编编译的lib文件,ASM代码实现一个add函数,被vc调用,使用 _cdel 和stdcall两种方式,汇编代码采用radasm工程编译,这样会方便很多。-Demo how to use MASM complied lib file in vc6.0,there is a add function in ASM code can be called by vc6.0,use two ways by _cdel and stdcall ,asm code co
Elan-disasm-20101230
- 反汇编就是将 cds 烧写档翻译为 dt 源文件,用处嘛,见仁见智了。 资料包括用 VC++6.0 写的 C 语言源代码(其实使用的是标准C,所以其他编译器也问题不大的,理论上....) 同时包括了一篇4页的文章去解释原理 -Disassembly is to program the file cds translation dt source files, useful thing, a matter of opinion. Data including the us
vcPP-ocx
- 1.只需指明ocx文件的路径(含文件名),函数即可自动从文件中提取控件的CLSID,然后检查是否已 注册,如果已注册则不再注册;如果未注册则自动进行注册。 2.ocx控件必须包含TypeLib信息,一般VC++/VB/DELPHI7等生成的控件都属于此类型。 3.函数在VC6下执行顺利,由于程序中的控件在程序初始化时也必须初始化,因此该函数代码应放在应用程序的初始化 过程中,如在VC6的MFC工程中应放在CXXXApp::CXXXApp()中。-1 is only needed
Graphic
- VC/C++源码,图形处理,图形绘制Graphic 用VC画直线、画椭圆、画矩形、画点,选择所要绘制的图形,拖动鼠标即可完成绘制,同时程序还演示了如何读取和写入TXT文件。-VC/c++ source code, graphics processing, graphics rendering with VC Graphic painting line, painting elliptic, painting rectangular, painting point, choose to draw
GXMvivi
- bmp文件的打开保存读取以及二值化,滤波处理等操作源代码,可以方便的高效率的对bmp操作。全部都封装到了c++类里面-to open up ,save,and load a bmp file on VS or vc stage
VC.NETMFC
- VC.NET创建一个最简单的MFC程序,此为源码文件,真的是挺简单的MFC程序,想学习VC.NET环境的MFC编程,就要从最简单的MFC程序源码开始,难道不是么? -VC.NET create a simple MFC program, this is the source file, is really quite simple MFC program, want to learn VC.NET MFC programming environment, it is necessary fr
VCPP-create-a-application-window
- VC++语言创建一个普通的应用程序窗口.为了使PlaySound函数能正常使用,编译前应做以下设置:单击Project->Setting->Link选项卡,在Category中选中General,然后在Object/Library Modules文本框中,我们看到有很多.lib的库文件,在其最后添加代码" winmm.lib"(windows多媒体库)后,单击OK。-VC++ language to create a common application window in orde
StdAfx
- VC++头文件解决编译错误问题 VC++头文件解决编译错误问题 -The header file VC++ compilation error problem solving
vclinktable
- VC++双向循环链表,实现功能:创建新链表、添加新节点;链表数据排序、输入链表信息;查找和删除链表数据、清屏、清空链表等,如果你对VC++的双向循环链表不太熟悉,这个例子对你的是比较有用的。-This file contains a summary of what you will find in each of the files that make up your MODIVCDemo application. MODIVCDemo.dsp This file (t
tcpMyQQ
- VC++ TCP 方式实现MYQQ,仿QQ的小软件,功能没QQ多,只是实现基础的TCP通讯功能,连接方式可以连接TCP/udp,服务选择里可选客户端和服务端或都两者都是。另外程序还具备抓图功能,请先指定对方IP。-This file contains a summary of what you will find in each of the files that make up your MODIVCDemo application. MODIVCDemo.dsp T
ODBCApiDataManager
- VC++ 使用滑块控制音量的MFC音乐播放器,播放器界面没有怎么设计,只是演示了MFC的应用,播放音乐请点击浏览文件按钮。另外音量控制实现了仿Windows系统的滑块控制方式,同时适时显示了音量大小,是一个比较简单实用的参考代码。今天的内容就是这些,是不是很简单,源代码可以通过百度关键字 MFC plucky(资料一般放在 新浪爱问资料里)-This file contains a summary of what you will find in each of the files that
mfcplayer
- VC++实现的多线程系统清理程序,可清理系统垃圾文件,使用的是多线程技术,有必要一看,内核仿360的。-This file contains a summary of what you will find in each of the files that make up your MODIVCDemo application. MODIVCDemo.dsp This file (the project file) contains information at the