-
Bresenham直线生成算法,初始华起点和终点后就可以画出直线了
Bresenham直线生成算法,初始华起点和终点后就可以画出直线了-Bresenham algorithm, the initial starting point and destination, China can draw straight after the
- 2023-06-24 23:50:03下载
- 积分:1
-
122411 ASP小型论坛系统 v1.0
122411 ASP小型论坛系统,运行于ASP环境,数据库可修改成sqlserver,小巧高速,安装方便、通用界面、容易上手,XHTML+CSS架构,独创分库存贴技术,打造个性化精良
前台和后台管理用户名和密码都是:admin
论坛默认管理员:admin
修改管理员的密码需要到后台修改!
- 2022-01-30 15:16:19下载
- 积分:1
-
索爱手机维修工具
索爱手机维修工具-SPM phone maintenance tools
- 2023-02-19 03:15:03下载
- 积分:1
-
exercici2
Builds game map given an input file with pre-specified format.
- 2011-12-16 00:05:44下载
- 积分:1
-
ANSYS FLUENT流固耦合模拟实例
说明: Ansys fluent流固耦合模拟例题(an example for ansys fluent)
- 2020-09-15 19:47:56下载
- 积分:1
-
lordpe
说明: 编辑框是常用控件之一,同时也是一种完全自实现较为繁琐的控件。本例实现了对编辑框的简单的自绘制,在保留其自身的强大功能的前提下,实现了编辑框的边框、背景、文字颜色以及禁用态的各种颜色的替换。 要想重绘,我们必须知道要绘什么。通过观察默认的编辑框我们可以很清楚的看到编辑框有三个最基础的部分需要我们绘制,他们分别是3D边框、背景和文字,再进一步分析我们会发现他们是一个基本窗口的两个部分,即客户区和非客户区。这样一来我们就知道应该用什么函数有针对性的绘制什么区域了,由于提供了源码,这里仅就基本原理和技术细节加以讨论,不过多地罗列代码。(Editor box is one of the common controls, and it is also a kind of control which is completely self-realization and tedious. This example realizes the simple self-drawing of the edit box, and realizes the replacement of the border, background, text color and various colors of the disabled state of the edit box while retaining its powerful function. To redraw, we must know what to draw. By observing the default edit box, we can clearly see that there are three most basic parts of the edit box that we need to draw. They are 3D border, background and text. Further analysis shows that they are two parts of a basic window, namely, client area and non-client area. In this way, we know which function should be used to draw which area. Since the source code is provided,)
- 2020-06-16 05:40:02下载
- 积分:1
-
fuzz
matlab仿真模糊控制器,对学习模糊控制有一定的帮助(matlab fuzzy controller)
- 2009-05-08 12:52:46下载
- 积分:1
-
Java绘图:绘制虚线与实线
Java绘图:绘制虚线与实线
public LineDemo(){
super("实线与虚线"); //调用父类构造函数
setSize(300,200); //设置窗口尺寸
setVisible(true); //设置窗口可视
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序
}
public void paint(Graphics g){ //绘制组件方法
Graphics2D g2=(Graphics2D)g; //得到2D图形
Dimension dim = this.getSize(); //得到组件尺寸
g2.setColor(Color.white); //设置绘制颜色为白色
g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件
g2.setColor(Color.black); //设置绘制颜色
g2.drawLine(40,160,280,160); //绘制实线
g2.drawLine(40,160,40,40);
g2.drawString("0",30,165); //绘制字符串
g2.drawString("100",16,50);
g2.drawString("200",270,175);
float[] dash={5,5}; //短划线图案
BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷
g2.setStroke(bs); //设置新的画刷
g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
- 2022-01-28 07:52:17下载
- 积分:1
-
201205141717574901
完整波浪计数 很高的成功率,12345ABC 外汇股市都有一定的分析与操盘(FlatDouble ZigZagTriple ZigZagDouble ThreeTriple Thre)
- 2020-06-25 14:40:02下载
- 积分:1
-
ypml115-apriori
Apriori Algorithm in matlab
- 2021-04-28 10:38:44下载
- 积分:1