-
mtncarMatlab
这是一个实现强化学习的代码,可以解决山地车问题。解压文件,运行main.m可以出现一个带有按钮的窗口。(This is a matlab code for reinforcement learning for solving the mountain car problem. Untar the file and run the main.m file, then it brings up a window with all the displays and buttons. )
- 2014-12-26 09:48:05下载
- 积分:1
-
602069
画板仿Q按钮源码例程程序结合易语言第三方袁松的支持库,使用画板组件实现Q按钮效果。(Sketchpad imitation Q button Source routine program combining third party Yuan Song Yi language support libraries , using Sketchpad components to achieve Q button effects .)
- 2015-05-11 11:32:21下载
- 积分:1
-
into "welcome" mobile interface subtitles 1.2 1.3 1.4 Oval Window Pers...
进入"欢迎"界面 1.2 移动字幕 1.3 椭圆窗体 1.4 透视窗体 1.5 模式对话框 1.6 非模式对话框 1.7 通用对话框 -into "welcome" mobile interface subtitles 1.2 1.3 1.4 Oval Window Perspective Window Mode dialog 1.5 1.6 1.7 Non-GM Mode dialog box
- 2023-03-16 08:35:04下载
- 积分:1
-
从Static派生,可以任意改变静态文本背景颜色和字体的颜色。...
从Static派生,可以任意改变静态文本背景颜色和字体的颜色。-derived from Static can arbitrarily change the static text background color and font colors.
- 2022-03-18 13:02:20下载
- 积分:1
-
Win32+c编写的按钮控件,更加美观,立体。
值得应用的控件
Win32+c编写的按钮控件,更加美观,立体。
值得应用的控件-c Win32 prepared button controls, more beautiful, three-dimensional. The Application Control worthy
- 2022-03-31 21:49:26下载
- 积分:1
-
VCRButton
说明: 一个在界面里实现右键弹出窗口菜单的小程序(Right in the interface to achieve a pop-up menu in the applet)
- 2011-03-08 10:54:27下载
- 积分:1
-
基本对话框的使用
资源描述利用MFC,学习树形控件,Group Box, 静态文本,编辑框,按钮,List Control 和 List Box等基本知识的使用。
- 2022-01-22 11:26:20下载
- 积分:1
-
demo-button
基于对话框的动画按钮演示,程序较简单,可以为初学的朋友一个参考的例子。(Dialog-based animation demo button, the program is relatively simple, beginner' s friends for a reference example.)
- 2011-10-22 01:15:02下载
- 积分: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
-
5957949
低密度奇偶校验码的VHDL程序,用于LDPC码的硬件实现(VHDL program for low density parity check codes, used in hardware implementation of LDPC codes)
- 2019-04-03 01:28:56下载
- 积分:1