-
debug
AVR智能温度控制,基于ATmega16(intelligent temperature control of AVR)
- 2014-07-19 11:35:52下载
- 积分:1
-
GPS WGS84-BLH坐标转换
该程序实现了由GPS WGS84坐标系项BLH大地坐标向空间直角坐标转化,主要包含弧度化角度,角度化弧度以及读数据输出数据等计算。
- 2022-04-21 08:31:24下载
- 积分:1
-
基于CVI的声信号采集显示
CVI下实现串口通信与采集板卡使用,本例程是在调用.lib文件的前提下,实现简单的声音信号虚拟显示
- 2022-06-14 17:36:28下载
- 积分:1
-
《计算机网络》释疑与习题解答 谢
计算机网络课程的对应辅导书,适合初学者学习(The corresponding coaching book for the computer network course, suitable for beginners)
- 2017-12-30 15:57:23下载
- 积分:1
-
main
簡單的四方形車牌辨識功能,沒有很完整,但可以偵測出部份四邊形(A simple square plate recognition, not very complete, but it can detect part of the quadrangle)
- 2010-01-06 22:37:30下载
- 积分:1
-
Chapter1Src
微软的新作xna c#2005
教程第一课的源码(for Microsoft's new xna c# 2005 Guide to the first lesson of FO)
- 2006-11-16 06:27:56下载
- 积分:1
-
Access-Template
REV Journal on Electronics and Communications (REV-JEC) is a quarterly peer-reviewed research journal, dedicated to providing a leading edge forum for researchers and professionals to contribute and disseminate innovative research ideas and results in the fields of electronics and communications.
- 2018-08-07 20:25:16下载
- 积分:1
-
C# WPF 图片旋转、放大、扭曲、平移、不透明蒙版等
这是一个C#图像处理程序,把一张图片平移、顺时针角度旋转、按一定角度扭曲、使用不透明蒙版等功能,以下是实现具体功能的代码,把这些处理功能封装到按钮事件中:
private void button2_Click(object sender, RoutedEventArgs e)
{//缩放图像
if (this.button2.Content=="放大图像")
{
ScaleTransform MyScaleTransform = new ScaleTransform();
MyScaleTransform.CenterX = this.image1.Width / 2;
MyScaleTransform.CenterY = this.image1.Height / 2;
MyScaleTransform.ScaleX = 1.5;
MyScaleTransform.ScaleY = 1.5;
this.image1.RenderTransform = MyScaleTransform;
this.button2.Content = "缩小图像";
}else{
ScaleTransform MyScaleTransform = new ScaleTransform();
MyScaleTransform.CenterX = this.image1.Width / 2;
MyScaleTransform.CenterY = this.image1.Height / 2;
MyScaleTransform.ScaleX = 0.5;
MyScaleTransform.ScaleY = 0.5;
this.image1.RenderTransform = MyScaleTransform;
this.button2.Content = "放大图像";
}
}
private void button3_Click(object send
- 2023-01-22 02:10:03下载
- 积分:1
-
huaxian
vc与matlab联调,由matlab编写m文件,生成com组件,然后vc调用com组件,完成vc与matlab的接口(FBI vc with matlab, matlab prepared from m file to generate a com component, com component then vc call to complete the vc interface with matlab)
- 2009-02-26 20:30:41下载
- 积分:1
-
jiafajisuanqi
加法计算器,主要实现两个数加减运算,用来练习MFC中基本控件的使用(Addition calculator, the main achievement subtract two numbers, used to practice the basic control the use of MFC)
- 2010-10-29 10:55:16下载
- 积分:1