-
Desktop
电动汽车用OBC-LDC一体化动力装置的拓扑结构及控制方案。准备做集成OBC和LVDC的仿真,但它还处于早期,希望能一起讨论。(Topological structure and control scheme of OBC-LDC integrated power device for electric vehicle. Prepare to do integrated OBC and LVDC simulation, but it is still in the early stage, hope to discuss together.)
- 2020-06-18 02:20:02下载
- 积分:1
-
Poincare
说明: 绘制庞加莱图,运行主程序Example2即可。(Plot Poincare map. Just run the main code Example2.)
- 2021-03-06 12:09:30下载
- 积分:1
-
frmVIP
对图像进行识别,区分是那些纸牌。可以区分每一张纸牌的花色,C#写的(Identify the image and distinguish the cards. Can distinguish the color of each card, written in C #.)
- 2020-06-25 02:00:01下载
- 积分:1
-
Chaper.7 ScopeView
说明: twincat3 Chaper.7 ScopeView
- 2020-05-08 17:11:42下载
- 积分:1
-
RadarPulseSimulation
雷达脉冲压缩仿真程序,带GUI开发源码,雷达一维距离像,匹配滤波,各种加窗函数的仿真图例(Radar pulse compression simulation program with GUI open source, radar, one-dimensional range profile, matched filtering, processing window function of the simulation of Legend)
- 2021-01-13 19:58:49下载
- 积分:1
-
通过认证,未通过认证,删除,生成文件等简单功能
后台管理:look.asp
默认密码:admin...
通过认证,未通过认证,删除,生成文件等简单功能
后台管理:look.asp
默认密码:admin-through certification, not through certification, delete, generate simple functional document management background : look.asp Default Password : admin
- 2022-03-20 11:49:14下载
- 积分:1
-
radar
利用线性调频信号的雷达成像,通过匹配滤波器输出,加汉明窗(Radar imaging using LFM signal, output through matched filter and Hamming window)
- 2019-05-14 21:03:41下载
- 积分:1
-
DeepLearning_IDS-master
基于深度学习的入侵检测方法,对入侵检测标准数据集进行检测分类(Detection and classification of intrusion detection standard data sets based on in-depth learning)
- 2019-06-15 11:56:18下载
- 积分: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
-
粒子群、模拟退火算法
说明: 粒子群、模拟退火算法实例,对学习了解有用(Particle swarm, simulated annealing algorithm examples, useful for learning)
- 2019-05-24 08:38:44下载
- 积分:1