虫虫首页|资源下载|资源专辑|精品软件
登录|注册

stdafx

  • 先编写MFC DLL

    先编写MFC DLL,打开VC++6.0 => File => New => Project => MFC AppWizzard(dll),在 Project name 里输入Calc =>Next => Finish. 好了,现在你打开Workspace的FileView就可以看到已经有Calc.h、Calc.cpp、stdafx.h、stdafx.cpp这4个文件了.

    标签: MFC DLL 编写

    上传时间: 2013-12-20

    上传用户:13681659100

  • DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp Arith

    DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp Des.h Infblock.cpp Infblock.h Infcodes.cpp Infcodes.h Inffast.cpp Inffast.h Inffixed.h Inflate.cpp Inftrees.cpp Inftrees.h Infutil.cpp Infutil.h md5.cpp md5.h ReadMe.txt stdafx.cpp stdafx.h String.cpp Trees.cpp Zlib.h Zutil.cpp Zutil.h

    标签: ArithDLL cpp Adler Arith

    上传时间: 2014-11-23

    上传用户:bibirnovis

  • WinCE环境下检测SD卡序列号

    WinCE环境下检测SD卡序列号,编程环境: eVC4.0 + PPC2003。 文件清单: newres.h ReadMe.txt Resource.h SDTest.aps SDTest.cpp SDTest.h SDTest.rc SDTest.vcc SDTest.vcl SDTest.vcp SDTestDlg.cpp SDTestDlg.h stdafx.cpp stdafx.h

    标签: WinCE SD卡 环境 检测

    上传时间: 2013-12-21

    上传用户:爺的气质

  • OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the ope

    OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rights reserved) in the opensvm-src\libsvm. However, the files svm.h and svm.cpp codes were copied/merged into stdafx.h and stdafx.cpp in order to support the development, and OpenSVM still use other codes of libsvm. So you can see the libsvm package in the source package. You can open and build it with Visual C++ 6.0. Note: the problems must be in LIBSVM format. OpenSVM project page: http://sourceforge.net/projects/opensvm If you had any question, please mail to: cloudbyron@gmail.com

    标签: developped the workspace OpenSVM

    上传时间: 2016-01-30

    上传用户:asdfasdfd

  • 和刚才的有些类似

    和刚才的有些类似,不过实现的功能有些差异,上面那个如果没有stdafx函数可以不能运行,可以多多试几次,或者把第一个头函数删除再试

    标签:

    上传时间: 2014-01-20

    上传用户:sz_hjbf

  • aygshellSOURCE ======================================== Windows CE AYGSHELL ====================

    aygshellSOURCE ======================================== Windows CE AYGSHELL ======================================== AppWizard AYGSHELL DLL 偙AYGSHELL AYGSHELL.vcp (.vcp)AYGSHELL.cpp //////////////////////////////////////// stdafx.h, stdafx.cpp (PCH) AYGSHELL.pch stdafx.obj //////////////////////////////////////// AppWizard //////////////////////////////////////// 详压缩readme.txt

    标签: aygshellSOURCE AYGSHELL Windows CE

    上传时间: 2016-03-17

    上传用户:jcljkh

  • 非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce

    非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的头文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h stdafx.cpp stdafx.h 下面为播放源码 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其实编译时的 object/library modules 只要看 sourse 文件包含哪个dll,或lib 就行

    标签: application windows readme simple

    上传时间: 2016-05-05

    上传用户:ynsnjs

  • idea算法VC++源码

    idea算法VC++源码,包含系列文件 idea.h idea.cpp ideadlg.h ideadlg.cpp resource.h stdafx.h stdafx.c

    标签: idea VC 算法 源码

    上传时间: 2014-01-14

    上传用户:rocketrevenge

  • 用C语言实现了ISODATA算法,包括ISODATA.vcproj

    用C语言实现了ISODATA算法,包括ISODATA.vcproj,ISODATA.cpp, stdafx.h, stdafx.cpp

    标签: ISODATA vcproj C语言 算法

    上传时间: 2017-04-23

    上传用户:luke5347

  • 数据结构中迷宫问题的求解

    数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 stdafx.h, stdafx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 stdafx.obj 的预编译类型文件。

    标签: 数据结构 迷宫

    上传时间: 2013-12-30

    上传用户:moshushi0009