-
GTF
说明: 多光谱和全色图像融合,对研究很有用,其中包含了很多子函数都可以调用(remote sensing fusion)
- 2020-06-23 22:40:01下载
- 积分:1
-
使用C#写的一个计算24点的游戏源代码,没有太复杂的东西,适合刚入门的朋友学习。...
使用C#写的一个计算24点的游戏源代码,没有太复杂的东西,适合刚入门的朋友学习。-The use of C# Write a calculation of 24-point game source code, not too complicated things for a friend just getting started learning.
- 2023-06-12 16:05:04下载
- 积分:1
-
ethernetip
说明: EIP 的 python实现,大约一千行的脚本,主要实现了EIP的核心功能,属于简单实现(The python implementation of EIP, about a thousand lines of script, mainly realizes the core functions of EIP, which is a simple implementation)
- 2020-06-02 17:27:00下载
- 积分:1
-
demo_scan
在linux开发环境下采集Hokuyo雷达输出数据的程序(sampling Hokuyo output data program)
- 2020-06-16 08:00:02下载
- 积分:1
-
psoSVM
采用粒子群算法优化支持向量机的两个参数c与g,以进行后续的实验(Particle swarm optimization (PSO) is used to optimize two parameters c and G for support vector machines for subsequent experiments)
- 2021-03-09 21:09:27下载
- 积分: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
-
hypervolume
说明: 动态多目标优化算法,基于遗传方法得多目标优化算法,计算HV得超体积算法(Dynamic multi-objective optimization algorithm)
- 2020-10-12 22:57:32下载
- 积分:1
-
Untitled3
说明: 随机生成骨料、纤维,按照粒径及数量要求进行调整(Random placement of aggregate is realized by setting the range of boundary size and aggregate size)
- 2020-07-02 10:00:01下载
- 积分:1
-
404
说明: 简单的404页面,页面简单,造型一般,但是勉强能用(Simple 404 page, simple page, general shape, but barely usable)
- 2020-06-28 15:42:00下载
- 积分:1
-
MCGS6.2无限点破解文件
昆仑通态通用版网络版6.2组态软件 无限点破解软件
先安装MCGS6.2组态软件后,把本压缩包内的破解文件覆盖到原安装目录下的Program文件夹里即可(Kunlun universal version of network version 6.2 configuration software infinite point crack software
After the MCGS6.2 configuration software is installed, the cracked files in the compressed package can be overwritten in the Program folder of the original installation directory.)
- 2020-06-29 06:40:02下载
- 积分:1