-
一个聚类算法,最近邻吸收高效聚类方法,可以实现图案的较好分辨...
一个聚类算法,最近邻吸收高效聚类方法,可以实现图案的较好分辨- Gathers a kind of algorithm, the most close neighbor absorbs
highly effective gathers a kind of method, may realize the design to
distinguish well
- 2022-01-25 21:11:54下载
- 积分:1
-
一个用与八进制、十进制、十六进制之间转换的计算器,简单易作,初学者的一个很好的学习例子...
一个用与八进制、十进制、十六进制之间转换的计算器,简单易作,初学者的一个很好的学习例子-used with an octal, decimal, hexadecimal between conversion calculator, simple and easy to make, beginners a good example of learning
- 2023-08-31 07:20:03下载
- 积分:1
-
a button can be dynamically loaded for the photo category. Photo resources for j...
一个可以为按钮动态加载图片的类。图片资源可以为bmp或者jpg格式的-a button can be dynamically loaded for the photo category. Photo resources for jpg or bmp format
- 2022-01-26 05:53:26下载
- 积分:1
-
procedures name : VC 6.0, which controls the use of image scanning control scann...
程序名称:VC++6.0中利用图像扫描控件控制扫描仪 运行环境:win2000pro vc6 扫描仪 测试内容:scanner.dsw 注意事项:安装与调试环境:必须安装了扫描仪,VC++6.0扫描后,文件暂存到D:you,可在扫描结束的消息处理函数中加入你的函数,你的函数这时可直接读取该文件的数据,以便处理-procedures name : VC 6.0, which controls the use of image scanning control scanner operating environment : win2000pro vc6 scanner contents of the tests : scanner.dsw Note : Installation and debugging environment : the installation of the scanner, VC 6.0 scanning, document transit to the D : you can scan the end of the message processing function to add your function, a function of time you can directly read the document data, in order to handle
- 2023-05-21 07:40:04下载
- 积分:1
-
SDI选项卡演示
VC SDI TABS DEMO
- 2022-08-10 13:27:01下载
- 积分:1
-
GlowButton - 发光的按钮控件
翻译 maninwest@Codeforge 作者:John Underhill @ Codeproject最近我在查看 KMP Player 软件上的一些图形元素(如果你想看看好的图形设计,我建议你也查看一下)。我在项目中需要的是一个简单的发光按钮控件,用于玩家控制的,这不是什么太神奇的东西,只是在鼠标悬停时能够改变颜色。让图像更改颜色很简单,只需修改 ImageAttribute 的颜色矩阵:private void DrawColoredImage(Graphics g, Image img, Rectangle bounds, Color clr)
{
using (ImageAttributes ia = new ImageAttributes())
{
ColorMatrix cm = new ColorMatrix();
// convert and refactor color palette
cm.Matrix00 = ParseColor(clr.R);
cm.Matrix11 = ParseColor(clr.G);
cm.Matrix22 = ParseColor(clr.B);
cm.Matrix33 = ParseColor(clr.A);
cm.Matrix44 = 1f;
// set matrix
ia.SetColorMatrix(cm);
// draw
g.DrawImage(img, bounds, 0, 0, img.Width,
img.Height, GraphicsUnit.Pixel, ia);
}
}示例代码中的 ParseColor 会将位转化为浮点值。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-25 02:55:04下载
- 积分:1
-
一个简单的控件的源代码,maskedbox的控件。
一个简单的控件的源代码,maskedbox的控件。-a simple control of the source code, maskedbox the controls.
- 2022-05-19 15:28:55下载
- 积分:1
-
为ie增加按钮,vb源码,需要自己生成exe文件,
为ie增加按钮,vb源码,需要自己生成exe文件,-Additional buttons for ie
- 2022-11-02 23:20:03下载
- 积分:1
-
用图片作为对话框的背景 很使用的编程技术 欢迎查看
用图片作为对话框的背景 很使用的编程技术 欢迎查看-dialog with pictures as the background to the use of the very welcome View Programming
- 2023-02-03 04:45:03下载
- 积分:1
-
这是一个从CListCtrl派生的类,使你可以方便地在你的列表控件中加入Drag & Drop支持...
这是一个从CListCtrl派生的类,使你可以方便地在你的列表控件中加入Drag & Drop支持-CListCtrl derived from the class, so you can conveniently in your Control List to add support for Drag Drop
- 2022-02-28 09:47:30下载
- 积分:1