-
小程序
说明: 各种cfd的fortran小程序,有sod激波管精确解、近似解,shuosher激波管近似解,包含WENO差分格式,牛顿法;还有网格生成书籍。(Various CFD FORTRAN programs, including SOD shock tube exact solution, approximate solution, shuosher shock tube approximate solution, including WENO difference scheme, Newton method, and grid generation books.)
- 2021-03-08 10:39:28下载
- 积分:1
-
Dinkelbach算法技术文档 - 副本
用dinkelbach解决分式优化的问题,更多详细的资料去IEEE论文查询(Using dinkelbach to solve the problem of fractional optimization, more detailed information to IEEE papers)
- 2021-02-17 15:59:46下载
- 积分:1
-
2
说明: Background
Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e.,
Area(R1∩R2∩…∩Rn)
The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines.
For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle.
Input
The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format:
x1 x2 y1 y2
such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers.
Output
The output file contains the area of the intersection of all the rectangles.
- 2013-11-15 02:58:38下载
- 积分: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
-
魔方 OCR
魔方 OCR 文本 3.03
查找图像中的信件和将它转换为文本
这是使用 delphi 源代码代码 OCR 文本识别。
- 2022-04-20 08:41:46下载
- 积分:1
-
modis_mctk1
说明: 从MODIS云产品数据集中提取需要的数据并对其投影,(Extract and project the required data from the dataset)
- 2020-04-18 13:14:08下载
- 积分:1
-
ADS1292R模块资料
说明: ADS1292源码,包括原理图,STM32源码,实现心电图,呼吸监测
(ADS1292 , include sch, stm32 code(hal, std))(Ads1292 source code, including schematic, STM32 source code, ECG, respiratory monitoring
(ADS1292 , include sch, stm32 code(hal, std)))
- 2020-10-10 21:27:33下载
- 积分:1
-
Windows API programming documents, the following Windows programming knowledge r...
Windows API编程文档,Windows下面编程必备常识。^_^-Windows API programming documents, the following Windows programming knowledge required. ^ _ ^
- 2022-08-03 01:17:00下载
- 积分:1
-
美颜系统—源码
说明: 美颜系统,用于对人像的美颜,比如磨皮、提亮、祛痘、瘦脸、贴纸、相框以及滤镜效果等等(Beauty system, for the portrait of beauty, such as skin, brightening, acne, thin face, stickers, photo frames and filter effects)
- 2020-09-23 08:47:51下载
- 积分:1
-
3.6.4
卡尔曼滤波视频跟踪MATLAB代码,程序已经调试,欢迎大家下载(Kalman filter video tracking MATLAB code, the program has been debugged, welcome to download)
- 2020-06-18 23:00:02下载
- 积分:1