-
sis管理
说明: sis管理器一枚,用于提取sis用,希望能帮到你(SIS manager is used to extract sis. I hope it can help you)
- 2020-03-28 16:25:32下载
- 积分:1
-
Java中的Canvas绘图源码实例
Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:
int w = getWidth(); // 画布的宽度
int h = getHeight(); // 画布的高度
Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像
Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境
// 清除画布
public void clearScreen() {
gc.setColor(255,255,255); // 设置绘图颜色为白色
gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色
gc.setColor(255,0,0); // 设置绘图颜色为红色
}
// 绘制直线
public void drawLine() {
setTitle("直线"); // 设置画布的标题
clearScreen(); // 清除画布
gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线
gc.setColor(0,0,255); // 设置绘图颜色为蓝色
gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线
}
// 绘制弧
public void drawArc() {
setTitle("弧线和填充弧");
clearScreen();
gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线
gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆
gc.setColor(0,0,255);
gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线
gc
- 2023-04-11 05:50:03下载
- 积分:1
-
PPPH
说明: 一套GNSS精密单点定位软件,支持GPS、伽利略、格洛纳斯、北斗系统。(A set of GNSS precise point positioning software, supporting GPS, Galileo, GLONASS and Beidou systems.)
- 2021-03-08 21:55:35下载
- 积分:1
-
eigen
在vs2015中编译过的eigen开源库的编译文件(The compiled file of the eigen open source library compiled in vs2015)
- 2021-04-17 10:38:53下载
- 积分:1
-
hacker_ebook
黑客对不起系列 深入非法下载, 本书的介绍会让读者充分了解,如何才能下载到最新的东西?(Sorry, in-depth series of hacker illegally download, the book' s introduction makes the reader fully understand how to download the latest things?)
- 2010-02-01 17:36:54下载
- 积分:1
-
Electronic-clock-
纪念2013桌面小工具,具有整点报时,日期显示,星期显示,秒表功能,小巧玲珑,很好用!划时代的记录。(A Electronic Clock )
- 2013-10-18 08:16:14下载
- 积分:1
-
用matalb实现了参数可变的极零抵消滤波器还陷波滤波器输入参数既可以应用...
用matalb实现了参数可变的极零抵消滤波器还陷波滤波器输入参数既可以应用-Matalb achieved with an extremely variable parameter is also zero-offset filter notch filter can be applied to both the input parameters
- 2022-05-17 21:16:10下载
- 积分:1
-
入侵检测系统snort,代码纷繁复杂,程序文件很多,对于新手,很难分析清楚源代码,但是源代码确实研究入侵检测系统分场重要的工具。
本资料详细分析了入侵检测...
入侵检测系统snort,代码纷繁复杂,程序文件很多,对于新手,很难分析清楚源代码,但是源代码确实研究入侵检测系统分场重要的工具。
本资料详细分析了入侵检测系统snort的体系结构,程序源代码,主要数据结构和重要函数。-Intrusion Detection System snort, complex code, a lot of program files, for novices, it is difficult to analyze the source code, but the study of the source code is indeed an important breakout intrusion detection system tools. A detailed analysis of the information system snort intrusion detection architecture, the program source code, the main data structure and an important function.
- 2022-11-03 13:05:04下载
- 积分:1
-
一个使数据文件的数据减速去前1000个点(可修改)平均值的算法....
一个使数据文件的数据减速去前1000个点(可修改)平均值的算法.-a data information in the paper before the slowdown to 1,000 points (to be revised) average of the algorithm.
- 2022-01-26 02:23:59下载
- 积分:1
-
偏振控制器,利用绑架球算法对QHQ型进行方位角的误差分析
偏振控制器,利用绑架球算法对QHQ型进行方位角的误差分析-Polarization controller, using the kidnapping of QHQ type ball algorithm for the azimuth error analysis
- 2022-03-23 10:51:57下载
- 积分:1