登录
首页 » Visual C++ » BoostTest

BoostTest

于 2021-02-04 发布 文件大小:11044KB
0 144
下载积分: 1 下载次数: 0

代码说明:

说明:  编写过MFC程序的朋友都知道,通过资源编辑器编辑菜单项,设定菜单项ID,然后MFC内部通过该ID来映射菜单命令处理函数和菜单界面更新函数。我设想撇开MFC的资源编辑,在MFC程序中通过xml文件来进行界面配置,然后利用字符串来映射消息处理函数。借助boost库,我实现了这一设想。具体就是在xml文件指定一个字符串,然后通过这个字符串就能找到它的命令消息处理函数和界面更新命令消息处理函数。(MFC write-off procedures friends all know, through the resource editor to edit the menu item, set the menu item ID, and MFC-house by the ID to map menu and menu command handling function update function. I imagine MFC resource editor aside, the MFC program carried out by the interface configuration xml file, and then use the string to map the message processing function. Using boost libraries, I realized that vision. Specific xml file is to specify a string, then the string can find its command message processing functions and interface update command message processing function.)

文件列表:

BoostTest\BoostBind\BaseStruct.h
BoostTest\BoostBind\BoostBind.cpp
BoostTest\BoostBind\BoostBind.h
BoostTest\BoostBind\BoostBind.rc
BoostTest\BoostBind\BoostBind.vcproj
BoostTest\BoostBind\BoostBind.vcproj.PC-200904041752.Administrator.user
BoostTest\BoostBind\BoostBindDoc.cpp
BoostTest\BoostBind\BoostBindDoc.h
BoostTest\BoostBind\BoostBindView.cpp
BoostTest\BoostBind\BoostBindView.h
BoostTest\BoostBind\GlobalMacro.h
BoostTest\BoostBind\MainFrm.cpp
BoostTest\BoostBind\MainFrm.h
BoostTest\BoostBind\ReadMe.txt
BoostTest\BoostBind\res\BoostBind.ico
BoostTest\BoostBind\res\BoostBind.rc2
BoostTest\BoostBind\res\BoostBindDoc.ico
BoostTest\BoostBind\res\Toolbar.bmp
BoostTest\BoostBind\Resource.h
BoostTest\BoostBind\stdafx.cpp
BoostTest\BoostBind\stdafx.h
BoostTest\BoostBind\XmlParse.cpp
BoostTest\BoostBind\XmlParse.h
BoostTest\BoostTest.ncb
BoostTest\BoostTest.sln
BoostTest\BoostTest.suo
BoostTest\ThirdPartyLib\boost\dll\boost_date_time-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_date_time-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_filesystem-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_filesystem-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_graph-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_serialization-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_signals-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_signals-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_thread-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_thread-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\minmax.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\minmax_element.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\case_conv.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\classification.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\compare.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\concept.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\config.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\constants.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\case_conv.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\classification.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\finder.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\finder_regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_format.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_format_all.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_format_store.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_iterator.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\formatter.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\formatter_regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\predicate.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\replace_storage.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\sequence.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\trim.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\util.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\erase.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\find.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\finder.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\find_format.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\find_iterator.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\formatter.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\iter_find.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\join.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\predicate.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\predicate_facade.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\regex_find_format.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\replace.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\sequence_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\split.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\list_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\rope_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\slist_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\string_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std_containers_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\trim.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\yes_no_type.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string_regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\aligned_storage.hpp
BoostTest\ThirdPartyLib\boost\include\boost\any.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\add_facet.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\archive_exception.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_archive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_iarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_iprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_oarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_oprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_streambuf_locale_saver.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_iarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_iprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_oarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_oprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_xml_archive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_xml_iarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_xml_oarchive.hpp

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MeDelete
    SelfDelete(可以删除自身的VC++源码(巳通过了调试)) 为了实现程序自删除功能,我们可以通过多进程的方法解决这个问题。可执行文件在结束返回前,创建一个运行命令窗口的新进程(在Windows98中为Command进程,在Windows2000/XP中为CMD进程),当然该命令窗口以隐藏方式执行,并通过传递参数执行删除功能。为了避免可执行文件的映像还在内存中就执行删除,需要把当前进程设置为实时优先级,而命令窗口进程设置为很低的IDLE优先级,这样首先可执行文件结束返回,再运行命令窗口的删除命令,就实现了该文件自身的删除功能。 (SelfDelete (you can delete its own VC++ source code (had passed debugging)) In order to achieve the program from the delete function, we can multi-process methods to solve this problem. Return before the end of the executable file, run the command window to create a new process (in Windows98 process for the Command, in Windows2000/XP process for CMD), of course, the command window to hide the manner and to perform delete functions by passing a parameter . In order to avoid the executable file image still in memory on the implementation of delete, you need to set the current process for real-time priority, and the command window to set the process priority to low IDLE, so the end of the first return to the executable file, then run the command window delete command, the file itself to achieve the delete function. )
    2011-06-26 23:22:21下载
    积分:1
  • HomeWork
    生产者消费者实现进程的共享 CSemaphore(Producers and consumers)
    2009-11-22 10:27:23下载
    积分:1
  • CINBOJ
    vb net报表设计器 Vb Net report designer()
    2018-05-08 13:14:34下载
    积分:1
  • wk_dz
    Visual C++案例开发集锦第六章\获取网卡地址的程序源码,值得一看!(Visual C++ case development highlights Chapter to obtain the Ethernet address of the program source code, worth a visit!)
    2011-08-13 16:07:33下载
    积分:1
  • killapp
    查找指定进程,并且可以强制结束该进程。中间有源码。(Find the specified process, and can force the end of the process. The middle of the source code.)
    2011-05-11 10:19:18下载
    积分:1
  • graph-olstory
    说明:  
    2018-05-09 11:02:07下载
    积分:1
  • Regedit
    C++实现的读写注册表的功能,可以直接读取某个键的值,设定某个键的值和删除某个键的值,非常方便。(Read and write C++ implementation of the registry function, you can directly read the value of a key, set the value of a key to delete a key value, very convenient.)
    2013-10-27 19:41:13下载
    积分:1
  • 6416198
    Similar to VB property sheet controls(Similar to the VB property sheet controls)
    2017-07-19 01:30:36下载
    积分:1
  • FatigueTest
    试验检测系统,是为摩托车上泵和制动钳提供检测的而开发的(Test。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
    2009-11-17 16:26:04下载
    积分:1
  • RELEASEPDLL
    将dll文件加入文件资源之后调用函数释放,实现了将dll文件打包(Dll files will be added to the file after the call function to release resources to achieve the dll file is packaged)
    2013-09-12 21:02:42下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载