-
computernetworkslarrypeterson
computer networks larrypeterson
- 2010-12-27 03:20:07下载
- 积分: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
-
uLoader is an USB game Loader for the Nintendo Wii
uLoader is an USB game Loader for the Nintendo W-uLoader is an USB game Loader for the Nintendo Wii
- 2022-04-01 03:49:13下载
- 积分:1
-
X开始菜单
说明: labview xCONTROL创建方法,动态颜色改变(LabVIEW XControl creation method, dynamic color change)
- 2020-12-05 11:00:44下载
- 积分:1
-
2
51单片机中使第一个灯闪烁的c程序在压缩包中包含c程序和keil工程等等,需要的可自行打开观看(The C program which makes the first lamp flicker in the 51 single chip computer includes C program and keil project in the compression package, etc. It can be opened and watched by itself if needed.)
- 2020-06-21 05:40:02下载
- 积分:1
-
tlbb_encrypt
说明: 可以解密从天龙八部axp提取出来的lua文件,和 登录配置信息文件(decrypt lua file from tlbb)
- 2021-03-31 21:19:08下载
- 积分:1
-
InTech-Feature_extraction_and_representation_for_
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2012-01-22 13:16:29下载
- 积分:1
-
相关软件: ・帝国网站管理系统(Ecms) v3.5 繁体版 ・搜索更多与"帝国网站管理系统(Ecms) "相关的软件 注意事项: ・注意:本站软件一律只用鼠标...
相关软件: ・帝国网站管理系统(Ecms) v3.5 繁体版 ・搜索更多与"帝国网站管理系统(Ecms) "相关的软件 注意事项: ・注意:本站软件一律只用鼠标左键打开,否则将不能正常下载! ・如果出现该页无法显示,请多试几次;如果总是不能下载,请点击报告错误,谢谢! ・请一定升级到最新版[WinRAR]才能正常解压本站提供的软件;如有其它问题,欢迎发信联系管理员. ・由于网站服务器承受能力有限,请其他网站不要直接链接我们提供的软件,-related software : Empire Site Management System (Ecms) v3.5 search for more traditional version of "Empire Site Management System (Ecms)" relevant software Note : Note : site software will be used only to open the left mouse button, they can not download ! If the page can not be displayed, I would like him tried several times; If they can not download, click reporting errors, thank you! Requests must upgrade to the latest version [WinRAR] in order to extract the normal site for the software; For other questions, contact managers welcomed the letter. As network Station server capacity is limited, please other sites do not provide us with direct links to software, thank you! !
- 2022-04-28 13:18:14下载
- 积分:1
-
imMinkowski_2015.04.20
stl分层切片,3D打印STL分层处理算法,深度分层,深度图层算法(STL hierarchical slicing)
- 2021-04-12 22:28:56下载
- 积分:1
-
实验1 跑马灯实验
this is a c program paomaeng
- 2019-05-13 10:24:47下载
- 积分:1