-
实现et199_锁内时间限制
在ET199锁内写好C51,实现时间限制。(Write C51 in ET199 dongle to achieve time limit.)
- 2020-06-23 12:20:02下载
- 积分:1
-
51单片机计算器、万年历、温度表
51单片机的小程序,已经调试,可正常使用
- 2022-03-12 16:38:41下载
- 积分:1
-
C# 使用几何图形剪辑图像控件中的部分区域
C# 使用几何图形剪辑图像控件中的部分区域,类似于图片遮罩的效果,本例中,把一张图片裁切成椭圆形,图片显示在椭圆的底部,可随窗口的改变自动改变大校
private void Window_Loaded(object sender, RoutedEventArgs e)
{//使用几何图形剪辑图像控件中的部分区域
var MyClip = new EllipseGeometry();
MyClip.RadiusX = 120;
MyClip.RadiusY = 80;
MyClip.Center = new Point(145, 110);
this.image1.Clip = MyClip;
}
- 2022-11-04 14:00:03下载
- 积分:1
-
SimpleGrab
图像处理C程序,利用CCD捕获图像,通过网络接口传输到电脑中。(Image processing C )
- 2012-12-03 09:32:53下载
- 积分:1
-
C#
- 2022-05-19 19:24:58下载
- 积分:1
-
grain boundary particles percent
根据二维材料组织图数据,计算晶界不同位置处(晶内、晶界或晶角)第二相粒子的数目和比例。(The number and proportion of the second phase particles at different locations of grain boundary (intragranular, grain boundary or grain angle) are calculated according to the data of two-dimensional material histogram.)
- 2020-06-21 03:00:01下载
- 积分:1
-
c# winfrom 天气获取demo
一个天气获取的小demo,使用c#语言,winfrom界面进行开发。可以获得现在比较关心的pm2.5等等,界面友好,使用简单
- 2022-03-13 10:46:37下载
- 积分:1
-
自绘按钮 mfc
实现自绘按钮 必须用位图资源的方式设置各个状态的按钮图像
- 2022-06-16 08:42:55下载
- 积分:1
-
COM
“COM技术内幕-微软组件对象模型”美 Dale Rogeson著 此书中的配套代码(" COM Technology Insider- Microsoft' s Component Object Model" Dale Rogeson the United States and supporting the code in this book)
- 2011-05-25 20:54:10下载
- 积分:1
-
C# simple DES encryption program, the super handy
C#实现简单的DES加密程序,超级好用
-C# simple DES encryption program, the super handy
- 2022-02-02 21:20:57下载
- 积分:1