-
STM32上实现GPS并显示
本程序实现接收GPS-OEM板NMEA0183协议,并实时以星图的形式显示出来。
- 2022-10-01 15:10:13下载
- 积分:1
-
谱聚类算法
用matlab编写的界面文件,能够使用传统谱聚类完成图像分割,时间序列数据处理等,包含完全邻接图,k邻接图,相互k邻接图等分割算法等
- 2022-07-07 15:56:09下载
- 积分:1
-
jQuery头像裁剪源码
应用背景高仿新浪微博头像裁剪技术的小案例,比较实用,可能对你有用关键技术
- 2022-02-02 04:25:54下载
- 积分:1
-
数据采集中要用到的坐标图
数据采集中要用到的坐标图-data acquisition that will be used in map coordinates
- 2022-07-21 17:30:14下载
- 积分:1
-
kokklopi0opo [ ];[ ]。]。o09iu9;
利用matlab(matlab-matlab)- ;rada进行雷达信号分析与处理
- 2023-03-07 18:00:02下载
- 积分:1
-
vb开发!实现flash和vb相结合,做出来vb美化窗口!以及flash和vb结合的小程序应用!...
vb开发!实现flash和vb相结合,做出来vb美化窗口!以及flash和vb结合的小程序应用!-vb developers! Achieve the combination of flash and vb, vb landscaping done out of the window! As well as the combination of flash and vb application of a small program!
- 2023-05-01 07:15:03下载
- 积分:1
-
这是用vb 开发的新项目。是新手门学学的例子。希望大家喜欢。...
这是用vb 开发的新项目。是新手门学学的例子。希望大家喜欢。-vb this is the development of new projects. Greenhorn doors learn example. Hope you like them.
- 2022-06-28 19:47:43下载
- 积分:1
-
DSA DSA DSA的DASD的DASD的D
asd as asd a asd a dasd as dasd as d-a asd asd as a DASD as a DASD asd asd s d
- 2022-07-21 15:09:03下载
- 积分:1
-
基于c#的时钟
资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路,
namespace Clock
{
public partial class MainForm : Form
{
private PointF center;
private float r;
private Pen hourPen;
private Pen minutePen;
private Pen secondPen;
private Thread timeThread;
public MainForm()
{
InitializeComponent();
ShowInTaskbar = false;//不在任务栏中显示
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint,true);
SetStyle(ControlStyles.AllPaintingInWmPaint,true);
center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f);
r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f);
hourPen = new Pen(Color.Black, 2.5f);
minutePen = new Pen(Color.Black, 1.5f);
secondPen = new Pen(Color.Black, 0.5f);
timeThread=new Thread(new ThreadStart(DrawTime));
timeThread.Start();
}
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
g.Clear(BackColor);
//g.SmoothingMode =
- 2022-01-26 05:22:52下载
- 积分:1
-
此程序用PML设置吸收边界条件实现2维TM波FDTD仿真
此程序用PML设置吸收边界条件实现2维TM波FDTD仿真-this program set up with PML absorbing boundary conditions for the attainment of two-dimensional wave TM FDTD simulation
- 2022-01-28 19:09:37下载
- 积分:1