-
利用单片机来控制传感器的测量物体的微振动,当物体微振动时把信号传输给了传感器,利用传感器采集的数据给了单片机,让单片机做具体的操作...
利用单片机来控制传感器的测量物体的微振动,当物体微振动时把信号传输给了传感器,利用传感器采集的数据给了单片机,让单片机做具体的操作- Using monolithic integrated circuit control sensor survey
object micro vibration, when object micro vibration has given the
signalling the sensor, gathered the data using the sensor to give the
monolithic integrated circuit, let the monolithic integrated circuit
make the concrete operation
- 2022-05-15 05:36:52下载
- 积分:1
-
查找 删除 进程 采用 delphi 可以有效 杀死进程 不错 可以用
查找 删除 进程 采用 delphi 可以有效 杀死进程 不错 可以用-find delete process
- 2022-02-21 05:56:01下载
- 积分:1
-
滑块开关
C#2010 编写的滑块控件,也可用作切换开关,通过设置属性 type 来选择作为滑块或是开关;控件背景图片是外置的,可以通过更换 Pic 中相应图片实现;效果可以查看编译结果:binRelease。
- 2023-01-13 21:35:03下载
- 积分:1
-
创建超级连接的程序,用VC实现的。类似于网页中的link。
创建超级连接的程序,用VC实现的。类似于网页中的link。-Procedures for the creation of super-connectivity with VC achievable. Similar pages link.
- 2022-05-12 19:51:23下载
- 积分:1
-
由控件控制绘图,选择颜色搭配
由控件控制绘图,选择颜色搭配-controlled by the control mapping, color selection mix
- 2022-01-29 02:15:26下载
- 积分:1
-
bitmapbutton
自绘制按钮CButmapButtion,可以动态添加菜单和工具栏!-bitmapButton
- 2022-03-14 17:04:14下载
- 积分:1
-
谷 歌 Chrome进度条
翻译 maninwest@Codeforge 作者:VallarasuS@CodeProject这里展示如何从头开始创建一个 Go ogle Chrome 主题的 进度条。任何进度条控件都依赖于一个值及表示进度值的图形。 Goo gle Chrome 下载程序有个圆圈表示进度。使用代码ChromeProgressBaris 跟 Chrome ProgressBar 的工作原理一样。将进度值转化为一个圆圈图形来表示.private void PaintProgress(PaintEventArgs e)
{ using( SolidBrush progressBrush = new SolidBrush(this.ProgressColor))
{
Rectangle rect = LayoutInternal.ProgressRectangle;
rect.Inflate(-2, -2);
rect.Height -= 2; rect.Width -= 2; float startAngle = -90; float sweepAngle = Progress / 100 * 360;
e.Graphics.FillPie(progressBrush, rect, startAngle, sweepAngle);
}
}这里是如何使用图形路径和4条线绘制圆圈和细分部分。对 Graphics 对象的剪切部分进行调整来剪切圆圈外的线。private void PaintBorder(PaintEventArgs e)
{
GraphicsPath borderPath = new GraphicsPath();
Rectangle progressRect = LayoutInternal.Prog
- 2022-08-08 07:55:37下载
- 积分:1
-
vb.net打印,并帮你完成VB打印
VB.NET的打印,帮助你在VB下完成打印-VB.NET print, and help you complete the VB Print
- 2022-01-21 05:39:28下载
- 积分:1
-
EVC下的编程的按钮源代码,按钮控件的外观…
EVC下的编程的按钮源代码,外观丰富的按钮控件,XP风格的按钮。-EVC button under the programming source code, the button controls the appearance of a rich, XP-style button.
- 2022-08-14 07:33:09下载
- 积分:1
-
很好的代码,值得收藏,很好的代码,值得收藏
很好的代码,值得收藏,很好的代码,值得收藏-good code, it is worth collecting, good code, it is worth collecting
- 2023-05-18 16:35:03下载
- 积分:1