-
利用人工智能程序设计语言prolog编程实现的公式计算软件源代码。...
利用人工智能程序设计语言prolog编程实现的公式计算软件源代码。-use artificial intelligence programming language prolog programming formula software source code.
- 2023-04-26 08:25:03下载
- 积分: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
-
123sadf
说明: 这是 mt4ea源码,用于智能交易,全自动交易,外汇有风险,谨慎操作,建议模拟盘练习。(Mt4ea source code, for intelligent trading, automatic trading, foreign exchange risk, cautious operation, it is recommended to simulate disc exercise.)
- 2020-06-19 16:40:01下载
- 积分:1
-
few-shot-gnn-master
通过few_shot少量监督信息来训练图神经网络,达到分类的效果(Training Graph Neural Network for Classification)
- 2020-06-16 01:00:01下载
- 积分:1
-
Sobol
说明: Sobol全局敏感性分析matlab编程(Matlab programming of Sobol global sensitivity analysis)
- 2021-02-09 11:49:53下载
- 积分:1
-
建筑工程类的一些规范,欢迎下载,或许有用
建筑工程类的一些规范,欢迎下载,或许有用-some kind of construction norms, welcome to download, perhaps useful
- 2022-03-03 15:55:07下载
- 积分:1
-
1.5%
说明: 利用MATLAB随机函数rand生成comsol随机分布纤维的钢纤维混凝土文件(Using random function Rand of MATLAB to generate steel fiber concrete file of COMSOL random distribution fiber)
- 2020-07-02 10:00:01下载
- 积分:1
-
C++控件的使用,计算器的设计
有典型起步提高进阶和提高
C++控件的使用,计算器的设计
有典型起步提高进阶和提高-C controls the use of calculators on the design of a typical start to improve and enhance Advanced
- 2022-07-14 11:01:26下载
- 积分:1
-
Introduced a basic knowledge of independent component as well as its realization...
一篇介绍独立分量基础知识以及其实现的ppt。-Introduced a basic knowledge of independent component as well as its realization ppt.
- 2022-01-24 17:53:23下载
- 积分:1
-
wordpress主题模板:追格时光轴购物主题 v3.7
wordpress是一款闻名全球的PHP博客系统,围绕Wordpress而开发的主题风格也有很多,追格时光轴购物主题,就是一款专为Wordpress打造的漂亮模板,特点:自适应,支持皮肤颜色管理,视网膜屏幕支持,集成WooCommerce购物商城,还有谷歌字体和图标,5款菜单样式,宽和窄2个布局等,并附带一键安装演示,另外还有SEO,高级作品展示和博客选项,实用简码等。
- 2022-03-07 11:52:00下载
- 积分:1