-
radar_ddc
说明: 雷达下变频处理,低通滤波法,希尔伯特变换,(Radar down conversion processing, low-pass filtering, Hilbert transform,)
- 2021-03-05 20:19:30下载
- 积分:1
-
视频采集,一些源码,供大家参考一下.供大家参考一下
视频采集,一些源码,供大家参考一下.供大家参考一下-Video Capture, some source code for the U.S. reference. For the U.S. refer to
- 2022-01-25 16:48:43下载
- 积分:1
-
复杂网络节点重要度评估及网络脆弱性分析_程光权
说明: 鲁棒性分析,复杂网络节点重要度评估及网络脆弱性分析_程光权(Robustness analysis, complex network node importance evaluation and network vulnerability analysis)
- 2019-11-06 15:11:53下载
- 积分:1
-
EPRI7_v7
说明: 搭建了一个标准的epri7节点的psasp仿真算例,可供初学者用于psasp仿真(A standard psasp simulation example of epri7 node is built for beginners to use for psasp simulation.)
- 2021-03-18 09:29:20下载
- 积分: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
-
3-OLED Display Demo
说明: STC8G系列的OLED驱动 7引脚OLED(OLED driver 7-pin OLED of stc8g series)
- 2020-06-24 10:43:06下载
- 积分:1
-
合成孔径雷达图像处理
insar图像处理书籍,基本原理,数据处理算法,基本应用适合初学者(InSAR image processing books, basic principles, data processing algorithms, basic applications for beginners)
- 2020-06-21 06:00:02下载
- 积分:1
-
VCDatabaseOpraterADO
说明: VC操作ADO和datagrid控件的源码,是动态的的。不受目录改变的限制(ADO and VC operation datagrid source control is the dynamic. From the directory to change the restrictions)
- 2009-07-30 20:58:21下载
- 积分:1
-
背景轮播图插件
说明: 一款实用jQuery和css3制作的炫酷弹性背景轮播图插件。该jQuery轮播图在轮播的时候(A practical jQuery and CSS3 made a cool flexible background carousel plug-in. The jQuery Rotary Graph is in Rotary)
- 2018-12-24 16:24:21下载
- 积分:1
-
时间同步
说明: 时间同步软件,可以实现局域网内所有设备时间同步,这样确保所有电脑记录及归档文件时间一致。(Time synchronization software can achieve time synchronization of all devices in the LAN, so as to ensure that all computer records and archives have the same time.)
- 2019-03-01 08:07:25下载
- 积分:1