-
arduiNode 射频
arduinode 是一种无线传感器网络协议。通信在后台进行处理,找到彼此的邻居节点跨网。一些核心特征是: 多跳分组路由、 动态 id 分配、 避碰和转播的丢失的邮件。
- 2023-03-05 07:25:03下载
- 积分:1
-
butterfly on nature
butterfly on nature-butterfly on nature
- 2023-06-19 19:05:03下载
- 积分:1
-
C#写的用户登陆界面代码,用到了很基础的东西,希望大家能看懂...
C#写的用户登陆界面代码,用到了很基础的东西,希望大家能看懂-api login
- 2022-01-28 23:57:25下载
- 积分:1
-
带有标题栏的菜单
带有标题栏的菜单-column with the title menu
- 2023-03-24 07:55:03下载
- 积分:1
-
界面设计工具Xtreme Toolkit Pro v9.6.0.1 Source.rar
界面设计工具Xtreme Toolkit Pro v9.6.0.1 Source.rar-interface design tool Xtreme Toolkit Pro v9.6.0.1 Source.rar
- 2022-08-09 11:19:35下载
- 积分:1
-
邮件提醒,新邮件的及时提醒,可以配合outlook使用,只要设置一下outlook的路径...
邮件提醒,新邮件的及时提醒,可以配合outlook使用,只要设置一下outlook的路径-E-mail reminders, new messages of a timely reminder, you can use with the outlook, as long as you set the path to outlook
- 2022-06-29 07:05:52下载
- 积分:1
-
基于C#图片浏览器
能够打开、浏览图片
高度仿真WINDOWS自带图片浏览器
还能实现一些全屏等操作
适合初学者
适合C#爱好者编写图片浏览器
- 2022-03-21 18:25:19下载
- 积分: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
-
滚动条使用
滚动条使用--摄氏华氏温度
控件数组
用List设置光标形状
虽然写的简单,但我是学生,刚学没多久,编完这3个已经很吃力了-use of the rolling-- Fahrenheit temperature Celsius Control List set up an array with the cursor shape Although written in simple, but my students, learning not just how long the series finished it three have a very tough
- 2023-02-11 10:05:03下载
- 积分:1
-
这是一个贪吃蛇的游戏,用vc编的,很不错的,。
这是一个贪吃蛇的游戏,用vc编的,很不错的,。-this is a snackgame by vc ,very good.
- 2022-04-17 11:24:14下载
- 积分:1