-
Java画图程序源码
Java画图程序源码,"Pencil",//铅笔画,也就是用鼠标拖动着随意绘图
"Line", //绘制直线
"Rect", //绘制空心矩形
"fRect",//绘制以指定颜色填充的实心矩形
"Oval", //绘制空心椭圆
"fOval",//绘制以指定颜色填充的实心椭圆
"Circle",//绘制圆形
"fCircle",//绘制以指定颜色填充的实心圆形
"RoundRect",//绘制空心圆角矩形
"frRect",//绘制以指定颜色填充的实心圆角矩形
"Rubber",//橡皮擦,可用来擦去已经绘制好的图案
"Color",//选择颜色按钮,可用来选择需要的颜色
"Stroke",//选择线条粗细的按钮,输入需要的数值可以实现绘图线条粗细的变化
"Word"//输入文字按钮,可以在绘图板上实现文字输入
};
- 2022-05-15 07:55:45下载
- 积分:1
-
wenquanyi_220_50
说明: 文件为QT C++ 中的文泉自定义字体,使用非常方便(The file is a custom font for Wenquan in QT C++, which is very convenient to use.)
- 2020-06-23 18:20:02下载
- 积分:1
-
工作流的各种资料的集合,有源码,好东西呦!
工作流的各种资料的集合,有源码,好东西呦!-something about workflow using with c#
- 2022-04-11 03:50:12下载
- 积分:1
-
2-A1电梯模拟调度
数据结构课程设计 电梯调度算法的实现,实现简单,可直接使用(Elevator is defined in this program.You can use it directly;)
- 2018-12-23 15:44:24下载
- 积分:1
-
Embedded SD card Interface
Embedded SD card Interface
- 2022-01-22 12:45:41下载
- 积分:1
-
chapter30
说明: 演示基于蚁群算法的三维路径规划算法。蚁群算法是由Marco Dorigo博士,在1992年他的博士论文中提出的,其主要灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,研究表明该算法具有许多优良的性质。通过对PID控制器参数优化设计方面的问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比对,数值仿真结果表明,蚁群算法是一种新的模拟进化的优化方法,显示出了其适用于组合优化类问题求解的优越特性。(Demonstrate the three-dimensional path planning algorithm based on ant colony algorithm. The ant colony algorithm is proposed by Dr. Marco Dorigo in his doctoral thesis in 1992. Its main inspiration is the behavior of ants finding the path in the process of finding food. Ant colony algorithm is a kind of simulated evolutionary algorithm, which has many excellent properties. By comparing the results of ant colony algorithm with the results of genetic algorithm, the results of numerical simulation show that ant colony algorithm is a new evolutionary optimization method, which shows its superiority in solving combinatorial optimization problems.)
- 2020-04-24 14:00:32下载
- 积分:1
-
process
说明: interspire email marketer 6.2
- 2019-03-12 14:58:10下载
- 积分:1
-
转换patb格式
将天工无人机加密的数据格式转换为patb格式(Converting Encrypted Data Format of UAV into Patb Format)
- 2020-06-16 22:00:01下载
- 积分:1
-
粗粒化链
说明: 用lammps的分子模板功能构建粗粒化链,包含lipid.IN dpd.IN(The in file of coarse-grained chain was constructed by molecular template.)
- 2020-11-13 11:29:43下载
- 积分:1
-
.cpp文件。输入中序表达式,可以计算10以内的整数四则混合运算。思路是用中序转后序,再进行计算。...
.cpp文件。输入中序表达式,可以计算10以内的整数四则混合运算。思路是用中序转后序,再进行计算。-. cpp file. Input sequence expression, can be calculated within 10 4 mixed-integer calculations. Idea is to be used in sequence after sequence, and then calculated.
- 2022-01-24 13:58:25下载
- 积分:1