-
常用界面,用来做bs架构的项目,包括登陆页面和主界面,页面大方实用...
常用界面,用来做bs架构的项目,包括登陆页面和主界面,页面大方实用-Common Interface
- 2022-05-22 08:54:31下载
- 积分:1
-
数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。...
数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
- 2022-07-27 11:48:22下载
- 积分:1
-
3c
说明: 单片机初学者必备,看看就知道,可以下载学习,很有帮助(SCM beginners essential to see to know, you can download learning helpful)
- 2012-11-19 12:05:24下载
- 积分:1
-
CEEMD-样本熵
说明: 用ceemd分解信号IMF分量,用峭度相关原则筛选噪声,用样本熵进行特征提取(18/5000
CEEMD was used to decompose the signal and sample entropy was used to extract the feature)
- 2021-04-09 09:04:54下载
- 积分:1
-
图片宫格切换聚光灯效果
这是一款九宫格样式的图片展示效果,鼠标分别移动到右侧图片上后,左侧显示对应的大图标(This is a nine-pane style image display effect. After the mouse moves to the right picture, the left side shows the corresponding large icon.)
- 2018-12-06 20:12:20下载
- 积分:1
-
p1
说明: GSC算法,用于处理阵列信号,其中有期望信号和干扰信号和噪声。(GSC algorithm is used to process array signals, including desired signals, interference signals and noise.)
- 2019-08-19 15:00:34下载
- 积分: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
-
PSCAD仿真实例
说明: PSCAD仿真模型,可参考各种例子,有各种高压直流输电模型,有整流器的模型等等,供参考(PSCAD simulation model can refer to various examples, including various HVDC transmission models, rectifier models and so on, for reference.)
- 2019-03-23 15:09:08下载
- 积分:1
-
一个翻棋子的小游戏,当把所有的棋子翻成同色后游戏结束。...
一个翻棋子的小游戏,当把所有的棋子翻成同色后游戏结束。-A doubled pawn of the game, when all the chess pieces into the same color after the Game is over.
- 2022-05-26 23:13:55下载
- 积分:1
-
hot_cold_ab
说明: 在估算地表蒸散发的过程中,需要像元的冷热点。该函数实现了冷热点的自动选取功能(In the process of estimating surface evapotranspiration, the cold and hot spots of pixels are needed. The function realizes the function of automatic selection of cold and hot spots)
- 2020-11-19 11:23:18下载
- 积分:1