搜索资源列表
BtnDemo
- 动态实现VC按钮美化的例子。欢迎大家交流学习。
plot
- 因为本程序使用 C# 的反射功能动态生成数学表达式并计算其值,所以重画时有点慢,如果你的计算机的速度不是非常快的, 就不要在窗口改变大小时强制重绘,而是通过点击发“刷新”按钮重绘。 -Because this program uses C# reflection function dynamically generated mathematical expressions and calculates its value, so when you re-painting a bit slo
MYCGifBtnDemo
- 参考网上的资料,很全且能实现按钮的动态变换,只需重用这个类就可以把gif动画置于按钮上-Refer to online information, it is full and can achieve the dynamic change button, simply reuse of this class can be placed on the button to gif animation
Dynamic_interface_load_using_Subpanel
- 利用Subpanel实现动态界面载入,程序中有三个面板,通过点击不同的按钮切换面板-Dynamic interface using Subpanel loading process has three panels, by clicking on different buttons to switch panel
CADPalette
- 创建和显示CAD的面板。创建一个可停靠面板,两个页面,一个为自定义palette,动态创建了一个按钮,可以响应消息。代码简洁明了,对于学习和理解CAD的面板很有帮助。个人编写。-Create and show CAD palette.Create a dockable panel,two palette.One of them is custom palette,contains a dynamic creating button that can reponse to clicking.It
Find_Different-master
- 简单的图像处理,包括开启手机相机预览图像 * 将采集到的图像转换成灰度图预览 * 将灰度图像经过Sobel转换后预览 * 对Sobel之后的图像进行二值化 * 二值化的过程中可以随时动态调整分割阈值 * 通过拍照按钮可以锁定图像,在按一次进行边缘提取(Simple image processing)