登录
首页 » Visual C++ » BoostTest

BoostTest

于 2021-02-04 发布 文件大小:11044KB
0 110
下载积分: 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 个回复

  • datxbases
    VB使用Windows Media Encoder 9 SDK编程的几个例子程序(VB use Windows Media Encoder 9 SDK examples of programming applications)
    2017-06-12 22:03:12下载
    积分:1
  • apidemo
    vb api 让系统有时间发送数据包 信使用介绍,让系统有时间发送数据包 (vb api so that the system has time to send data packets using the introduction letter, so that the system has time to send data packets)
    2008-06-02 19:22:13下载
    积分:1
  • ICON
    ICON图标提取工具,可以提取exe以及dll文件程序的所有icon图标。(ICON icon extraction tool to extract the program exe and dll files for all icon icon.)
    2011-05-11 11:25:44下载
    积分:1
  • BoostTest
    说明:  编写过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.)
    2021-02-04 15:09:57下载
    积分:1
  • cpu
    基于CpuUsage的CPU空闲时工作构思,就是当CPU有空时,才能进行自己程序的大量数据处理命令,找了好久,找到这个,并加以10个时间的查询,如都是有空,才说有空.分享给有这方面需要的朋友,抛砖引玉.(CpuUsage the CPU idle time based on the idea work, free time is when the CPU can process large amounts of data for their own processing order, looking for a long time to find this, and make inquiries 10 hours, such as are available, only that there empty. to share a need, a friend, start a discussion.)
    2011-09-16 15:04:46下载
    积分:1
  • Gina1
    可以替换windows登录的控制功能的gina.dll(replace widnows msgina.dll for login)
    2010-10-21 19:12:21下载
    积分:1
  • kill---HideToolz
    VB Ring3枚举进程 可以检测到HideToolz隐藏的进程!(VB Ring3 enumeration process can detect hidden processes HideToolz!)
    2011-01-23 21:20:57下载
    积分:1
  • ezWENJUAN
    一个简单的卷统软件,目前各项功能还不是很完善,正在努力开发,希望能有更好的版本.(a simple vol EC software, the various functions is not perfect, is working to develop, hoped for a better version.)
    2006-06-18 21:54:09下载
    积分:1
  • 7308961
    ansi字符串与Unicode字符串转换的代码 包括UTP-8(ANSI string with Unicode string conversion code Including UTP - 8 -)
    2017-07-15 01:29:32下载
    积分:1
  • rgebks
    这是个可以实现UTF-8与GB2312之间的互换类,不错(This is a can realize utf-8 and GB2312 swaps between classes, is good)
    2017-04-03 15:17:15下载
    积分:1
  • 696524资源总数
  • 103827会员总数
  • 23今日下载