-
密码输入
弹出对话框要求用户输入密码,密码正确自动自动关闭对话框。(The pop-up dialog asks the user to enter the password, and the password will automatically automatically close the dialog box.)
- 2018-01-05 22:16:14下载
- 积分:1
-
一个非常简单的使用DWM API的例子
一个使用dwmapi窗口的非常简单的例子。要求:winvista-8,Delphi XE+,对于更旧的版本Delphi,有必要修改常规用法
- 2022-02-25 22:34:02下载
- 积分:1
-
dsi_controller-master
dsi controller for mipi oonlinux platform
- 2019-03-02 00:48:06下载
- 积分:1
-
遗传算法
说明: 考虑了孤岛型微电网的灵活性,在成本最低的条件下,进行优化调度(Considering the flexibility of islanded microgrid, the optimal dispatch is carried out at the lowest cost.)
- 2019-01-06 10:58:14下载
- 积分:1
-
tsmc_rfcmos018_v6
ADS designkit of TMSC for simulation
- 2020-12-03 11:39:24下载
- 积分: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
-
关于人脸检测的小程序,重装了系统,还没装matlab,所以只能已word文档的方式上传,文档为论文形式,附源码及处理效果,以及处理思想....
关于人脸检测的小程序,重装了系统,还没装matlab,所以只能已word文档的方式上传,文档为论文形式,附源码及处理效果,以及处理思想.-Face Detection of the small program, reinstall the system, not loaded Matlab. Therefore, it can only have the word upload files, file papers to form, with source and the effect of treatment, and handling thinking.
- 2022-03-21 05:41:02下载
- 积分:1
-
SVGigE SDK Reference
SVS相机二次开发接口说明文档,有利于开发SVS相机,获取图像(SVS Camera Development Interface)
- 2018-12-29 08:52:53下载
- 积分:1
-
Car_Demo
说明: 通过51单片机及语音模块实现了简单的小车运动。(Simple car movement is realized by 51 single chip computer and voice module.)
- 2020-06-16 01:40:01下载
- 积分:1
-
Arduino Propeller Clock Data
Projects with an arduino to starting learning
- 2017-08-03 00:42:00下载
- 积分:1