登录
首页 » Visual C++ » BoostTest

BoostTest

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

  • PeerYou远控制软件源代码
    完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参(complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function can be said at this stage the best, using asynchronous overlapping operations. Machines can get charged with the hardware information, document information, registry and control for the screen. SOCKET code of overlapping I/O is also the realization worth Participation)
    2005-05-07 13:56:36下载
    积分:1
  • cqnsole
    VLD支持排查特定线程的泄漏,所有线程的泄漏,在特定的阶段启用泄漏检查,安装完成后,即可启用内存泄漏检测了(VLD supports troubleshooting leaks from specific threads, leaks from all threads, and leak checking is enabled at a specific stage, and memory leak detection is enabled when the installation is complete)
    2018-09-29 14:31:09下载
    积分:1
  • Winmfws
    分割窗口并动态调整分割区域(类似于Windows中的资源管理器),(Split window and dynamic adjustment segmented regions (similar to the Windows of the resource manager),)
    2017-06-12 22:39:37下载
    积分:1
  • Regedit
    vc 编辑注册表信息Regedit的程序源码,值得一看!(vc edit the registry Regedit program source code, worth a visit!)
    2011-07-01 22:03:37下载
    积分:1
  • 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
  • search_file
    说明:  实现目录中文件查找,遍历,基本实现dir功能(Document the achievement of the directory search, traversal, the basic function of the realization of dir)
    2009-08-17 21:48:22下载
    积分:1
  • AddressListVS05
    该系统为通讯录系统,实现了通讯录的管理功能,增删改通讯功能。通讯录查询工作是一个很复杂的问题,在实际的工作领域中,时常会遇到要修改通讯录的问题,例如修改、删除、添加、查找等都是应用过程中十分频繁的操作,如果有一个应用软件可以使这个操作简单而富有人性化,我们就可以通过界面上的提示语言来轻松准确地完成以上操作了。 本通讯录主要涉及函数的调用、指针、哈希表等主要技术。其中,函数的调用和哈希表是技术的重点。 (The system address book system, and the address book management features, additions and deletions to communication. Directory inquiries is a very complex issue, in the actual work areas, often face the problem to modify the address book, such as modify, delete, add, find the application process are all very frequent operation, if an application can make this simple and full of humane, we are prompted by the interface language to easily and accurately complete the above operation. The book mainly related function call, pointer, hash table and other major technologies. Among them, the function call and a hash table is the focus of technology.)
    2011-06-05 13:03:11下载
    积分:1
  • openclosetime
    读取系统日志,获取开关机时间之后做计算工时(After reading hours to do the calculation system logs for switch time)
    2014-07-15 11:00:45下载
    积分:1
  • barcode
    39条码的生成dll,生成的条码保持在数组里(the dll of creating barcode 39)
    2012-06-18 10:15:22下载
    积分:1
  • xdrj
    易语言写的杀毒软件...............(Easy language to write anti-virus software ...............)
    2009-12-13 12:00:05下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载