搜索资源列表
wrapperssrc
- 使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程序中使用它们。在我们的测试案例中,将在一个DLL中包装.NET框架中的 Regex 类,并实现三个使用该包装类的 MFC 程序。你可以用 RegexWrap.dll 在自己的 C++/MFC 应用程序中添加正则表达式支持,或者用 ManWrap 工具来包装自己喜爱的框架类。-use in the C-code call.NET. The
数学函数动态编译器
- 功能简介: 可以在程序运行过程中动态完成数学函数表达式字符串的编译执行, 可以带参数,支持布尔运算,定积分 动态生成机器码执行(并带编译优化),不是解释执行,执行速度超快!!! 可以想象,它他用在分形函数上时,可以允许用户自由输入新的方程式!而且速度还超级的快,心动了吧! 数学函数动态编译器类有两个,一个支持的是浮点类型,一个支持的是复数类型 而且同时提供了三种语言的开发支持(进行了封装):Delphi版(C++Builder也可以使用)、VB版(
smart_directdraw_demo
- 这是一个对DirectDraw接口进行封装的类库,使你可以更加快速、容易地进入DirectDraw的世界。 -this is a DirectDraw interface class library package, so you can more rapidly, easier access to DirectDraw world.
WINSHOW.rar
- 用Windows API实现自绘按钮类,帮助初学VC的朋友理解封装的概念!,Using Windows API to achieve self-drawn button class, to help novice VC friends to understand the concept of package!
ListDemo.rar
- 一个自我封装的List类,很号用,解决VC++中MFC中CListCtrl类的缺陷,在控件编程中有很大的用途,也可以更具自己的需要做一些修改!,A self-List package type, I am its use to solve VC++ In the MFC class CListCtrl of defects in the control program in a lot of uses, can also be more to their own needs to do some
GXDKnightWndDll 重新封装的CLISTCTRL类
- 重新封装的CLISTCTRL类,可以更加方便简单的对控件进行操作-Re-package CLISTCTRL class, can be more convenient and easy operation of controls
Fl_PlotXY
- fltk 绘制曲线功能(很好很实用的绘制波形曲线封装类,速度快功能多。-The fltk drawn curve (very good a very practical drawing the squiggles package class, features and more speed.
CMyButton
- 把按钮封装成“图形按钮类”,可以自定义加载图片选择按钮外观。 通过声明类对象,调用相关成员函数,实现对按钮的相关操作,-The button package as a " graphic button class" , you can customize the appearance of loading the image select button. By declaring class object, call the relevant member functions
CButtonST-v3.9
- 最新版的CButtonST按钮控件(4.1版本会有讨厌的弹窗,不能免费使用),功能非常强大,是CButton派生类,可用于美好MFC的界面,如改变按钮外观的各项功能如改变按钮外观、鼠标交互改变按钮颜色、加载按钮图片等。支持:2000,XP Vista Win7 32/64。类已封装,在VC6.0编译通过,最好安装VC 2003 SDK-The latest version of CButtonST button control (version 4.1 will be annoying pop
Demo8
- 写一个应用程序,要求编写一个Panel的子类MyPanel,MyPanel中有一个文本框和一个按钮,要求MyPanel的实例作为其按钮的ActionEvent事件的监视器,当单击按钮时,程序获取文本框中的文本,并将该文本作为按钮的名称。然后再编写一个Frame的子类,即窗口。窗口的布局为BorderLayout布局。窗口中添加两个MyPanel面板,分别添加到窗口的东部区域和西部区域-MyPanel.Java package cn import java.awt.* import
plugin
- 插件管理是本控件包的主要功能,至于联合子窗口(joinchildform)是一种可以集成到一个TWINCONTROL的控件中的窗口类,属于本包的附属品,有兴趣者可以自行研究. 本插件模式基本实现了插件的即插即用功能,欢迎大家使用,如果有意见可以发邮件给我,如果有对其做了改进的朋友请发一份改进后的代码给我,方便大家学习交流.-Plug-in management are the main functions of the control packet, as a joint sub-windo
mouse3dv1
- This is a small class library for use with 3D mice made by 3dconnexions. I purchased one of these devices recently and decided to implement event driven support (rather than polling), which was not yet available on the file exchange. The package cons
Qt_QPlugin_Example_v1_2_en
- Qt: QPlugin Example v1.2-This Qt C++ application demonstrates how to implement Qt plug-ins to extend application features. The package contains an example application with a Qt plug-in interface and four different plug-ins (for links, pict
MSGPOP
- 类似于QQ和MSN的消息窗口弹出的功能,封装成了一个类,并且有测试程序。-Similar to the QQ and MSN, the message window pop-up function, package into a class, and there are test programs.
Homework9
- 在包vehicle中,建一个Vehicle的类motorvehicle和bike继承Vehicle,car和motorcycle继承motorvehicle,racingbike和tandembike继承bike。usedcar和cardealer是接口机制实现的,Myvehicle是主函数。gui包是另外作的一个界面。Insurance包是car类的保险业务-Vehicle in the package, the construction of a Vehicle class motorveh
htmlctrl
- 在vc中只有CHtmlView,如果在对话框中想显示就无能为力,这是一个封装好的,可以在对话框中使用的类-In the vc only CHtmlView, If you want to display in the dialog box can not do anything, this is a good package, you can use the dialog box class
MySerialPort
- 用VC写的串口调试助手,是用封装好的串口类写的-Written by VC serial debugging assistant, is a good package, written in serial class
Win-API--button-class--
- 网上提供的控件自绘基本上是MFC或WTL封装好的类,对于不想用MFC的人来说是一无是处的,我可是WIN32API的坚决拥护者。因为MFC等也是用WIN32API封装起来的,学好了WIN32API,可以深入的了解WINDOWS内部的机制,编写出来的程序才能得到更好的优化。 -Available online from the controls in MFC or WTL painting is basically a good class package, for people who do no
3.HTMLEdit
- 该HTMLEdit示例显示了如何使用MFC类包装的Internet Explorer中的WebBrowser ActiveX控件。在编辑模式下,WebBrowser ActiveX控件暴露你看到的就是你得到的(WYSIWYG)的编辑功能。MFC库提供的类(CHtmlEditView和CHtmlEditDoc)该主机的MSHTML编辑控制在一个窗口类,并提供方便的包装类控件的属性,方法和事件。-The HTMLEdit example shows how to use the MFC class
TreeCtrlCodevs2010
- mfctree control类的封装,有加载位图的功能,方便这方面需求的下载,编译环境vs2010-mfc tree control class package, there are loaded bitmap function to facilitate this need to download, compile environment vs2010