-
1、本实验箱采用的液晶显示屏内置控制器为SED1520,点阵为122x32,由两片SED1520组成,由E1、E2分别选通,控制显示屏的左右两半屏。...
1、本实验箱采用的液晶显示屏内置控制器为SED1520,点阵为122x32,由两片SED1520组成,由E1、E2分别选通,控制显示屏的左右两半屏。-1, the experimental use of the boxes built-in LCD controller for SED1520, to 122x32 dot matrix, composed of two SED1520, E1, E2 respectively strobe control screens around two semi-screen.
- 2022-06-28 00:38:50下载
- 积分:1
-
可以实现Excel向ACCESS中导入数据 可以实现Excel向ACCESS中导入数据...
可以实现Excel向ACCESS中导入数据 可以实现Excel向ACCESS中导入数据 -ACCESS can be achieved in Excel to import data can be achieved in Excel to import data can be achieved ACCESS to ACCESS to import Excel data can be achieved to import Excel data to ACCESS
- 2022-05-28 17:46:00下载
- 积分:1
-
这是一个用JAVA编写的计算器,谢谢,因为我现在还个学生,请大家多多指导。...
这是一个用JAVA编写的计算器,谢谢,因为我现在还个学生,请大家多多指导。-This is a preparation using JAVA calculator, thank you, because I still students, Members can guide.
- 2022-11-02 20:00:02下载
- 积分:1
-
windows 2000环境下,打开文件对话框并对选择的图片进行预览
windows 2000环境下,打开文件对话框并对选择的图片进行预览-windows 2000 environment, the open file dialog box and select the picture preview
- 2022-06-26 04:02:35下载
- 积分:1
-
这也是一种按钮设计器,祝你好好利用,利用它可以提高软件的按钮的美观...
这也是一种按钮设计器,祝你好好利用,利用它可以提高软件的按钮的美观 -This is a design for the button, I wish you good use, it can use the software to improve the appearance button
- 2022-03-23 19:36:09下载
- 积分:1
-
一个强大的OwnerDraw菜单
A Powerfull Ownerdraw Menu
A fully featured owner-draw menu class
CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to accomplish it. The main difficulty that I had was converting the 3D border of the menu into a flat one, but I hope it is still useful to you.
I constructed the class from the Scribble sample application and some of the drawing code is copied from the CCoolMenuManager class. Additionally, I have also used a class named CBCGKeyHelper from BCGControlBar to show the accelerator key text.-A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to accomplish it. The main difficulty that I had was converting the 3D border of the menu into a flat one, but I hope
- 2022-09-10 15:40:03下载
- 积分:1
-
动态加载BMP图片到BUTTON上,用VS2003开发!
动态加载BMP图片到BUTTON上,用VS2003开发!-Dynamic load BMP images to BUTTON, the use of VS2003 development!
- 2022-03-15 12:30:06下载
- 积分:1
-
我都说了我是个学生了嘛,只不过想找个原代码而已,为什么要我上传这么多的代码呢...
我都说了我是个学生了嘛,只不过想找个原代码而已,为什么要我上传这么多的代码呢-I can say that I am a student is just simply wanted to find a source it, why should I upload the code so much?
- 2022-07-09 12:38:34下载
- 积分: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
-
EP9315穿口里程
EP9315穿口里程-I wear mileage EP9315
- 2022-12-27 16:35:03下载
- 积分:1